# @material-ui/icons

> Material Design Svg Icons converted to Material-UI React components.

Latest version **4.11.3** (published 2022-04-03) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 50/100 (C)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; large bundle.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.11.3 |
| Published | 2022-04-03 |
| First published | 2018-04-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 9.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 99035 |
| Author | Material-UI Team |
| Maintainers | oliviertassinari, hai-cea, mbrookes, joshwooding, eps1lon, mnajdova, siriwatknp, michaldudak |
| Keywords | react, react-component, material design, material-ui, icons |

## Links

- npm: https://www.npmjs.com/package/@material-ui/icons
- Repository: https://github.com/mui-org/material-ui
- Homepage: https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons
- Issues: https://github.com/mui-org/material-ui/issues
- npm.io page: https://npm.io/package/@material-ui/icons

## Dependencies (1)

- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.4.4

## 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.11.3 (latest) — 2022-04-03
- 5.0.0-beta.5 (next) — 2021-08-25
- 5.0.0-beta.4 — 2021-08-13
- 5.0.0-beta.1 — 2021-07-14
- 5.0.0-beta.0 — 2021-07-01
- 5.0.0-alpha.37 — 2021-06-15
- 5.0.0-alpha.36 — 2021-06-08
- 5.0.0-alpha.35 — 2021-05-31
- 5.0.0-alpha.34 — 2021-05-18
- 5.0.0-alpha.29 — 2021-04-20
- 5.0.0-alpha.28 — 2021-03-24
- 5.0.0-alpha.27 — 2021-03-05
- 5.0.0-alpha.26 — 2021-02-27
- 5.0.0-alpha.24 — 2021-01-26
- 5.0.0-alpha.23 — 2021-01-14
- … 41 more at https://npm.io/package/@material-ui/icons/versions

## README

# @material-ui/icons

This package provides the Google [Material icons](https://material.io/tools/icons/) packaged as a set of [React](https://facebook.github.io/react/) components.

## Installation

Install the package in your project directory with:

```sh
// with npm
npm install @material-ui/icons

// with yarn
yarn add @material-ui/icons
```

These components use the Material-UI [SvgIcon](https://mui.com/api/svg-icon/) component to
render the SVG path for each icon, and so a have a peer-dependency on the `next` release of Material-UI.

If you are not already using Material-UI in your project, you can add it with:

```sh
// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core
```

## Documentation

- [The documentation](https://mui.com/components/icons/#svg-material-icons)
- [The icons search](https://mui.com/components/material-icons/)

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