Fire Icon
Free SVG icon from the Memory Icons 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/312122.svg" alt="Fire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312122.svg" alt="Fire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312122.svg" alt="Fire icon" :width="24" :height="24" />
CSS background
.icon-fire {
background-image: url('https://proicons.com/icon/312122.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-fire" viewBox="0 0 22 22"><path d="M14 20H7V19H6V18H5V17H4V12H5V10H6V9H7V8H8V9H9V11H10V9H11V5H10V4H9V3H8V2H11V3H13V4H14V5H15V6H16V7H17V9H18V16H17V18H16V19H14M12 18V17H14V16H15V14H16V10H15V8H14V7H13V11H12V13H11V14H10V15H9V14H8V11H7V12H6V16H7V17H8V18Z" /></svg>
Copied!