Iconoir
Browse 1671 free Iconoir SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Luca Burgio. Styles: Has Padding, Uses Stroke.
1671 icons • UI 24px • 24px
About Iconoir
Iconoir is a free open-source SVG icon library of 1,400+ icons designed with a clean, geometric outline style on a 24px grid with a 1.5px stroke. Maintained by an active community and MIT licensed, Iconoir covers standard UI actions alongside less common categories like programming languages, accessibility, and 3D design. The library ships an official React package (iconoir-react), Vue, Svelte, and Flutter packages, plus a Figma plugin. Icons accept className, width, height, and strokeWidth props in React. Search all Iconoir SVG icons here, copy SVG code, export as JSX, or download as PNG. Iconoir has a slightly more geometric, structured character than Lucide's organic curves — particularly visible in corner handling and path construction. MIT licensed — no attribution required for personal or commercial use. Ideal for developer tools, documentation sites, product interfaces, and any project that wants a well-maintained outline icon set with broader category coverage than Heroicons provides.
Created By
License
Features & Tags
Pack Details
Version
7.11.0
Color Support
Monochrome
Category
UI 24px
How to use Iconoir icons
Icon Set Version
v7.11.0
Package
iconoir-react
License SPDX
MIT
Grid Size
24px
Sample Icons
chat-bubble-check, edit, activity
Install
npm install iconoir-react React
import { Search, HomeSimple, Settings } from 'iconoir-react';
export default function App() {
return <Search width={24} height={24} strokeWidth={1.5} />;
} Via Iconify · HTML
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="iconoir:icon-name" width="24"></iconify-icon> Via Iconify · any framework
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="iconoir:icon-name" width={24} />;
} Package stats
Build-time npm metadata cached weekly • Last refresh Mar 26, 2026
iconoir-react
React library for Iconoir, the biggest open source icon library with tons of free icons.
License
MIT
Weekly downloads
59,981
Monthly downloads
260.4K
Total downloads
2.2M
Unpacked size
6.1 MB
Last published
Apr 12, 2025
Registry updated
Apr 12, 2025
Compare Iconoir with similar icon packs
Frequently Asked Questions
npm install iconoir-react, then: import { Search } from "iconoir-react";. Icons accept className, width, height, and strokeWidth props.