~~Title: SVG Icon Sets ~~
As well as an icon set referring to external images, an icon set can be based on SVG code. Unlike traditional icon sets that use one or more bitmaps with a grid of icons, SVG icon sets store the SVG code directly in their XML definition file, making them completely self-contained. SVG icons will scale automatically, and if rendered using "currentColor" in the SVG will use the toolbar's default text color automatically.
==Making an SVG icon set==
* To make an SVG icon set, the `` element's `size` attribute should be set to "svg".
* Optionally, set `remove_padding="yes"` to have any padding automatically removed from the SVG image.
* You can include common styles that will be shared by all icons in the set. The `
...
==Supporting dark and light modes==
You can use stylesheets with SVG images to support colour remapping in dark/light modes. Add `` and `` elements to the SVG definition. Opus will automatically recolor the image for the currently selected mode.