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.

1,671 icons MIT UI 24px 24px grid by Luca Burgio
+F

Copy & download Iconoir icons

Click any icon above to open the detail panel. Four export formats are available instantly — no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

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

Luca Burgio Visit Website

License

Features & Tags

Has Padding Uses Stroke

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

bash
npm install iconoir-react

React

tsx
import { Search, HomeSimple, Settings } from 'iconoir-react';

export default function App() {
  return <Search width={24} height={24} strokeWidth={1.5} />;
}

Via Iconify · HTML

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

tsx
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.

v7.11.0
Score 62%
Popularity 26%
Quality 59%
Maintenance 100%

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

Yes. Iconoir is MIT licensed — free for personal and commercial projects, no attribution required.

Iconoir is drawn with a consistent 1.5px stroke on a 24px grid but has a slightly more geometric, structured feel than Lucide's organic curves. It covers 1,400+ icons including some unique categories like programming languages and finance.

Install npm install iconoir-react, then: import { Search } from "iconoir-react";. Icons accept className, width, height, and strokeWidth props.