SVG sprite version

Installation
yarn
npm
pnpm
yarn add @tabler/icons-spriteor just download from Github.
Usage
Add an icon to be displayed on your page with the following markup (activity in the following example can be replaced with
any valid icon name):
<svg width="24" height="24">
<use xlink:href="path/to/tabler-sprite.svg#tabler-activity" />
</svg>
Browse all icons at Tabler Icons website.
Do you have a question? ask the community
Do you see a bug? open an issue on GitHub
Do you like Tabler? tweet about it!
Support Tabler's development: Github Sponsors


