Torch Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Torch 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/312327.svg" alt="Torch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312327.svg" alt="Torch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312327.svg" alt="Torch icon" :width="24" :height="24" />
CSS background
.icon-torch {
background-image: url('https://proicons.com/icon/312327.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-torch" viewBox="0 0 22 22"><path d="M15 8H16V6H15M17 10H14V9H13V6H15V4H14V3H13V2H15V3H16V4H17V6H18V8H17M6 18H4V17H5V16H6V15H7V14H8V12H9V11H10V10H11V9H12V10H13V11H15V12H14V13H12V14H11V15H9V16H8V17H6Z" /></svg>
Torch in other icon packs
Copied!