# AngularIcons


The premium icon font for [Angulargap](http://angulargap.github.io/). Designed by [@flathemes](https://twitter.com/flathemes).

We intend for this icon pack to be used with [Angulargap](http://angulargap.github.io/), but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under [MIT](http://opensource.org/licenses/MIT).


## Getting Started

 1. Download and extract the font pack
 2. Copy the `angularicons.css` to your project
 3. Copy the `fonts` folder to your project
 4. Ensure the font urls within `angularicons.css` properly reference the `fonts` path within your project.
 5. Include a reference to the `angularicons.css` file from every webpage you need to use it.

Or install with [bower](http://bower.io/)?
   
    $ bower install angularicons


## HTML Example

You can use [http://angulargap.github.io/angularicons.html](http://angulargap.github.io/angularicons.html) to easily find the icon you want to use. Once you've copied the desired icon's name, simply add the `icon` and `data-icon="&#xe02f"` to an HTML element.

    <i class="icon" data-icon="&#xe02f"></i>

## License

Ionicons is licensed under the [MIT license](http://opensource.org/licenses/MIT).


