# PNG version

> Use the PNG files when you need raster icons for mockups, chats or tools without vector support.

Download Tabler Icons as PNG files - raster images for mockups, chat apps, and tools that do not support vector formats.

Source: https://docs.tabler.io/icons/static-files/png

---

![Tabler Icons in PNG format](/img/icons/package-png.png)

## Installation

```shell
npm install @tabler/icons-png
yarn add @tabler/icons-png
pnpm install @tabler/icons-png
bun install @tabler/icons-png
```

or just [download from Github](https://github.com/tabler/tabler-icons/releases).

All PNG files are stored in `icons` subdirectory.

## CDN

### Outline version

Load the outline version of an icon as an image straight from the `icons/outline` directory of the CDN package:

```html
<img src="https://unpkg.com/@tabler/icons-png@3.48.0/icons/outline/home.png" />
```

### Filled version

Use the `icons/filled` path to load the filled version of an icon:

```html
<img src="https://unpkg.com/@tabler/icons-png@3.48.0/icons/filled/home.png" />
```

Swap the version for `latest` to always pull the newest icons, or keep it pinned so the set stays stable.
