PNG version
Use the PNG files when you need raster icons for mockups, chats or tools without vector support.
![]()
Installation
npm install @tabler/icons-pngyarn add @tabler/icons-pngpnpm install @tabler/icons-pngbun install @tabler/icons-pngor 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.

