Feather
Feather is a growing collection of beautifully simple icons by @colebemis.
Each icon was carefully designed with usability and consistency in mind. The set is packaged in PSD, CSH, SVG and Webfont format.
Installation
Using component
$ component install puse/icons-feather
Using npm for browserify, npm-css, rework, ..
$ npm install puse-icons-feather
Manually
-
Copy the entire
fonts
directory into your project -
Include
feather.css
in the<head>
of your HTML document
<link rel="stylsheet" href="path/to/feather.css">
Usage
Insert the icon's class name into any HTML element or insert a data-icon
attribute with the icon's HTML entity into any HTML element
<span class="icon-eye"></span>
<span data-icon=""></span>
Changelog
v1.0 - 11/27/2013
- initial release
v1.1 - 4/27/2014
- added CSH, SVG and Webfont formats
- added 30 new icons
- changed all PSD icon layers to vector shapes
License
Feather is released under the MIT License. In short, you are free to use Feather in any personal, open-source or commercial work. Attribution is optional but appreciated.
Support
If you have any questions, issues or suggestions for new icons, let me know: info@colebemis.com