Skip to content

lvwzhen/iconpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iconpark Awesome

Collection of iconfonts

List of iconfonts

Complex URL
Font-Awesome http://fortawesome.github.io/Font-Awesome/
ICONFONT.CN http://www.iconfont.cn/
octicons https://github.com/github/octicons
fontello http://fontello.com/
Iconic https://useiconic.com/open/
ionicons http://ionicons.com/
icomoon https://icomoon.io/
Font Custom http://fontcustom.com/
elusive-iconfont https://github.com/reduxframework/elusive-iconfont
Fontelico https://github.com/fontello/fontelico.font
font-icons https://github.com/krisbulman/font-icons
foundation-icon-fonts https://github.com/zurb/foundation-icon-fonts
mfglabs-iconset https://github.com/MfgLabs/mfglabs-iconset
Flaticon http://www.flaticon.com/
fontastic http://fontastic.me/
typicons http://typicons.com/
websymbols http://www.justbenice.ru/studio/websymbols/
entypo http://www.entypo.com/
Raphaël Icon-Set http://icons.marekventur.com
batch http://adamwhitcroft.com/batch/
weloveiconfonts http://weloveiconfonts.com/
openwebicons https://github.com/pfefferle/openwebicons
webhostinghub-glyphs http://www.webhostinghub.com/glyphs/
Icons8 https://icons8.com/
Social icon URL
social-icon-font https://github.com/tombryan/social-icon-font
stackicons https://github.com/parkerbennett/stackicons
css-social-buttons http://zocial.smcllns.com/
fontdiao http://lexrus.github.io/fontdiao/
RONDO http://www.tajfa.com/projects/rondo/
Weather icon URL
weather-icons http://erikflowers.github.io/weather-icons/
meteocons http://www.alessioatzeni.com/meteocons/
forecastfont http://forecastfont.iconvau.lt/
Map icon URL
Map Icons http://map-icons.com/
GeoBats http://www.dafont.com/geobats.font
EyesAsia http://haoyunsu.com/posts/EyesAsiaChinese.html
stateface http://propublica.github.io/stateface/
iOS 7 icon URL
iOS7-icon-font http://ios7-icon-font-demo.herokuapp.com/
7-stroke http://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

  • Fork this repo
  • Clone your repo
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Open a pull request, and enjoy <3

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

About

Collection of iconfonts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published