Fire Burn Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Fire Burn 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/305680.svg" alt="Fire Burn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305680.svg" alt="Fire Burn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305680.svg" alt="Fire Burn icon" :width="24" :height="24" />
CSS background
.icon-fire-burn {
background-image: url('https://proicons.com/icon/305680.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M342 710c-69-7-93-120-93-120s-31 250 151 332c-20-38-19-87 1-121 41-66 11-106 11-106 86 31 39 108 39 108s77-17 21-114c-55-97 8-139 8-139s-43 60 68 156l36 158c34-4 46-58 46-58s9 81-36 132c57-17 98-52 124-96 47-80 46-187 2-259l-2-4c-19-31-30-59-35-84-20-83 17-132 17-132-87 31-109 85-109 132 0 50 26 92 26 92s-74-17-84-92c-4-34 5-81 41-145 115-200-14-287-14-287s87 123-143 322c-45 40-76 76-96 110-78 134 21 215 21 215z"/></svg>
Copied!