Fire A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Fire A 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/310725.svg" alt="Fire A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310725.svg" alt="Fire A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310725.svg" alt="Fire A icon" :width="24" :height="24" />
CSS background
.icon-fire-a {
background-image: url('https://proicons.com/icon/310725.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="M4.21053 14.4342C4.21053 20.762 10.0526 21.25 12 21.25C13.9474 21.25 19.7895 20.762 19.7895 14.4342C19.7895 11.5651 16.9711 10.6621 15.8947 6.64474C9.07895 14.4342 10.0526 2.75 10.0526 2.75C10.0526 2.75 4.21053 8.59211 4.21053 14.4342Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.01979 13.6936C7.59763 15.8631 9.3648 17.556 11.0445 17.8829" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!