Emoji Electric Torch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Electric 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/339811.svg" alt="Emoji Electric Torch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339811.svg" alt="Emoji Electric Torch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339811.svg" alt="Emoji Electric Torch icon" :width="24" :height="24" />
CSS background
.icon-emoji-electric-torch {
background-image: url('https://proicons.com/icon/339811.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M20.6694,22.1334L37.0632,5.7392s1.1177-.6361,3.4537,1.6999c2.336,2.3361,1.961,3.7149,1.961,3.7149l-16.3938,16.3942"/><path id="c" class="g" d="M13.299,24.3213c2.9263-2.9265,7.671-2.9265,10.5973,0,2.9264,2.9264,2.9264,7.6712,0,10.5976l-3.0522,3.0523-10.5973-10.5976,3.0522-3.0523"/><path id="d" class="g" d="M8.3944,29.7096l-2.8944.7422"/><path id="e" class="g" d="M12.8183,34.8907l-2.944,2.8704"/><path id="f" class="g" d="M18.1689,39.593l-.8232,2.7469"/></svg>
Copied!