Icons have a size of 24x24 and a stroke width of 1.5px.
Icons use CSS masks, this means that you can change the color of icons through CSS properties color
or background
.
The set contains both base64 icons and svg.
To use base64, connect them to your main css file.
After connecting the styles, you can use icons in HTML through the class .ui-icon--{icon-name}
And also through CSS via variables. In this case, the --icon
variable will be inherited by the .ui-icon
class, so you can set it in the parent element.
If you want to use your own set of icons, you can set the CSS variable --icon
to the url of your icon.