Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
/ puse-icons-feather Public archive
forked from feathericons/feather

A growing collection of beautifully simple icons

Notifications You must be signed in to change notification settings

orinak/puse-icons-feather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Copy the entire fonts directory into your project

  2. 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="&#xe000"></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

About

A growing collection of beautifully simple icons

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 65.4%
  • CSS 33.8%
  • Makefile 0.8%