[Open Iconic v1.1.1](http://useiconic.com/open)
===========
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
## What's in Open Iconic?
* 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.
## Getting Started
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
### General Usage
#### Using Open Iconic's SVGs
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).
```
<img src="/open-iconic/svg/icon-name.svg" alt="icon name">
```
#### Using Open Iconic's SVG Sprite
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.*
```
<svg class="icon">
<use xlink:href="open-iconic.svg#account-login" class="icon-account-login"></use>
</svg>
```
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.
```
.icon {
width: 16px;
height: 16px;
}
```
Coloring icons is even easier. All you need to do is set the `fill` rule on the `<use>` tag.
```
.icon-account-login {
fill: #f00;
}
```
To learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/).
#### Using Open Iconic's Icon Font...
##### …with Bootstrap
You can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic-bootstrap.css" rel="stylesheet">
```
```
<span class="oi oi-icon-name" title="icon name" aria-hidden="true"></span>
```
##### …with Foundation
You can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic-foundation.css" rel="stylesheet">
```
```
<span class="fi-icon-name" title="icon name" aria-hidden="true"></span>
```
##### …on its own
You can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic.css" rel="stylesheet">
```
```
<span class="oi" data-glyph="icon-name" title="icon name" aria-hidden="true"></span>
```
## License
### Icons
All code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT).
### Fonts
All fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).

普通的一个普通猿
- 粉丝: 1465
- 资源: 1897
最新资源
- 线控转向系统:基于Carsim与Simulink联合仿真的控制策略与模型研究,线控转向系统:基于Carsim与Simulink联合仿真的控制策略与模型研究,线控转向系统联合仿真模型及控制策略研究 描述
- 基于python的订单管理系统
- 基于新算法SSA优化的变分模态分解风电功率分配策略:混合储能高效利用,创新性显著,基于新算法SSA优化的变分模态分解风电功率分配策略:混合储能高效利用与参数优化策略,基于新算法SSA优化变分模态分解的
- 【bussiness-DC】
- 使用BE、FE及C N方法求解一维扩散方程的Matlab实现,使用BE(向后欧拉)与FE(向前欧拉)算法及C N方法在Matlab中求解一维扩散方程的数值分析研究,使用BE(向后欧拉),FE(向前欧拉
- 博图16 PLC控制的4x5立体车库系统:包含运行效果视频、接线图及IO表全解析,4x5立体车库控制系统详解:博图16 PLC运行效果视频、接线图及IO表一览,4x5立体车库控制系统 博图16 带PL
- Python 智能机房签到系统:高效管理课堂考勤
- 进程上下文详细分析PDF原文
- 基于拉丁超立方采样与自适应核密度估计的电力系统概率潮流精准计算,基于拉丁超立方采样的电力系统概率潮流计算:自适应核密度估计与带宽优化的方法研究,采用拉丁超立方采样的电力系统概率潮流计算 (自适应核密度
- numpy-2.2.0-cp310-cp310-win32.whl
- numpy-2.2.0-cp310-cp310-win_amd64.whl
- 仅作测试无意义1111111111111111
- 基于PWM的 三色灯RGB模块调色 HAL库
- 商业数据分析BI+人工智能AI.zip
- 伺服驱动系统中的FPGA实现:电流环、速度环与位置环的协调控制,包含坐标变换及电机反馈接口,SVPWM技术,以及在FPGA中实现的编码器协议,伺服驱动FPGA电流环:实现坐标变换、电机反馈与SVPWM
- 基于PWM的 三色灯RGB模块调色 寄存器 代码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


