Go to file
2022-07-18 09:34:29 +02:00
.github ci: dont commit changelog changes in flutter package 2022-07-05 11:50:07 -04:00
assets Update README 2022-04-25 11:49:58 +02:00
bin feat(flutter): create package (#173) 2022-07-05 10:24:49 -04:00
css Update build artifacts 2022-06-08 08:59:39 +00:00
icons add: 68 new and fixed icons 2022-06-08 10:58:54 +02:00
packages Update build artifacts 2022-07-05 19:35:59 +00:00
.eslintrc.cjs Enhance build process & update artifacts 2021-10-13 16:29:32 +02:00
.gitignore Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
.prettierrc.json Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
analysis_options.yaml feat(flutter): create package (#173) 2022-07-05 10:24:49 -04: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 Update FUNDING.yml 2022-07-18 09:34:29 +02:00
LICENSE Create LICENSE 2021-05-06 10:29:07 +02:00
meta-data.json Update build artifacts 2022-06-08 08:59:39 +00:00
package.json Release Version v5.1.4 2022-07-05 16:06:47 +00:00
pnpm-lock.yaml feat(flutter): create package (#173) 2022-07-05 10:24:49 -04:00
pnpm-workspace.yaml feat: add automatic publishing for iconoir-react and iconoir-react-native 2022-02-24 13:00:04 -05:00
README.md feat: add Flutter package to README 2022-07-05 12:26:51 -04:00

Iconoir

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

Browse at iconoir.com →

Version Project Stars React Library 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.

Flutter

A Flutter library is available to install under the name iconoir_flutter. 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