Tabler Icons Icons

Browse all 5,000+ Tabler icons in one grid: outline and filled. Copy SVG or React JSX, download PNG or Base64. MIT licensed, free for commercial use.

6,184 icons MIT UI 24px 24px grid by Paweł Kuna
Search icons...

More SVG Icons

a-b

a-b-2

a-b-off

abacus

abacus-off

abc

access-point

access-point-off

accessible

accessible-filled

accessible-off

acorn

acrobatic

activity

activity-heartbeat

ad

ad-2

ad-circle

ad-circle-filled

ad-circle-off

ad-filled

ad-off

address-book

address-book-off

adjustments

adjustments-alt

adjustments-bolt

adjustments-cancel

adjustments-check

adjustments-code

adjustments-cog

adjustments-dollar

adjustments-down

adjustments-exclamation

adjustments-filled

adjustments-heart

adjustments-horizontal

adjustments-horizontal-filled

adjustments-minus

adjustments-off

adjustments-pause

adjustments-pin

adjustments-plus

adjustments-question

adjustments-search

adjustments-share

adjustments-spark

adjustments-star

adjustments-up

adjustments-x

aerial-lift

aerial-lift-filled

affiliate

affiliate-filled

ai

ai-agent

ai-agents

ai-gateway

air-balloon

air-balloon-filled

air-conditioning

air-conditioning-disabled

air-traffic-control

alarm

alarm-average

alarm-filled

alarm-minus

alarm-minus-filled

alarm-off

alarm-plus

alarm-plus-filled

alarm-smoke

Copy & download Tabler Icons 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 @tabler/icons-react and use via @iconify/react, fully tree-shakeable, no icon font loading required.

About Tabler Icons

Tabler Icons is an open-source library of 5,000+ free SVG icons optimised for web and mobile interfaces. All icons follow a consistent 24px grid with a 2px stroke, visually compatible with Lucide and Heroicons. Both outline and filled variants are available for most icons, making it straightforward to indicate active and inactive states across navigation, tabs, and button groups. MIT licensed: completely free for personal and commercial projects. The library ships an official React package (@tabler/icons-react), Vue package, Angular package, and a Figma plugin. With 5,000+ icons, Tabler offers the widest selection among free outline icon sets, covering finance, medical, tech, brand, and UI categories not found in smaller libraries. Search Tabler icons, copy SVG code to clipboard, export as React JSX, or download as PNG. The commercial Tabler Icons Pro extension adds colored and duotone styles. Ideal for SaaS products, admin dashboards, e-commerce, and productivity tools where comprehensive icon coverage matters.

How to use Tabler Icons icons

Icon Set Version

v3.46.0

Package

@tabler/icons-react, @tabler/icons-vue

License SPDX

MIT

Grid Size

24px

Sample Icons

alien, device-desktop, photo

Install

bash
npm install @tabler/icons-react

React

tsx
import { IconSearch, IconHome, IconSettings } from '@tabler/icons-react';

export default function App() {
  return <IconSearch size={24} stroke={1.5} />;
}

Vue

vue
<script setup>
import { IconSearch } from '@tabler/icons-vue';
</script>
<template>
  <IconSearch :size="24" :stroke="1.5" />
</template>

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="tabler:icon-name" width="24"></iconify-icon>

Via Iconify · any framework

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="tabler:icon-name" width={24} />;
}

Package stats

Build-time npm metadata cached weekly • Last refresh Aug 13, 2026

@tabler/icons-react

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

v3.46.0

License

MIT

Weekly downloads

2.9M

Monthly downloads

11.5M

Total downloads

87.8M

Unpacked size

63 MB

Last published

Jul 28, 2026

Registry updated

Jul 28, 2026

@tabler/icons-vue

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

v3.46.0

License

MIT

Weekly downloads

60,337

Monthly downloads

234.8K

Total downloads

1.9M

Unpacked size

39 MB

Last published

Jul 28, 2026

Registry updated

Jul 28, 2026

Tabler Icons version history

Based on the last 10 releases, Tabler Icons typically ships a new version every ~4 days. The latest release, v3.46.0, landed on Jul 28, 2026.

Version Released
v3.46.0 Jul 28, 2026
v3.45.0 Jul 17, 2026
v3.44.0 May 8, 2026
v3.43.0 May 6, 2026
v3.42.0 May 4, 2026
v3.41.1 Mar 29, 2026
v3.41.0 Mar 26, 2026
v3.40.0 Mar 7, 2026
v3.39.0 Mar 5, 2026
v3.38.0 Mar 1, 2026
v3.37.1 Feb 19, 2026
v3.37.0 Feb 19, 2026
v3.36.1 Jan 2, 2026
v3.36.0 Dec 14, 2025
v3.35.0 Sep 15, 2025
v3.34.1 Jul 20, 2025
v3.34.0 Jun 2, 2025
v3.33.0 May 16, 2025
v3.32.0 May 16, 2025
v3.31.0 Mar 4, 2025

Source: npm registry data for @tabler/icons-react, refreshed weekly.

Compare Tabler Icons with similar icon packs

Frequently Asked Questions

Is Tabler Icons completely free?
The core Tabler Icons set (5,000+ icons) is free and MIT licensed. Tabler Icons Pro offers additional icon styles as a commercial product.
How do I use Tabler Icons in React?
Install with npm install @tabler/icons-react, then: import { IconSearch } from "@tabler/icons-react";. Raw SVGs are also available to copy or download.
How does Tabler compare to Lucide?
Tabler has more icons (5,000+ vs 1,500+) but Lucide is more widely adopted and has a slightly more polished design. Both use the same 24px grid and 2px stroke.
How many icons are in Tabler Icons?
Tabler Icons contains 6,184 SVG icons in the UI 24px category, designed on a 24px grid.
How often is Tabler Icons updated?
Based on the last 10 releases, Tabler Icons typically ships a new version every ~4 days. The latest release, v3.46.0, landed on Jul 28, 2026. See the full version history below.