File: /home/ekspardev/public_html/tubisad/rapor/docs/icons/png.mdx
---
title: PNG version
---

## Installation
```
yarn add @tabler/icons-png
```
or
```
npm install @tabler/icons-png
```
or
```
pnpm 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
```html
<img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/home.png" />
```