diff --git a/.changeset/warm-planets-look.md b/.changeset/warm-planets-look.md
new file mode 100644
index 000000000..fed61979b
--- /dev/null
+++ b/.changeset/warm-planets-look.md
@@ -0,0 +1,5 @@
+---
+
+---
+
+Fix instruction for CDN icons version
diff --git a/docs/icons/libraries/webfont.mdx b/docs/icons/libraries/webfont.mdx
index faa3766f0..eb70cc965 100644
--- a/docs/icons/libraries/webfont.mdx
+++ b/docs/icons/libraries/webfont.mdx
@@ -33,6 +33,8 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
```
+Instead of a specific version, you can use `latest` to always get the newest icons.
+
## Usage
### HTML
diff --git a/docs/icons/static-files/png.mdx b/docs/icons/static-files/png.mdx
index fc8dab303..d5dfc5bf6 100644
--- a/docs/icons/static-files/png.mdx
+++ b/docs/icons/static-files/png.mdx
@@ -16,8 +16,6 @@ All PNG files are stored in `icons` subdirectory.
## CDN
-Replace `$ICONS_VERSION` with `latest` or any specific version you need.
-
#### Outline version
```html
@@ -29,3 +27,5 @@ Replace `$ICONS_VERSION` with `latest` or any specific version you need.
```html
```
+
+Instead of a specific version, you can use `latest` to always get the newest icons.
\ No newline at end of file
diff --git a/docs/icons/static-files/svg.mdx b/docs/icons/static-files/svg.mdx
index 5d32cb2d3..bda653f2e 100644
--- a/docs/icons/static-files/svg.mdx
+++ b/docs/icons/static-files/svg.mdx
@@ -59,8 +59,6 @@ Add an icon to be displayed on your page with the following markup (`activity` i
## CDN
-Replace `$ICONS_VERSION` with `latest` or any specific version you need.
-
#### Outline version
```html
@@ -72,3 +70,5 @@ Replace `$ICONS_VERSION` with `latest` or any specific version you need.
```html
```
+
+Instead of a specific version, you can use `latest` to always get the newest icons.