Skip to content

24 ways to impress your friends

Vote up?

Vincent Voyer

Hi Sarah, Thanks for your article.

I use http://icomoon.io/app to generate my sprites (svgdef, symbols).

Icomoon defaults to inlining the sprite into the html, so I load it dynamically into the DOM with JavaScript and so it works everywhere without any PNG/GIF.

It is also cacheable since it’s an ajax request (or you can inline it into your JS like with browserify brfs).

Many thanks!