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'
A React library is available to install under the name iconoir-react
. For more details, see the package README.
A React Native library is available to install under the name iconoir-react-native
. For more details, see the package README.
A Flutter library is available to install under the name iconoir_flutter
. For more details, see the package README.
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.
Import the CSS File:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/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.
The icons are display: inline-block
and default to the current font size. You can control this
by adjusting the ::before
styles of the element (which is where the icons are added as a mask).
The library is available in the Figma community here.
MIT License