png.mdx 423 B

12345678910111213141516171819
  1. ---
  2. title: PNG version
  3. ---
  4. ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-png.png)
  5. ## Installation
  6. <TabsPackage name="@tabler/icons-png" />
  7. or just [download from Github](https://github.com/tabler/tabler-icons/releases).
  8. All PNG files are stored in `icons` subdirectory.
  9. ## CDN
  10. ```html
  11. <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/home.png" />
  12. ```