Fire B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Fire B icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310726.svg" alt="Fire B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310726.svg" alt="Fire B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310726.svg" alt="Fire B icon" :width="24" :height="24" />
CSS background
.icon-fire-b {
background-image: url('https://proicons.com/icon/310726.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.1696 13.344C20.1696 8.97596 16.2166 9.11432 16.2166 2.75C9.76334 4.34108 9.22969 7.36512 9.22969 12.9882C7.76708 13.1365 6.43295 10.7153 5.59294 9.39102C1.719 14.4607 4.35763 21.25 12.2636 21.25C14.3604 21.25 16.3713 20.417 17.854 18.9344C19.3366 17.4517 20.1696 15.4408 20.1696 13.344Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.938 12.9883C16.9234 13.72 16.7518 14.44 16.4348 15.0997C16.1178 15.7593 15.6628 16.3432 15.1006 16.8117C14.5384 17.2802 13.882 17.6225 13.176 17.8154C12.47 18.0082 11.7308 18.0471 11.0085 17.9295" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!