UNPKG

@tabler/core

Version:

Premium and Open Source dashboard template with responsive and high quality UI.

32 lines (19 loc) 630 B
--- 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" /> ```