# @remixicon/react

> Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.

Latest version **4.9.0** (published 2026-01-29) · Remix Icon License 1.0 license · 0 weekly downloads

## Install

```sh
npm install @remixicon/react
pnpm add @remixicon/react
yarn add @remixicon/react
bun add @remixicon/react
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.9.0 |
| Published | 2026-01-29 |
| First published | 2023-12-14 |
| Weekly downloads | 0 |
| License | Remix Icon License 1.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8369 |
| Author | Wendy Gao |
| Maintainers | wendygaoyuan |
| Keywords | remixicon, remix, icon, icon library, icon pack, react |

## Links

- npm: https://www.npmjs.com/package/@remixicon/react
- Repository: https://github.com/Remix-Design/remixicon
- Homepage: https://remixicon.com
- Issues: https://github.com/Remix-Design/remixicon/issues
- npm.io page: https://npm.io/package/@remixicon/react

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 4.9.0 (latest) — 2026-01-29
- 4.8.0 — 2025-12-30
- 4.7.0 — 2025-10-14
- 4.6.0 — 2024-12-17
- 4.5.0 — 2024-10-29
- 4.4.0 — 2024-10-23
- 4.3.0 — 2024-10-11
- 4.2.0 — 2024-02-25
- 4.1.1 — 2024-01-14
- 4.1.0 — 2024-01-14
- 4.0.1 — 2023-12-16
- 4.0.0 — 2023-12-16
- 0.0.3 — 2023-12-15
- 0.0.2 — 2023-12-14

## README

[![logo](https://raw.githubusercontent.com/Remix-Design/RemixIcon/master/.github/files/logo-github.svg)](https://remixicon.com)

[![remixicon](https://img.shields.io/npm/v/remixicon.svg?labelColor=4A4A4A&color=006AFF&style=flat-square&label=remixicon)](https://www.npmjs.com/package/remixicon)
[![npm](https://img.shields.io/npm/v/@remixicon/react.svg?labelColor=4A4A4A&color=006AFF&style=flat-square)](https://www.npmjs.com/package/@remixicon/react)
[![downloads](https://img.shields.io/npm/dt/@remixicon/react.svg?labelColor=4A4A4A&color=23AF5F&style=flat-square)](https://www.npmjs.com/package/@remixicon/react)
[![](https://data.jsdelivr.com/v1/package/npm/@remixicon/react/badge)](https://www.jsdelivr.com/package/npm/@remixicon/react)
[![donate](https://img.shields.io/badge/-赞助-DA6429.svg?style=flat-square)](https://remixicon.com/support-us)

English | [简体中文](./README_CN.md)

Remix Icon For React

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 3100+ icons are all elaborately crafted so that they are born with the gene of readability, consistency and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

[![icon demo](https://raw.githubusercontent.com/Remix-Design/RemixIcon/master/.github/files/preview.svg)](https://remixicon.com)
View the full set of Remix Icons at [remixicon.com](https://remixicon.com).

## Installation

```bash
npm install @remixicon/react
# or
yarn add @remixicon/react
# or
pnpm install @remixicon/react
```

## Usage

```jsx
import { RiHeartFill } from '@remixicon/react'

const MyComponent = () => {
    return (
        <RiHeartFill
            size={36} // set custom `width` and `height`
            color="red" // set `fill` color
            className="my-icon" // add custom class name
        />
    )
}
```

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