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/310133.svg" alt="Fire B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310133.svg" alt="Fire B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310133.svg" alt="Fire B icon" :width="24" :height="24" />
CSS background
.icon-fire-b {
background-image: url('https://proicons.com/icon/310133.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="M19.0462 8.74362C17.5889 7.09942 16.8361 4.94842 16.95 2.7543C16.9516 2.64129 16.9272 2.52941 16.8787 2.42731C16.8303 2.3252 16.759 2.23563 16.6705 2.16538C16.5815 2.09165 16.4761 2.04044 16.3632 2.01611C16.2502 1.99179 16.133 1.99504 16.0216 2.02562C9.41339 3.65272 8.56498 6.89693 8.48512 12.0078C7.69265 11.2558 7.01943 10.3873 6.48868 9.43239L6.21914 9.01316C6.15619 8.90975 6.06843 8.82362 5.96386 8.76263C5.85929 8.70163 5.74123 8.66764 5.62023 8.66374C5.49919 8.65219 5.37719 8.67291 5.26674 8.72375C5.15628 8.7746 5.06129 8.85379 4.99135 8.95326C4.01514 10.1327 3.38835 11.5618 3.18195 13.0789C2.97556 14.596 3.19776 16.1405 3.82339 17.5379C5.23088 20.3729 8.29535 22 12.2483 22C14.539 21.9916 16.7341 21.0806 18.3575 19.4645C19.164 18.6651 19.8034 17.7134 20.2387 16.6646C20.674 15.6158 20.8964 14.4909 20.8929 13.3554C20.8705 11.6423 20.2124 9.99868 19.0462 8.74362ZM17.3193 15.5615C16.9436 16.3497 16.4021 17.0476 15.732 17.6075C15.0618 18.1674 14.2788 18.5761 13.4362 18.8057C12.9118 18.9446 12.3716 19.015 11.8291 19.0153C11.4947 19.0191 11.1605 18.9924 10.8309 18.9355C10.5662 18.8918 10.3296 18.7447 10.1733 18.5266C10.017 18.3085 9.95375 18.0372 9.99743 17.7725C10.0411 17.5078 10.1882 17.2712 10.4063 17.1149C10.6243 16.9586 10.8955 16.8953 11.1603 16.939C11.7393 17.0291 12.3306 16.9984 12.8972 16.8492C13.464 16.6915 13.9913 16.416 14.4445 16.0406C14.8976 15.6657 15.2623 15.1953 15.5125 14.6631C15.769 14.1337 15.9053 13.5542 15.9118 12.9661C15.9118 12.7013 16.0171 12.4474 16.2043 12.2602C16.3915 12.073 16.6453 11.9678 16.91 11.9678C17.1748 11.9678 17.4287 12.073 17.6159 12.2602C17.8031 12.4474 17.9083 12.7013 17.9083 12.9661C17.9028 13.8659 17.6947 14.7531 17.2994 15.5615H17.3193Z" fill="black"/> </svg>
Copied!