All Projects → lucaburgio → iconoir

lucaburgio / iconoir

Licence: MIT License
A Simple and Definitive Open-Source Icons Library

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to iconoir

Awesome Iconjar
44 Collect free icon sets for iconjar. 收集免费的图标包,iconjar 格式(44套)。
Stars: ✭ 188 (-92.26%)
Mutual labels:  icons, icon
minimal-icons
Minimal Icons
Stars: ✭ 21 (-99.14%)
Mutual labels:  icons, icon
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (-92.05%)
Mutual labels:  icons, icon
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (-93.87%)
Mutual labels:  icons, icon
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (-98.72%)
Mutual labels:  icons, icon
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (-12.89%)
Mutual labels:  icons, icon
Flutter Icons
Customizable Icons for Flutter 💥
Stars: ✭ 241 (-90.08%)
Mutual labels:  icons, icon
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (-96.01%)
Mutual labels:  icons, icon
phosphor-figma
A flexible icon family for Figma
Stars: ✭ 17 (-99.3%)
Mutual labels:  icons, figma
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 (-88.64%)
Mutual labels:  icons, icon
Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+347.02%)
Mutual labels:  icons, icon
icons
A world of famous icon packs with easy to use interface
Stars: ✭ 21 (-99.14%)
Mutual labels:  icons, icon
Sb
SVG badges to display
Stars: ✭ 99 (-95.92%)
Mutual labels:  icons, icon
Folder Icons
Custom folder icons for macOS & Windows
Stars: ✭ 186 (-92.34%)
Mutual labels:  icons, icon
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-95.92%)
Mutual labels:  icons, icon
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (-91.89%)
Mutual labels:  icons, icon
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-96.25%)
Mutual labels:  icons, icon
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-96.13%)
Mutual labels:  icons, icon
mdn-dinocons
A scalable set of icons for use across Mozilla Developer websites
Stars: ✭ 21 (-99.14%)
Mutual labels:  icons, figma
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-98.97%)
Mutual labels:  icons, icon

Iconoir

Iconoir is an open source library with 1000+ SVG Icons, designed on a 24x24 pixels grid. No premium icons, no email sign-up, no newsletters.

Browse at iconoir.com →

Version Project Stars License

Basic Usage

You can download any icon of the pack directly from https://iconoir.com or get them from this repository.

Additionally, the icons are available via the iconoir NPM package:

yarn add iconoir
# or
npm i iconoir

Example usage:

import Iconoir from 'iconoir/icons/iconoir.svg'

React

A React library is available to install under the name iconoir-react. For more details, see the package README.

React Native

A React Native library is available to install under the name iconoir-react-native. For more details, see the package README.

Framer

Iconoir is happily part of Framer now. To start using the icons: On the top menu, Insert > Graphics > Iconoir. You can switch between icons from the right sidebar in the editor.

CSS

Import the CSS File:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lucaburgio/iconoir@master/css/iconoir.css">

Here is an example in HTML:

<i class="iconoir-hand-brake"></i>

The class must always be "iconoir-" and then the name of the icon. You can find the names of the icons here.

Figma

The library is available in the Figma community here.

License

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