For joomla!4 Icomoon icons were replaced by font awesome icons in templates atum and cassiopeia. Some of the icomoon icons could not be transferred though. 

This applies to the templates Atum and Cassiopeia 

Two lists follow below

  • J3x icomoon replacements icon list (reduced number)
  • J4x Font Awesome icon list 

Use in HTML:

J3x replacements icons:

<i style="font-size: 48px;" class="icon-!name!"></i>

J4x/J5x Font Awesome

<i style="font-size: 48px;" class="fa fa-!name!"></i>

Develop backend/site:

  • Only icon names of J3x replacements can be used for joomla standard functions like ToolBarHelper::custom(name, icon1, icon2, text, ...)
  • Differences of : For example icon 'camera-retro' is defined Font Awesome but not for 'icon-displayed'.
  • J4x Font awesome icon names can not be used in joomla functions like ToolBarHelper::custom(name, icon1, icon2, text, ...) as internally 'icon-' will be prepended. Using 'none fa fa-!name!' may display the icon but will interfere with the general layout for further displayed buttons

J!4 standard icons display


Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 340

Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Warning: Undefined array key 2 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 340

Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Warning: Undefined array key 2 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 340

Warning: Undefined array key 1 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Warning: Undefined array key 2 in /homepages/4/d92360456/htdocs/rsgallery2_J4x/modules/mod_j4_std_icons/src/Helper/mod_j4_std_iconsHelper.php on line 358

Available Icons in Joomla!

Font Awesome Free 6.7.2 b
Icons defined in *.css file (and other files) in joomla on this installation. Names may be used in joomla functions (fa-images/images) or as html code (see below)
This table is intended to support component developers. Used as HTML code they are only working for template atum or cassiopeia.