Category Icons

  1. Create a SVG spritesheet: Replace Discourse's default SVG icons with custom icons in a theme
  2. In your theme component, upload your spritesheet and set the variable name to icons-sprite:
    image
  3. In the component settings, use the id of the desired icon from your spreadsheet. For example if I have an icon id named my-icon in my spreadsheet, I write this:
    image

Result:
image

6 Likes