1. Run Install with bower
$ bower install super-icons
2. Add the stylesheet
<link href="/bower_components/super-icons/css/super-icons.css" rel="stylesheet">3. Add the polyfill for IE/Edge
<script src="/bower_components/svg4everybody/dist/svg4everybody.min.js"></script>run svg4everybody
<script>svg4everybody();</script>4. Add your icon
<svg class="si">
<use xlink:href="/bower_components/super-icons/md-icons/icons.svg#3d-rotation"></use>
</svg>Check the Material Design icons available
Chrome, Safari, Firefox
With polyfill: IE9+, EDGE