CKEditor is our rich text editor that can be found in any fields requiring rich text.

Material Icons support in CKEditor

Icons can be rendered as part of CKEditor text using the following syntax:

[icon icon_name size color]

Shortcode explanation:

[
  icon: this stays the same, it tells the editor this shortcode is an icon
  icon_name: use any icon name from the Material Icons library
  size (optional): a number indicating the icon size in pixels, if not provided the size will be the same as the text containing the icon
  color (optional): a RGB color in Hex syntax including hash sign, if not provided the color will be the same as the text containing the icon
]

Examples of valid inline icons:

[icon star] [icon refresh 40] [icon favorite 60 #ff0000]

https://fonts.google.com/icons