12345678910111213141516171819202122232425262728293031 |
- ---
- title: PNG version
- description: Download Tabler Icons in PNG format.
- ---
- ![](/docs/icons/package-png.png)
- ## Installation
- <TabsPackage name="@tabler/icons-png" />
- or just [download from Github](https://github.com/tabler/tabler-icons/releases).
- All PNG files are stored in `icons` subdirectory.
- ## CDN
- Replace `$ICONS_VERSION` with `latest` or any specific version you need.
- #### Outline version
- ```html
- <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/outline/home.png" />
- ```
- #### Filled version
- ```html
- <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/filled/home.png" />
- ```
|