All GLYPHICONS as CSS sprite for Twitter Bootstrap

GLYPHICONS

400 icons as CSS sprite for Twitter Bootstrap.
Available in dark gray and white, provided by Glyphicons .

Download GLYPHICONS

Icon glyphs

Glyphicons attribution

GLYPHICONS FREE are released under the Creative Commons Attribution 3.0 Unported (CC BY 3.0) . The Glyphicons FREE can be used both commercially and for personal use, but you must always add a link to glyphicons.com in a prominent place (e.g. the footer of a website), include the CC-BY license and the reference to glyphicons.com on every page using Glyphicons.


How to use

All icons require an <i> tag with a unique class, prefixed with gicon- . To use, place the following code just about anywhere:

<i class="gicon-search"></i>

There are also styles available for inverted (white) icons, made ready with one extra class. We will specifically enforce this class on hover and active states for nav and dropdown links.

<i class="gicon-search icon-white"></i>

Heads up! When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i> tag for proper spacing.