Replacing Discourse's default icon set with Google Material Icons
There are 5 styles included:
filled(Default)outlinedsharproundedtwotone
Changing from filled to another style has to be done manually for now.
- Download the
.svgfile of the style you want from the/assetsfolder locally
outlined.svgsharp.svgrounded.svgtwotone.svg
- Go to
Admin > Customize > Components > discourse-material-icons > Uploads
- Remove the default
$icons-sprite: filled.svg
- Upload the
.svgwith the SCSS variable nameicons-sprite
The icons should update upon refresh.



