Radix Icons Icons
Browse 332 free Radix Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by WorkOS. Styles: Precise Shapes, Has Padding.
Copy & download Radix 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
@radix-ui/react-icons
and use via @iconify/react —
fully tree-shakeable, no icon font loading required.
About Radix Icons
Pack Details
Version
1.3.2
Color Support
Monochrome
Category
UI Other / Mixed Grid
In 1 collection
How to use Radix Icons icons
Icon Set Version
v1.3.2
Package
@radix-ui/react-icons
License SPDX
MIT
Grid Size
15px
Sample Icons
width, checkbox, code
Install
npm install @radix-ui/react-icons React
import { MagnifyingGlassIcon, HomeIcon, GearIcon } from '@radix-ui/react-icons';
export default function App() {
// Radix Icons are 15px — scale via CSS width/height
return <MagnifyingGlassIcon width={20} height={20} />;
} Via Iconify · HTML
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="radix-icons:icon-name" width="24"></iconify-icon> Via Iconify · any framework
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="radix-icons:icon-name" width={24} />;
} Package stats
Build-time npm metadata cached weekly • Last refresh May 12, 2026
@radix-ui/react-icons
Radix UI React Icon Set
License
MIT
Weekly downloads
3.8M
Monthly downloads
16.2M
Total downloads
139.9M
Unpacked size
3.3 MB
Last published
Nov 14, 2024
Registry updated
Apr 14, 2026
Frequently Asked Questions
npm install @radix-ui/react-icons, then: import { MagnifyingGlassIcon } from "@radix-ui/react-icons";.