Clarity Icons

Browse 1103 free Clarity SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by VMware. Styles: Precise Shapes, Has Padding.

1,103 icons MIT UI Other / Mixed Grid 36px grid by VMware
Search icons...

Chart

analytics-line

analytics-outline-alerted

analytics-outline-badged

analytics-solid

analytics-solid-alerted

analytics-solid-badged

axis-chart-line

axis-chart-outline-alerted

axis-chart-outline-badged

axis-chart-solid

axis-chart-solid-alerted

axis-chart-solid-badged

bar-chart-line

bar-chart-outline-alerted

bar-chart-outline-badged

bar-chart-solid

bar-chart-solid-alerted

bar-chart-solid-badged

bell-curve-line

box-plot-line

box-plot-outline-alerted

box-plot-outline-badged

box-plot-solid

box-plot-solid-alerted

box-plot-solid-badged

bubble-chart-line

bubble-chart-outline-alerted

bubble-chart-outline-badged

bubble-chart-solid

bubble-chart-solid-alerted

bubble-chart-solid-badged

cloud-chart-line

cloud-chart-outline-alerted

cloud-chart-outline-badged

cloud-chart-solid

cloud-chart-solid-alerted

cloud-chart-solid-badged

curve-chart-line

curve-chart-outline-alerted

curve-chart-outline-badged

curve-chart-solid

curve-chart-solid-alerted

curve-chart-solid-badged

grid-chart-line

grid-chart-outline-alerted

grid-chart-outline-badged

grid-chart-solid

grid-chart-solid-alerted

grid-chart-solid-badged

heat-map-line

heat-map-outline-alerted

heat-map-outline-badged

heat-map-solid

heat-map-solid-alerted

heat-map-solid-badged

line-chart-line

line-chart-outline-alerted

line-chart-outline-badged

line-chart-solid

line-chart-solid-alerted

line-chart-solid-badged

pie-chart-line

pie-chart-outline-alerted

pie-chart-outline-badged

pie-chart-solid

pie-chart-solid-alerted

pie-chart-solid-badged

scatter-plot-line

scatter-plot-outline-alerted

scatter-plot-outline-badged

scatter-plot-solid

scatter-plot-solid-alerted

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

About Clarity

Created By

License

Features & Tags

Precise Shapes Has Padding

Pack Details

Color Support

Monochrome

Category

UI Other / Mixed Grid

How to use Clarity icons

License SPDX

MIT

Grid Size

36px

Display Size

18px

Sample Icons

help-outline-badged, heart-broken-solid, shield-outline-alerted

Via Iconify · React

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

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

Via Iconify · HTML

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

Frequently Asked Questions

Is Clarity free for commercial use?
Yes. Clarity is licensed under MIT, free for personal and commercial projects. View license →
How do I download Clarity SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Clarity?
Clarity contains 1,103 SVG icons in the UI Other / Mixed Grid category, designed on a 36px grid.
Can I change the color of Clarity icons?
Yes. Clarity icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.
What styles does Clarity offer?
Clarity includes icons in the following styles: Precise Shapes, Has Padding. You can filter by style in the browser above.
Is Clarity organized into categories?
Yes. Clarity is split into 9 categories including Chart, Commerce, Core, Essential and 5 more. Use the category tabs in the browser above to filter.
Can I use Clarity with React, Next.js or shadcn/ui?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/clarity and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.