Home

Awesome

iconpark Awesome

Collection of iconfonts

List of iconfonts

ComplexURL
Font-Awesomehttp://fortawesome.github.io/Font-Awesome/
ICONFONT.CNhttp://www.iconfont.cn/
octiconshttps://github.com/github/octicons
fontellohttp://fontello.com/
Iconichttps://useiconic.com/open/
ioniconshttp://ionicons.com/
icomoonhttps://icomoon.io/
Font Customhttp://fontcustom.com/
elusive-iconfonthttps://github.com/reduxframework/elusive-iconfont
Fontelicohttps://github.com/fontello/fontelico.font
font-iconshttps://github.com/krisbulman/font-icons
foundation-icon-fontshttps://github.com/zurb/foundation-icon-fonts
mfglabs-iconsethttps://github.com/MfgLabs/mfglabs-iconset
Flaticonhttp://www.flaticon.com/
fontastichttp://fontastic.me/
typiconshttp://typicons.com/
websymbolshttp://www.justbenice.ru/studio/websymbols/
entypohttp://www.entypo.com/
Raphaël Icon-Sethttp://icons.marekventur.com
batchhttp://adamwhitcroft.com/batch/
weloveiconfontshttp://weloveiconfonts.com/
openwebiconshttps://github.com/pfefferle/openwebicons
webhostinghub-glyphshttp://www.webhostinghub.com/glyphs/
Icons8https://icons8.com/
Social iconURL
social-icon-fonthttps://github.com/tombryan/social-icon-font
stackiconshttps://github.com/parkerbennett/stackicons
css-social-buttonshttp://zocial.smcllns.com/
fontdiaohttp://lexrus.github.io/fontdiao/
RONDOhttp://www.tajfa.com/projects/rondo/
Weather iconURL
weather-iconshttp://erikflowers.github.io/weather-icons/
meteoconshttp://www.alessioatzeni.com/meteocons/
forecastfonthttp://forecastfont.iconvau.lt/
Map iconURL
Map Iconshttp://map-icons.com/
GeoBatshttp://www.dafont.com/geobats.font
EyesAsiahttp://haoyunsu.com/posts/EyesAsiaChinese.html
statefacehttp://propublica.github.io/stateface/
iOS 7 iconURL
iOS7-icon-fonthttp://ios7-icon-font-demo.herokuapp.com/
7-strokehttp://themes-pixeden.com/font-demos/7-stroke/index.html

Example

.
├── LICENSE
├── README.md
├── css
│   ├── demo.css
│   └── iconfont.css
├── fonts
│   ├── iconfont.eot
│   ├── iconfont.svg
│   ├── iconfont.ttf
│   └── iconfont.woff
└── index.html
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
<i class="icon iconfont">&#xe600</i>
<div class="name">QQ</div>

<i class="icon iconfont">&#xe603</i>
<div class="name">facebook</div>

This is a DEMO

Contributing

MIT license

Copyright (c) 2014 lvwzhen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


docor built upon love by docor v0.1.3