File: icons.md | Updated: 11/15/2025
ThemesThemes PrimitivesPrimitives IconsIcons ColorsColors
Open in Figma Download SVG Install with npm View on GitHub
Search
Open in Figma Download SVG Install with npm View on GitHub
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>
)
}
Licensed under the MIT License
.
Copyright © 2022–present WorkOS.