# @radix-ui/react-icons

> Radix UI React Icon Set

Latest version **1.3.2** (published 2024-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @radix-ui/react-icons
pnpm add @radix-ui/react-icons
yarn add @radix-ui/react-icons
bun add @radix-ui/react-icons
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.2 |
| Published | 2024-11-14 |
| First published | 2021-01-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | chancestrickland, mark-workos, benoitgrelard, stephenhaney, andy-hook, hadihallak |

## Links

- npm: https://www.npmjs.com/package/@radix-ui/react-icons
- npm.io page: https://npm.io/package/@radix-ui/react-icons

## Recent versions

- 1.3.2 (latest) — 2024-11-14
- 2.0.0-rc.1776195498999 (next) — 2026-04-14
- 2.0.0-rc.1766004414571 — 2025-12-17
- 2.0.0-rc.1757690387036 — 2025-09-12
- 2.0.0-rc.1757690000865 — 2025-09-12
- 1.3.1 — 2024-10-30
- 1.3.0 — 2023-03-21
- 1.2.0 — 2023-02-17
- 1.1.1 — 2022-05-05
- 1.1.0 — 2022-02-21
- 1.0.3 — 2021-04-13
- 1.0.2 — 2021-02-16
- 1.0.1 — 2021-01-15
- 1.0.0 — 2021-01-13

## README

# Radix Icons

A crisp set of 15×15 icons designed by the [WorkOS](https://workos.com) team.

Visit [icons.radix-ui.com](https://icons.radix-ui.com) to browse the icons.

---

## Documentation

All icons are available as individual React components.

Install Radix Icons from npm:

```bash
npm install @radix-ui/react-icons
```

Import the icons into your React project:

```js
import { FaceIcon, ImageIcon, SunIcon } from '@radix-ui/react-icons';

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

## Contributing

Please follow our [contributing guidelines](./CONTRIBUTING.md).

## Authors

- Vlad Moroz ([@vladyslavmoroz](https://twitter.com/vladyslavmoroz))
- Colm Tuite ([@colmtuite](https://twitter.com/colmtuite))
- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))
- Lochlan Bunn ([@loklaan](https://twitter.com/loklaan))

## License

Licensed under the MIT License, Copyright © 2022-present WorkOS.

See [LICENSE](./LICENSE.md) for more information.

---
_Source: https://npm.io/package/@radix-ui/react-icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
