Convert existing font icon sets (like FontAwesome) to an SVG image.
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>
For more information, including the JS API and minification techniques, see the github.