Openflashlight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openflashlight 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/330690.svg" alt="Openflashlight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330690.svg" alt="Openflashlight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330690.svg" alt="Openflashlight icon" :width="24" :height="24" />
CSS background
.icon-openflashlight {
background-image: url('https://proicons.com/icon/330690.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.8773,14.1426c-.78,1.0572-4.78.2485-8.33-2.3768S26.277,5.9276,27.0583,4.8714s4.29.2148,7.8391,2.838C38.4472,10.3347,40.6587,13.0874,39.8773,14.1426Z"/><path class="a" d="M27.0583,4.8714l-5.14,7.61a44.6005,44.6005,0,0,0-2.8538,9.3733"/><path class="a" d="M39.8773,14.1426,34.7362,21.752a32.1052,32.1052,0,0,1-7.9906,5.3506"/><path class="a" d="M19.0645,21.8552,9.3016,35.9779c-2.61,3.8679-1.38,5.7337,0,6.669,1.4657.9934,3.8246,1.804,6.8449-1.82v-.001L26.7456,27.1026"/><path class="a" d="M22.4017,11.7658a14.9307,14.9307,0,0,0,12.8053,9.29"/><path class="a" d="M19.0645,21.8552c1.0963,2.956,3.8405,4.8431,7.6811,5.2474"/><path class="a" d="M16.9121,24.9691c.8677,1.7292,2.105,3.44,3.2487,3.988"/><path class="a" d="M14.6954,28.1757c.8677,1.7292,1.8923,3.41,3.037,3.9585"/><path class="a" d="M12.724,31.0274c.8677,1.7292,1.6217,3.3972,2.7654,3.9448"/><path class="a" d="M10.8148,34.1234c.8677,1.7292,1.5986,3.1255,2.7422,3.6731"/><path class="a" d="M8.8561,36.6992c.972,2.9539,3.0781,4.5661,6.6333,4.862"/><path class="a" d="M26.9251,5.9939A19.3421,19.3421,0,0,1,38.762,14.585"/></svg>
Copied!