Skip to content

vescoyez/super-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Icons

Installing

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>

Icons

Check the Material Design icons available

Compatibility

Chrome, Safari, Firefox

With polyfill: IE9+, EDGE