Akar Icons 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.
Copy & download Akar Icons 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
akar-icons
and use via @iconify/react —
fully tree-shakeable, no icon font loading required.
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 May 12, 2026
akar-icons
A perfectly rounded icon library made for everyone.
License
MIT
Weekly downloads
760
Monthly downloads
4,656
Total downloads
54,320
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";.