Post IconFonts

Convert existing font icon sets (like FontAwesome) to an SVG image.

1 Drag and drop files here

CSS File
Font File
3 Right Click & Save As to Download

Usage

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.