The premium icon font for Ionic Framework. Visit ionicons.com and check out the search feature, which has keywords identifying common icon names and styles. For example, if you search for “arrow” we call up every icon that could possibly be used as an arrow. We’ve also included each icon’s class name for easy copy/pasting when you’re developing!
We intend for this icon pack to be used with Ionic, but it’s by no means limited to it. Use these icons wherever you see fit, personal or commercial. They are free to use and licensed under MIT.
- Download and extract the font pack
- Copy the
ionicons.css
to your project - Copy the
font
folder to your project - Ensure the font urls within
ionicons.css
properly reference thefont
path within your project. - Include a reference to the
ionicons.css
file from every webpage you need to use it.
Or install with component:
$ component install driftyco/ionicons
You can use ionicons.com to easily find the icon you want to use. Once you've copied the desired icon's CSS classname, simply add the icon's classname to an HTML element.
<i class="icon-home"></i>
Ionicons is licensed under the MIT license.
Created by @helloimben for the Ionic Framework.