<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" />
<path d="M4 9h4" />
<path d="M14.75 4l1 2h2.25" />
<path d="M17 4l-3 5l2 3" />
<path d="M20.25 10l-1.25 2l1.25 2" />
<path d="M22 12h-6l-2 3" />
<path d="M18 18h-2.25l-1 2" />
<path d="M17 20l-3 -5h-1" />
<path d="M12 9l2.088 .008" />
</svg>
npm install @tabler/icons-react
import { IconBadge4k } from '@tabler/icons-react'
<IconBadge4k stroke={} />
npm install @tabler/icons-vue
import { IconBadge4k } from '@tabler/icons-vue'
<IconBadge4k stroke={} />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css" />
<i class="ti ti-temperature-snow></i>