Last Updated: February 25, 2016
·
1.162K
· laurentgoderre

Use an SVG icon library instead of CSS sprites or fonts for UI icons

  • Inherently works with various pixel density (retina display)
  • Entirely customizable using CSS alone (svg {background-color:#ccc;} svg * {fill:00C; })
  • Can be manipulated like any other DOM object