feather-icons-css

achetibi
Styles
feather-icons-css JS library on npm Download feather-icons-css JS library

Simply beautiful open source icons

Version 1.2.0 License MIT
feather-icons-css has no homepage
feather-icons-css JS library on GitHub
feather-icons-css JS library on npm
Download feather-icons-css JS library
Keywords
feathericonsfontscss

Feather Icons CSS

Install

This repository is distributed with npm. After installing npm, you can install feather-icons-css with this command.

npm install --save feather-icons-css

Usage

To use feather add the webfont to include all icons at once:

  1. Install feather-icons-css. In the <head> of your html, reference the location to your feather.css.
<head>
...
<link rel="stylesheet" href="css/feather.css">
...
</head>

Place feather with <i> tag in your html like this. Icon class names are to be used with the ft-* class.

<i class="ft-book"></i>

License

Feather is copyright by colebemis, licensed under the MIT.