Back to Tabler Icons

Webfont

docs/icons/webfont.mdx

3.41.1646 B
Original Source

Installation

yarn add @tabler/icons-webfont

or

npm install @tabler/icons-webfont

or

pnpm install @tabler/icons-webfont

or just download from Github.

CDN

html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@$ICONS_VERSION/dist/tabler-icons.min.css">

Usage

HTML

html
<i class="ti ti-brand-tabler"></i>

CSS

css
content: 'ec8f';

SCSS

scss
content: $ti-icon-brand-tabler;