Giter Club home page Giter Club logo

iconpark's Introduction

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

iconpark's People

Contributors

lvwzhen avatar readmecritic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.