Icon demo
Loading
She looks like one.
The nose? Burn her! Now, look here, my good man. Burn her anyway!
Save Cancel
codecalm
••••••••
73
18
17
69
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-baseline-density-large" 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="M4 4h16"></path>
<path d="M4 20h16"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-baseline-density-large" 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="M4 4h16"></path>
<path d="M4 20h16"></path>
</svg>
Data URI:
data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-baseline-density-large' 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='M4 4h16' /%3E%3Cpath d='M4 20h16' /%3E%3C/svg%3E
Base64 Data URI:
Install @tabler/icons-react
:
Import icon:
import { IconBaselineDensityLarge } from '@tabler/icons-react';
Install @tabler/icons-vue
:
Import icon:
import { IconBaselineDensityLarge } 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-baseline-density-large"></i>
Usage in CSS:
content: '\f9f0';
SCSS file:
@import 'node_modules/@tabler/icons-webfont/tabler-icons.scss';
Usage in SCSS:
content: $ti-icon-baseline-density-large;