png.mdx 630 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. title: PNG version
  3. description: Download Tabler Icons in PNG format.
  4. ---
  5. ![](/docs/icons/package-png.png)
  6. ## Installation
  7. <TabsPackage name="@tabler/icons-png" />
  8. or just [download from Github](https://github.com/tabler/tabler-icons/releases).
  9. All PNG files are stored in `icons` subdirectory.
  10. ## CDN
  11. Replace `$ICONS_VERSION` with `latest` or any specific version you need.
  12. #### Outline version
  13. ```html
  14. <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/outline/home.png" />
  15. ```
  16. #### Filled version
  17. ```html
  18. <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/filled/home.png" />
  19. ```