Carbon Icons

Browse 2392 free Carbon SVG icons. Download SVG, copy as JSX, PNG or Base64. Apache 2.0 licensed. Designed by IBM. Styles: Precise Shapes, Has Padding.

2,392 icons Apache-2.0 UI 16px / 32px 32px grid by IBM
+F

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

About Carbon

IBM Carbon Icons is the SVG icon foundation of IBM's Carbon Design System — the open-source design language powering IBM.com and enterprise IBM products. With 2,100+ icons individually optimised at 16, 20, 24, and 32px (not just scaled from one master), Carbon is one of the most technically rigorous free icon sets available. Each pixel-specific variant is drawn to take advantage of the exact grid — ensuring sharp rendering at every scale in dense enterprise interfaces. Apache 2.0 licensed — free for personal and commercial use. The React package (@carbon/icons-react) ships tree-shakeable SVG components with size control via the `size` prop. Search Carbon icons, copy SVG, export JSX, or download PNG here. The strict IBM geometry rules — geometric construction, precise optical weight — give Carbon icons a consistent industrial clarity distinct from the more organic feel of Lucide or Tabler. Ideal for enterprise SaaS platforms, data dashboards, developer tools, and any product following Carbon Design System conventions.

Created By

License

Apache 2.0

Features & Tags

Precise Shapes Has Padding

How to use Carbon icons

Icon Set Version

v11.70.0

Package

@carbon/icons-react

License SPDX

Apache-2.0

Grid Size

32px

Display Size

16px

Sample Icons

user-certification, humidity, edit-off

Install

bash
npm install @carbon/icons-react

React

tsx
import { Search, Home, Settings } from '@carbon/icons-react';

export default function App() {
  // size prop: 16 | 20 | 24 | 32 (each is pixel-grid-optimised)
  return <Search size={24} />;
}

Via Iconify · HTML

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

Via Iconify · any framework

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

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

Package stats

Build-time npm metadata cached weekly • Last refresh May 12, 2026

@carbon/icons-react

React components for icons in digital and software products using the Carbon Design System

v11.80.0
Score 77%
Popularity 42%
Quality 91%
Maintenance 100%

License

Apache-2.0

Weekly downloads

300.9K

Monthly downloads

1.2M

Total downloads

13.8M

Unpacked size

16 MB

Last published

May 6, 2026

Registry updated

May 6, 2026

Frequently Asked Questions

Carbon Icons are individually optimised at 16, 20, 24, and 32px — not just scaled from one master. This makes them ideal for precise enterprise UI and data-dense interfaces.

Run npm install @carbon/icons-react, then: import { Search } from "@carbon/icons-react";. Use the size prop to select a pixel-optimised variant.

Yes. Carbon Icons is the icon foundation of IBM's Carbon Design System, used across IBM.com and IBM enterprise products. The strict geometry rules make it ideal for data-heavy applications.