Hacker News new | ask | show | jobs
by coopsmgoops 2189 days ago
Wouldn't it probably be one request per icon instead of just one request for a while font?
1 comments

Not necessarily. You can have a single SVG file with multiple 'defs' that you can reference around the page, or just embed the SVG code in the HTML itself (via a templating language) if you're not using too many.