diff --git a/docs/general-concepts/icons.md b/docs/general-concepts/icons.md
index e49075a7..b610d7a3 100644
--- a/docs/general-concepts/icons.md
+++ b/docs/general-concepts/icons.md
@@ -17,14 +17,15 @@ To display such an icon you can use:
```php
?>
-
+
```
+The attribute aria-hidden="true" hides the icon from screen readers and improves accessibility.
You can also display FontAwesome icons which aren't used in Joomla, but you have to include an additional CSS class.
According to [fa style names](https://docs.fontawesome.com/web/setup/upgrade/whats-changed#full-style-names) the CSS classes should be "fa-solid" or "fa-brands":
```php
?>
-
-
+
+
```
diff --git a/versioned_docs/version-4.4/general-concepts/icons.md b/versioned_docs/version-4.4/general-concepts/icons.md
index 8913d7d4..4a785b9a 100644
--- a/versioned_docs/version-4.4/general-concepts/icons.md
+++ b/versioned_docs/version-4.4/general-concepts/icons.md
@@ -17,13 +17,16 @@ To display such an icon you can use:
```php
?>
-
+
```
+The attribute aria-hidden="true" hides the icon from screen readers and improves accessibility.
-You can also display FontAwesome icons which aren't used in Joomla, but you have to include the "fa" class:
+You can also display FontAwesome icons which aren't used in Joomla, but you have to include an additional CSS class.
+According to [fa style names](https://docs.fontawesome.com/web/setup/upgrade/whats-changed#full-style-names) the CSS classes should be "fa-solid" or "fa-brands":
```php
?>
-
+
+
```