Custom callout with a SVG file not a lucide SVG

For Lucide icons not yet included in Obsidian, you can copy the URL from the Lucide site:

There are likely more sites you can use, but I’ve used these to covert SVGs to data URLs before:

https://heyallan.github.io/svg-to-data-uri/
https://yoksel.github.io/url-encoder/

Also, the data URLs from the Lucide site should be fine for the <svg>...</svg> version, but sometimes an alternative method is needed. Good luck!

1 Like