Convert existing font icon sets (like FontAwesome) to an SVG image.
Drag and drop files here
Follow the steps above to generate the SVG icons, and then use the code below to add icons. You’ll want to swap the #fa-check for the icon you actually want to use—it’s just the css class name.
<svg width="12" height="12"><use xlink:href="/icons.svg#fa-check" /></svg>
It’s also possible to use this via the JavaScript API.