Iconoir Icons
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.
Copy & download Iconoir icons
Click any icon above to open the detail panel. Four export formats are available instantly — no sign-up required.
Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.
React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.
Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.
Inline data URI — embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.
Works with shadcn/ui
Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install
iconoir-react
and use via @iconify/react —
fully tree-shakeable, no icon font loading required.
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 May 12, 2026
iconoir-react
React library for Iconoir, the biggest open source icon library with tons of free icons.
License
MIT
Weekly downloads
66,299
Monthly downloads
260.4K
Total downloads
2.5M
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.