Menu

PNG version

Use the PNG files when you need raster icons for mockups, chats or tools without vector support.

Tabler Icons in PNG format

Installation

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

or just download from Github.

All PNG files are stored in icons subdirectory.

CDN

Outline version

Load the outline version of an icon as an image straight from the icons/outline directory of the CDN package:

<img src="https://unpkg.com/@tabler/[email protected]/icons/outline/home.png" />

Filled version

Use the icons/filled path to load the filled version of an icon:

<img src="https://unpkg.com/@tabler/[email protected]/icons/filled/home.png" />

Swap the version for latest to always pull the newest icons, or keep it pinned so the set stays stable.