You can add icons as bare SVGs into your markup, but you’ll need to do some heavy lifting to get them to fit in.
Basic Use
With the power of vectors, the browser can draw an SVG in no time flat. Just add the SVG code straight into your HTML.
What time is it…
Make Sure to Add Some CSS
But one of the downsides to SVG sprites is that extra styling is necessary to make them behave. Our Font Awesome javascript normally handles this, but in this case you will need to handle this yourself.