Hand crafted SVG icons by Shaun Fox. Free to use, not to sell.
bower install fox-icons
<svg viewBox="0 0 30 30" class="ico-fox">
<use xlink:href="#ico-fox"></use>
</svg>
To add it to your bower file, do the usual bower thing:
bower install --save fox-icons
However, because this repository is frequently updated, I'd reccomend changing your bower file to something like this
"fox-icons": "*"