Go to file
Luca Burgio 4e2a6ab0a9
Merge pull request #65 from paescuj/iconoir-package
Introduce `iconoir` package
2021-07-06 09:25:50 +02:00
.github/ISSUE_TEMPLATE Update icon request template 2021-05-25 17:03:34 +02:00
bin Update iconoir-react/iconoir-react-native packages 2021-07-05 17:11:54 +02:00
fonts remove support for fonts 2021-07-03 14:43:38 +02:00
iconjar feat: Add IconJar 2021-05-13 09:10:31 +02:00
icons Fix mode of svg files 2021-07-05 18:23:04 +02:00
packages Introduce iconoir npm package 2021-07-05 18:38:43 +02:00
src added preview 2021-05-11 12:07:19 +02:00
.gitignore Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
.npmignore Introduce iconoir npm package 2021-07-05 18:38:43 +02:00
.prettierrc.json Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-05-23 09:55:20 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-05-25 10:06:27 +02:00
FUNDING.yml Create FUNDING.yml 2021-05-14 09:57:11 +02:00
LICENSE Create LICENSE 2021-05-06 10:29:07 +02:00
package-lock.json Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
package.json Introduce iconoir npm package 2021-07-05 18:38:43 +02:00
README.md Merge pull request #65 from paescuj/iconoir-package 2021-07-06 09:25:50 +02:00

Iconoir

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

Browse at iconoir.com →

NPM Monthly Downloads NPM 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.

Font

To use Iconoir as a font, add the iconoir.css file in your project.

Import the CSS File:

<link rel="stylesheet" href="https://raw.githubusercontent.com/lucaburgio/iconoir/master/fonts/iconoir.css">

Here is an example in HTML:

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

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