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.
More SVG Icons
air
airplay-audio
airplay-video
airpods
alarm
align-bottom
align-horizontal-center
align-left
align-right
align-to-bottom
align-to-middle
align-to-top
align-top
align-vertical-center
android-fill
angular-fill
arrow-back
arrow-back-thick
arrow-back-thick-fill
arrow-clockwise
arrow-counter-clockwise
arrow-cycle
arrow-down
arrow-down-left
arrow-down-right
arrow-down-thick
arrow-forward
arrow-forward-thick
arrow-forward-thick-fill
arrow-left
arrow-left-thick
arrow-repeat
arrow-right
arrow-right-left
arrow-right-thick
arrow-shuffle
arrow-up
arrow-up-down
arrow-up-left
arrow-up-right
arrow-up-thick
ascending
attach
augmented-reality
backspace
backspace-fill
bank
basket
battery-charging
battery-empty
battery-full
battery-low
battery-medium
behance-fill
bell
bicycle
bitcoin-fill
block
bluetooth
boat
book
book-close
book-open
bootstrap-fill
box
briefcase
bug
cake
calculator
calendar
camera
cart
More SVG Icons
air
airplay-audio
airplay-video
airpods
alarm
align-bottom
align-horizontal-center
align-left
align-right
align-to-bottom
align-to-middle
align-to-top
align-top
align-vertical-center
android-fill
angular-fill
arrow-back
arrow-back-thick
arrow-back-thick-fill
arrow-clockwise
arrow-counter-clockwise
arrow-cycle
arrow-down
arrow-down-left
arrow-down-right
arrow-down-thick
arrow-forward
arrow-forward-thick
arrow-forward-thick-fill
arrow-left
arrow-left-thick
arrow-repeat
arrow-right
arrow-right-left
arrow-right-thick
arrow-shuffle
arrow-up
arrow-up-down
arrow-up-left
arrow-up-right
arrow-up-thick
ascending
attach
augmented-reality
backspace
backspace-fill
bank
basket
battery-charging
battery-empty
battery-full
battery-low
battery-medium
behance-fill
bell
bicycle
bitcoin-fill
block
bluetooth
boat
book
book-close
book-open
bootstrap-fill
box
briefcase
bug
cake
calculator
calendar
camera
cart
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 Aug 13, 2026
akar-icons
A perfectly rounded icon library made for everyone.
License
MIT
Weekly downloads
2,058
Monthly downloads
7,152
Total downloads
65,176
Unpacked size
582 KB
Last published
Mar 21, 2024
Registry updated
Mar 21, 2024
Akar Icons version history
Akar Icons has not published a new npm release in over a year. The latest version, v1.9.31, was released on Mar 21, 2024.
| Version | Released |
|---|---|
| v1.9.31 | Mar 21, 2024 |
| v1.9.30 | Oct 26, 2023 |
| v1.9.29 | Aug 30, 2023 |
| v1.9.28 | May 12, 2023 |
| v1.9.27 | May 7, 2023 |
| v1.9.26 | Apr 25, 2023 |
| v1.9.25 | Mar 17, 2023 |
| v1.9.24 | Mar 16, 2023 |
| v1.9.23 | Mar 16, 2023 |
| v1.9.22 | Nov 1, 2022 |
| v1.9.21 | Oct 13, 2022 |
| v1.9.20 | Jul 26, 2022 |
| v1.9.19 | Jul 26, 2022 |
| v1.9.18 | Jun 17, 2022 |
| v1.9.17 | May 11, 2022 |
| v1.9.16 | Apr 27, 2022 |
| v1.9.15 | Apr 6, 2022 |
| v1.9.14 | Mar 12, 2022 |
| v1.9.13 | Mar 11, 2022 |
| v1.9.12 | Mar 11, 2022 |
Source: npm registry data for akar-icons, refreshed weekly.
Compare Akar Icons with similar icon packs
Frequently Asked Questions
How do I use Akar Icons in React?
npm install @akar-icons/react, then: import { SearchIcon } from "@akar-icons/react";.