Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvwzhen/iconpark
Collection of iconfonts
https://github.com/lvwzhen/iconpark
css icon-font
Last synced: 1 day ago
JSON representation
Collection of iconfonts
- Host: GitHub
- URL: https://github.com/lvwzhen/iconpark
- Owner: lvwzhen
- Created: 2014-06-30T15:45:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T01:52:54.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T15:06:46.797Z (8 days ago)
- Topics: css, icon-font
- Language: CSS
- Size: 46.9 KB
- Stars: 361
- Watchers: 22
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## iconpark [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
Collection of iconfonts### List of iconfonts
| Complex | URL |
| ----|--------|
|Font-Awesome||
|ICONFONT.CN||
|octicons||
|fontello||
|Iconic||
|ionicons||
|icomoon||
|Font Custom||
|elusive-iconfont||
|Fontelico||
|font-icons||
|foundation-icon-fonts||
|mfglabs-iconset||
|Flaticon||
|fontastic||
|typicons||
|websymbols||
|entypo||
|Raphaël Icon-Set||
|batch||
|weloveiconfonts||
|openwebicons||
|webhostinghub-glyphs||
|Icons8||
| **Social icon** | **URL** |
|social-icon-font||
|stackicons||
|css-social-buttons||
|fontdiao||
|RONDO||
| **Weather icon** | **URL** |
|weather-icons||
|meteocons||
|forecastfont||
| **Map icon** | **URL** |
|Map Icons||
|GeoBats||
|EyesAsia||
|stateface||
|**iOS 7 icon**| **URL**|
|iOS7-icon-font||
|7-stroke||### Example
```
.
├── LICENSE
├── README.md
├── css
│ ├── demo.css
│ └── iconfont.css
├── fonts
│ ├── iconfont.eot
│ ├── iconfont.svg
│ ├── iconfont.ttf
│ └── iconfont.woff
└── index.html
``````css
@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;
}
``````html
```This is a [DEMO](http://lvwzhen.github.io/iconpark/)
### 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 lvwzhenPermission 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](https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/doctor.png)
built upon love by [docor](https://github.com/turingou/docor.git) v0.1.3