Open Iconic v1.1.1
Last updated
Last updated
223 icons designed to be legible down to 8 pixels
Super-light SVG files - 61.8 for the entire set
SVG sprite—the modern replacement for icon fonts
Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px.
We like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the alt
attribute).
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. Tip: To make your icons easily style able, we suggest adding a general class to the <svg>
tag and a unique class name for each different icon in the <use>
tag.
Sizing icons only needs basic CSS. All the icons are in a square format, so just set the <svg>
tag with equal width and height dimensions.
Coloring icons is even easier. All you need to do is set the fill
rule on the <use>
tag.
…with Bootstrap
You can find our Bootstrap stylesheets in font/css/open-iconic-bootstrap.{css, less, scss, styl}
…with Foundation
You can find our Foundation stylesheets in font/css/open-iconic-foundation.{css, less, scss, styl}
…on its own
You can find our default stylesheets in font/css/open-iconic.{css, less, scss, styl}
To learn more about SVG Sprites, read .
All code (including SVG markup) is under the .
All fonts are under the .