stroke-width=""
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-compact-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M11 4l3 8l-3 8"></path> </svg>
<svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-chevron-compact-right" width={24} height={24} viewBox="0 0 24 24" strokeWidth="" stroke="currentColor" fill="none" strokeLinecap="round" strokeLinejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M11 4l3 8l-3 8"></path> </svg>
Data URI:
data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-compact-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4l3 8l-3 8' /%3E%3C/svg%3E
Base64 Data URI:
Install @tabler/icons-react:
@tabler/icons-react
Import icon:
import { IconChevronCompactRight } from '@tabler/icons-react';
Install @tabler/icons-vue:
@tabler/icons-vue
import { IconChevronCompactRight } from '@tabler/icons-vue';
Stylesheet url:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
Usage in HTML:
<i class="ti ti-chevron-compact-right"></i>
Usage in CSS:
content: '\faf2';
SCSS file:
@import 'node_modules/@tabler/icons-webfont/tabler-icons.scss';
Usage in SCSS:
content: $ti-icon-chevron-compact-right;