diff --git a/docs/ICONS.md b/docs/ICONS.md
index 61ea561b..bceb56b8 100755
--- a/docs/ICONS.md
+++ b/docs/ICONS.md
@@ -1,6 +1,6 @@
## Icons overview
-Icons are used to visually distinguish devices in the app in most of the device listing tables and the [network tree](/docs/NETWORK_TREE.md). Currently only free [Font Awesome](https://fontawesome.com/search?o=r&m=free) icons (up-to v 6.4.0) are supported (I have an unblockable [sponsorship goal](https://github.com/sponsors/jokob-sk) to add the material design icon pack).
+Icons are used to visually distinguish devices in the app in most of the device listing tables and the [network tree](/docs/NETWORK_TREE.md). Currently only free [Font Awesome](https://fontawesome.com/search?o=r&m=free) icons (up-to v 6.4.0) are supported.

@@ -8,6 +8,8 @@ Icons are used to visually distinguish devices in the app in most of the device
You can assign icons individually on each device in the Details tab.
+
+

- You can click into the `Icon` field or click the Pencil (2) icon in the above screenshot to enter any text. Only [free Font Awesome](https://fontawesome.com/search?o=r&m=free) icons in the following format will work:
diff --git a/docs/img/ICONS/device_icons_preview.gif b/docs/img/ICONS/device_icons_preview.gif
new file mode 100755
index 00000000..01929ff3
Binary files /dev/null and b/docs/img/ICONS/device_icons_preview.gif differ
diff --git a/front/css/pialert.css b/front/css/pialert.css
index 9056cb17..6b0aeb84 100755
--- a/front/css/pialert.css
+++ b/front/css/pialert.css
@@ -718,6 +718,10 @@ input[readonly] {
}
/* Devices */
+#txtIconFA {
+ min-width: 18px;
+}
+
.drp-edit
{
cursor: pointer;
diff --git a/front/deviceDetails.php b/front/deviceDetails.php
index fabccd03..cb12db29 100755
--- a/front/deviceDetails.php
+++ b/front/deviceDetails.php
@@ -146,7 +146,10 @@