It is possible to add Material Icons in the Icon component. Enter an icon's Icon name in the Icon field.
Fluid Topics only supports Material Icons, and not Material Symbols.
- Use
--ft-icon-font-sizeto set the size of the icon (for example,--ft-icon-font-size: 24px;). -
Use an icon's code point in CSS. For example:
#example::before { content: "\e8b6"; /* search icon */ font-family: "Material Icons"; }