png.mdx 640 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. #### Outline version
  12. ```html
  13. <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/outline/home.png" />
  14. ```
  15. #### Filled version
  16. ```html
  17. <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/filled/home.png" />
  18. ```
  19. Instead of a specific version, you can use `latest` to always get the newest icons.