Fire Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Fire 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/305685.svg" alt="Fire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305685.svg" alt="Fire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305685.svg" alt="Fire icon" :width="24" :height="24" />
CSS background
.icon-fire {
background-image: url('https://proicons.com/icon/305685.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="M285 884h430v54H285v-54zm75-107c21 22 43 41 72 51 6 2 11 3 17 3h87c8 0 33-19 55-44l40-45c24-26 39-59 52-92 36-97 42-195 15-294-18-64-49-123-94-156 1 5 2 29 4 33 9 24 16 48 15 73-2 27-11 50-29 69-13 13-28 10-37-6-2-3-4-8-5-12-2-16-5-33-6-49-3-48-12-95-32-139-23-49-58-84-108-101-19-6-37-8-57 0 2 1 3 2 5 3 30 25 51 56 56 97 5 32-1 62-12 91-17 44-36 87-55 130-21 44-40 89-50 138-8 39-11 78-3 118 10 52 34 96 70 132z"/></svg>
Copied!