stroke-width=""
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-up-left" 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="M8 16v-8h8"></path> </svg>
<svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-chevron-up-left" 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="M8 16v-8h8"></path> </svg>
Data URI:
data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-up-left' 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='M8 16v-8h8' /%3E%3C/svg%3E
Base64 Data URI:
Install @tabler/icons:
@tabler/icons
npm install @tabler/icons
Import icon:
import { IconChevronUpLeft } from '@tabler/icons';
Stylesheet url:
<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
Usage in HTML:
<i class="ti ti-chevron-up-left"></i>
Usage in CSS:
content: '\ed0b';
SCSS file:
@import 'node_modules/@tabler/icons/iconfont/tabler-icons.scss';
Usage in SCSS:
content: $ti-icon-chevron-up-left;