The Material symbols have been added to the Exentriq Library via CDN.
<span class="material-symbols-outlined">name_of_icon</span>
These are variable fonts that can be customized via CSS
.material-symbols-outlined {
font-variation-settings:
'FILL' 1, */Change to 0 to make them outlined/*
'wght' 400, */Change betwen 100 and 700 to make them thicker/*
'GRAD' 0, */grade affect a symbol's thickness between -25 and 200*
'opsz' 24 */Optical Sizes range from 20dp to 48dp/*
}
You can see the full set of icons at :
Material SymbolsExentriq uses the last version of Material Icons (3.0.1).
<i class="material-icons">name_of_icon</i>
You can see the full set of icons at :
Material Icons (3.0.1)It is also compatible with older version Material Icons (1.4.57)
<i class="mdi mdi-name_of_icon"></i>
You can see the full set of icons at :
Material Icons (1.4.57)