Icons
The icon shortcode is used to render icons.
This theme currently uses Lucide Icons for it’s icons. You can find all the icon names in the Lucide Icons List.
Once you find the icon name you need, you must provide it as the default attribute to the icon shortcode. See the examples in the following sections.
To render the “book-headphones” icon on the end of this sentence :
{{<icon "book-headphones">}}Or as part of a link to http.cat - :
[http.cat - {{<icon "cat">}}](https://http.cat/)These test that icons render correctly in contexts where Goldmark’s line-based parsing is sensitive to newlines in shortcode output.
WarningWhen embedding an icon in a heading, you must use the percentage sign shortcode syntax.
{{% icon "settings" %}}| Feature | Status | Icon |
|---|---|---|
| Search | Done | |
| Upload | Pending | |
| Alerts | Active |
This is bold with icon and italic with icon.