# @phosphor-icons/react
Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really. Explore all our icons at [phosphoricons.com](https://phosphoricons.com).
[](https://www.npmjs.com/package/@phosphor-icons/react) [](https://travis-ci.com/github/phosphor-icons/react)
[](https://github.com/phosphor-icons/react)
[](https://github.com/phosphor-icons/react/fork)
[](https://github.com/phosphor-icons/react)
[](https://github.com/rektdeckard)
## Installation
```bash
npm i @phosphor-icons/react
```
## Usage
Simply import the icons you need, and add them anywhere in your render method. Phosphor supports tree-shaking, so your bundle only includes code for the icons you use.
```tsx
import { Horse, Heart, Cube } from "@phosphor-icons/react";
const App = () => {
return (