view source
Using an SVG icon system with Drupal
Typically, icon systems are handled by custom fonts like Font Awesome or IcoMoon. However, these come with hefty file weights and extra http requests for the added benefit of a bit better browser support. You can read the full breakdown of SVG vs Icon font here, but the tl:dr; is SVG’s are better at everything except <=IE8 support.
Advertisement