All Projects → lvwzhen → Iconpark

lvwzhen / Iconpark

Collection of iconfonts

Projects that are alternatives of or similar to Iconpark

XEIcon
Beautiful transformable iconic font made for the web.
Stars: ✭ 85 (-76.06%)
Mutual labels:  icon-font
chart-type-icon
An icon library that covers the vast majority of chart types
Stars: ✭ 33 (-90.7%)
Mutual labels:  icon-font
Keyrune
Magic: the Gathering set symbol pictographic font
Stars: ✭ 272 (-23.38%)
Mutual labels:  icon-font
pixeden-stroke-7-icon
A series of iOS 7 inspired vector icons in a custom @font-face icon font that can be styled dynamically using CSS.
Stars: ✭ 81 (-77.18%)
Mutual labels:  icon-font
IconFont Demo
在iOS工程中使用iconfont技术节省图片开销
Stars: ✭ 21 (-94.08%)
Mutual labels:  icon-font
icons
Simple, minimal line, and clean icon pack in vector formats — free for public use.
Stars: ✭ 24 (-93.24%)
Mutual labels:  icon-font
Eficonfont
Yet another stupid wrapper of icon font.
Stars: ✭ 200 (-43.66%)
Mutual labels:  icon-font
Prestashop Icon Font
An open source icon pack made with love by the PrestaShop design team. You can use it everywhere to make your designs and websites look awesome.
Stars: ✭ 311 (-12.39%)
Mutual labels:  icon-font
flutter phosphor icons
Phosphor Icons for Flutter.
Stars: ✭ 12 (-96.62%)
Mutual labels:  icon-font
Font Logos
An icon font providing popular linux distro's logos
Stars: ✭ 256 (-27.89%)
Mutual labels:  icon-font
wh40k-icon
Warhammer 40000 icons.
Stars: ✭ 38 (-89.3%)
Mutual labels:  icon-font
Godot-Material-Icons
Templarian's Material Design Icons for Godot
Stars: ✭ 19 (-94.65%)
Mutual labels:  icon-font
SansFonts
WebKit Content Blocker to block web fonts in Safari (iOS & macOS)
Stars: ✭ 24 (-93.24%)
Mutual labels:  icon-font
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (-92.96%)
Mutual labels:  icon-font
Rubik
Material Design 风格的 Vue.js UI 组件库
Stars: ✭ 277 (-21.97%)
Mutual labels:  icon-font
Rplibs
Refs.cn 原型设计元件库,基于Axure RP 10/9/8,支持 Android、Apple、Windows、微信,移动、桌面平台的应用和网站原型设计。五年历程 2.6k+ star,感谢大家使用。
Stars: ✭ 2,622 (+638.59%)
Mutual labels:  icon-font
redmine-theme-minimalflat
Minimal and flat design Redmine theme.
Stars: ✭ 12 (-96.62%)
Mutual labels:  icon-font
Bootstrap Iconpicker
A simple icon picker
Stars: ✭ 344 (-3.1%)
Mutual labels:  icon-font
Remixicon
Open source neutral style icon system
Stars: ✭ 3,956 (+1014.37%)
Mutual labels:  icon-font
NanoIconPackLite
带图标展示界面的简陋图标包APP模版 A lite icon pack dashboard with an icon UI
Stars: ✭ 35 (-90.14%)
Mutual labels:  icon-font

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].