Wear Flashlight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wear Flashlight 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/335035.svg" alt="Wear Flashlight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335035.svg" alt="Wear Flashlight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335035.svg" alt="Wear Flashlight icon" :width="24" :height="24" />
CSS background
.icon-wear-flashlight {
background-image: url('https://proicons.com/icon/335035.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="9.5"/><path class="b" d="M15.4,4.5l-1.5938,9.5195c-2.6201,2.6627-4.0943,6.2449-4.1074,9.9805.0131,3.7356,1.4873,7.3178,4.1074,9.9805l1.5938,9.5195h17.199l1.5938-9.5195c2.6201-2.6627,4.0943-6.2449,4.1074-9.9805-.0014-3.7559-1.4803-7.3604-4.1172-10.035l-1.584-9.4648H15.4v-.0002Z"/><path class="b" d="M40,24h2.5"/><path class="b" d="M37.856,16.001l2.1658-1.2504"/><path class="b" d="M37.837,31.989l2.184,1.261"/><path class="b" d="M39.455,19.859l2.4141-.6469"/><path class="b" d="M39.434,28.136l2.4355.6526"/><path class="b" d="M8,24.02h-2.5"/><path class="b" d="M10.144,16.02l-2.1658-1.2504"/><path class="b" d="M10.163,32.009l-2.184,1.261"/><path class="b" d="M8.5444,19.878l-2.4141-.6469"/><path class="b" d="M8.5659,28.155l-2.4355.6526"/></svg>
Copied!