PNG version

Installation

npm install @tabler/icons-png
pnpm install @tabler/icons-png
yarn install @tabler/icons-png

or just download from Github.

All PNG files are stored in icons subdirectory.

CDN

Outline version

<img
  src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/outline/home.png" />

Filled version

<img
  src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/filled/home.png" />

Instead of a specific version, you can use latest to always get the newest icons.

Table of Contents