# @blueprintjs/icons

> Components, fonts, icons, and css files for creating and displaying icons.

Latest version **6.13.0** (published 2026-07-06) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @blueprintjs/icons
pnpm add @blueprintjs/icons
yarn add @blueprintjs/icons
bun add @blueprintjs/icons
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads; large bundle.

## Facts

| | |
|---|---|
| Version | 6.13.0 |
| Published | 2026-07-06 |
| First published | 2018-01-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 33.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22047 |
| Author | Palantir Technologies |
| Maintainers | blueprintjs |
| Keywords | palantir, blueprint, theme, react, icon |

## Links

- npm: https://www.npmjs.com/package/@blueprintjs/icons
- Repository: git@github.com:palantir/blueprint
- npm.io page: https://npm.io/package/@blueprintjs/icons

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ~2.6.2
- [classnames](https://npm.io/package/classnames.md) ^2.3.1
- [change-case](https://npm.io/package/change-case.md) ^4.1.2

## 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

- 6.13.0 (latest) — 2026-07-06
- 6.0.0-alpha.1 (next) — 2025-04-22
- 6.12.0 — 2026-06-30
- 6.11.0 — 2026-06-09
- 6.10.0 — 2026-05-13
- 6.9.1 — 2026-04-23
- 6.9.0 — 2026-04-07
- 6.8.0 — 2026-03-25
- 6.7.0 — 2026-03-11
- 6.6.0 — 2026-02-25
- 6.5.2 — 2026-02-12
- 6.5.1 — 2026-01-27
- 6.5.0 — 2026-01-15
- 6.4.0 — 2026-01-06
- 6.3.2 — 2025-12-02
- … 163 more at https://npm.io/package/@blueprintjs/icons/versions

## README

<img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">

# [Blueprint](http://blueprintjs.com/) Icon Components and files

Blueprint is a React UI toolkit for the web.

This package contains a collection of React components and other files for displaying icons.

## Installation

```sh copy
npm install --save @blueprintjs/icons
```

### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)

## Adding new icons (repo contributors)

1. Add the 16px SVG under `resources/icons/16px` and the 20px SVG under `resources/icons/20px`, same kebab-case basename in each. The basename then becomes the `iconName`.
2. Run `pnpm --filter @blueprintjs/icons icons:add`. It checks the pair, runs SVGO on the SVGs, and appends a row to `packages/icons/icons.json` when the icon isn’t listed yet.
3. Fill in `tags` and `group` for the new row.
4. Run `pnpm --filter @blueprintjs/icons icons:verify` before you ship the change.

To normalize every icon SVG in the repo at once: `pnpm --filter @blueprintjs/icons icons:format`.

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