All Projects → thecreation → web-icons

thecreation / web-icons

Licence: other
It's a full suite of popular web icons for easy scalable vector graphics on websites.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to web-icons

Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+5943.33%)
Mutual labels:  icons, iconfont
icons
Simple, minimal line, and clean icon pack in vector formats — free for public use.
Stars: ✭ 24 (-20%)
Mutual labels:  icons, iconfont
vector-icons
Free Vector icons for Website and Mobile App
Stars: ✭ 28 (-6.67%)
Mutual labels:  icons
markdown-emojis
🔥 All the emojis 🎉
Stars: ✭ 198 (+560%)
Mutual labels:  icons
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+436.67%)
Mutual labels:  icons
iconcolor
Automatic icon colorization using deep convolutional neural networks. "Towards Icon Design Using Machine Learning." In Stanford CS229, Fall 2017.
Stars: ✭ 35 (+16.67%)
Mutual labels:  icons
icons
A world of famous icon packs with easy to use interface
Stars: ✭ 21 (-30%)
Mutual labels:  icons
gimp-hidpi
A theme for HiDPI displays
Stars: ✭ 72 (+140%)
Mutual labels:  icons
eva icons flutter
Flutter package for Eva Icons. Eva Icons is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. https://pub.dartlang.org/packages/eva_icons_flutter
Stars: ✭ 80 (+166.67%)
Mutual labels:  icons
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-16.67%)
Mutual labels:  icons
fontawesome-subset
Creates subsets of FontAwesome fonts for optimized use on the web.
Stars: ✭ 41 (+36.67%)
Mutual labels:  icons
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (+3.33%)
Mutual labels:  icons
KGySoft.Drawing
KGy SOFT Drawing is a library for advanced image, icon and graphics handling.
Stars: ✭ 27 (-10%)
Mutual labels:  icons
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (-33.33%)
Mutual labels:  icons
phosphor-figma
A flexible icon family for Figma
Stars: ✭ 17 (-43.33%)
Mutual labels:  icons
ReactNativeStarterKits
Agiletech React Native Starter Kits
Stars: ✭ 21 (-30%)
Mutual labels:  icons
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (+820%)
Mutual labels:  icons
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (+50%)
Mutual labels:  icons
react-flagkit
🇺🇦 React wrapper for FlagKit Flag Icons
Stars: ✭ 21 (-30%)
Mutual labels:  icons
mojoicons
Handcrafted 100 Outline and Flat Icons for Free -
Stars: ✭ 23 (-23.33%)
Mutual labels:  icons

#Web Icons ###The web iconic font and CSS framework.

Web Icons is a full suite of popular web icons for easy scalable vector graphics on websites.

Getting Started

  1. Download and extract the repository
  2. Copy the css/web-icons.css to your project
  3. Copy the fonts folder to your project
  4. Ensure the font urls within web-icons.css properly reference the fonts path within your project.
  5. Include a reference to the web-icons.css file from every webpage you need to use it.

HTML Example

simply add icon's classname, such as wb-dashboard to an HTML element.

<i class="wb-dashboard"></i>

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Development Installation

This plugin requires Grunt. Note that ttfautohint is optional, but your generated font will not be properly hinted if it’s not installed. And make sure you don’t use ttfautohint 0.97 because that version won’t work. And you need add WOFF2 support.

OS X

brew install ttfautohint fontforge --with-python
npm install grunt-webfont --save-dev

You may need to use sudo for brew, depending on your setup.

fontforge isn’t required for node engine (see below).

💀 Notes on experimental WOFF2 support.

Linux

sudo apt-get install fontforge ttfautohint
npm install grunt-webfont --save-dev

fontforge isn’t required for node engine (see below).

💀 Notes on experimental WOFF2 support.

Windows

npm install grunt-webfont --save-dev

Then install ttfautohint (optional).

Only node engine available (see below).

Versioning

Web Icons will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

Social icons

Looking for social icons? Please checkout https://github.com/amazingSurge/brand-icons

License

Web Icons is licensed under the MIT license.

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].