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

+F

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.

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 Mar 26, 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

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

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.