Back to Tabler Icons

SVG sprite version

docs/icons/sprite.mdx

3.41.1520 B
Original Source

Installation

<TabsPackage name="@tabler/icons-sprite" />

or 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):

html
<svg width="24" height="24">
  <use xlink:href="path/to/tabler-sprite.svg#tabler-activity" />
</svg>