Akar Icons
Browse 454 free Akar Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Arturo Wibawa. Styles: Precise Shapes, Has Padding, Uses Stroke.
454 icons • UI 24px • 24px
About Akar Icons
Akar Icons is a carefully curated set of 390+ minimal outline SVG icons designed by Arturo Wibawa, each drawn on a precise 24px grid with a consistent 1.5px stroke. The library intentionally maintains a small, high-quality vocabulary — covering essential UI actions without the icon bloat of larger libraries. MIT licensed and free for personal and commercial use. An official React package (@akar-icons/react) is available alongside Iconify integration for framework-agnostic use. Search Akar Icons, copy SVG to clipboard, export as React JSX, and download as PNG here. Akar's hand-crafted aesthetic gives each icon a slightly more distinct personality than the rigid pixel-grid output of larger automated sets — visible in rounded corners, optically-balanced proportions, and deliberate negative space. Compared with Lucide, Akar offers fewer icons but arguably higher craftsmanship per icon. Ideal for minimal design systems, SaaS products with a human brand voice, creative portfolios, and interfaces where every icon in the set is intentionally chosen.
Created By
License
Features & Tags
Pack Details
Version
1.9.31
Color Support
Monochrome
Category
UI 24px
How to use Akar Icons icons
Icon Set Version
v1.9.31
Package
akar-icons
License SPDX
MIT
Grid Size
24px
Sample Icons
paper, pencil, location
Install
npm install akar-icons React
import { Search, Home, Gear } from 'akar-icons';
export default function App() {
return <Search size={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="akar-icons:icon-name" width="24"></iconify-icon> Via Iconify · any framework
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="akar-icons:icon-name" width={24} />;
} Package stats
Build-time npm metadata cached weekly • Last refresh Mar 26, 2026
akar-icons
A perfectly rounded icon library made for everyone.
License
MIT
Weekly downloads
655
Monthly downloads
2,902
Total downloads
48,294
Unpacked size
582 KB
Last published
Mar 21, 2024
Registry updated
Mar 21, 2024
Compare Akar Icons with similar icon packs
Frequently Asked Questions
npm install @akar-icons/react, then: import { SearchIcon } from "@akar-icons/react";.