mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
32 lines
630 B
Plaintext
32 lines
630 B
Plaintext
---
|
|
title: PNG version
|
|
description: Download Tabler Icons in PNG format.
|
|
---
|
|
|
|

|
|
|
|
|
|
## 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" />
|
|
```
|