📄 radixui/icons

File: icons.md | Updated: 11/15/2025

Source: https://www.radix-ui.com/icons

Radix Homepage

Made by WorkOS

Radix Homepage

Made by WorkOS

ThemesThemes PrimitivesPrimitives IconsIcons ColorsColors

Blog

A crisp set
of 15×15 icons

Open in Figma

Open in Figma Download SVG Install with npm View on GitHub

Search

Typography

Music

Abstract

Logos

Arrows

Objects

Design

Components

Borders and corners

Alignment

Assets

Open in Figma Download SVG Install with npm View on GitHub

React components

All icons are available as individual React components. Install Radix Icons from npm:

npm install @radix-ui/react-icons

Import the icons into your React project:

import { FaceIcon, ImageIcon, SunIcon } from "@radix-ui/react-icons"

function MyComponent () {
	return (
		<div>
			<FaceIcon />
			<SunIcon />
			<ImageIcon />
		</div>
	)
}

License

Licensed under the MIT License .
Copyright © 2022–present WorkOS.