flashlight on icon
flashlight-on-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.
- Name
- flashlight-on-broken
- Set
- Solar
- Style
- Broken
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the flashlight on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15 22V17.6569C15 16.8394 15 16.4306 15.1522 16.0631C15.3045 15.6955 15.5935 15.4065 16.1716 14.8284L19.4142 11.5858C19.7032 11.2968 19.8478 11.1522 19.9239 10.9685C20 10.7847 20 10.5803 20 10.1716V10C20 9.05719 20 8.58579 19.7071 8.29289C19.4142 8 18.9428 8 18 8H17M9 22V17.6569C9 16.8394 9 16.4306 8.84776 16.0631C8.69552 15.6955 8.40649 15.4065 7.82843 14.8284L4.58579 11.5858C4.29676 11.2968 4.15224 11.1522 4.07612 10.9685C4 10.7847 4 10.5803 4 10.1716V10C4 9.05719 4 8.58579 4.29289 8.29289C4.58579 8 5.05719 8 6 8H13"/><path d="M15 16H9"/><path d="M4.5 11H19.5"/><path d="M12 5V2"/><path d="M8 5L6 3"/><path d="M16 5L18 3"/><path d="M12 19V21"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarFlashlightOnBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M15 22V17.6569C15 16.8394 15 16.4306 15.1522 16.0631C15.3045 15.6955 15.5935 15.4065 16.1716 14.8284L19.4142 11.5858C19.7032 11.2968 19.8478 11.1522 19.9239 10.9685C20 10.7847 20 10.5803 20 10.1716V10C20 9.05719 20 8.58579 19.7071 8.29289C19.4142 8 18.9428 8 18 8H17M9 22V17.6569C9 16.8394 9 16.4306 8.84776 16.0631C8.69552 15.6955 8.40649 15.4065 7.82843 14.8284L4.58579 11.5858C4.29676 11.2968 4.15224 11.1522 4.07612 10.9685C4 10.7847 4 10.5803 4 10.1716V10C4 9.05719 4 8.58579 4.29289 8.29289C4.58579 8 5.05719 8 6 8H13"/><path d="M15 16H9"/><path d="M4.5 11H19.5"/><path d="M12 5V2"/><path d="M8 5L6 3"/><path d="M16 5L18 3"/><path d="M12 19V21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15 22V17.6569C15 16.8394 15 16.4306 15.1522 16.0631C15.3045 15.6955 15.5935 15.4065 16.1716 14.8284L19.4142 11.5858C19.7032 11.2968 19.8478 11.1522 19.9239 10.9685C20 10.7847 20 10.5803 20 10.1716V10C20 9.05719 20 8.58579 19.7071 8.29289C19.4142 8 18.9428 8 18 8H17M9 22V17.6569C9 16.8394 9 16.4306 8.84776 16.0631C8.69552 15.6955 8.40649 15.4065 7.82843 14.8284L4.58579 11.5858C4.29676 11.2968 4.15224 11.1522 4.07612 10.9685C4 10.7847 4 10.5803 4 10.1716V10C4 9.05719 4 8.58579 4.29289 8.29289C4.58579 8 5.05719 8 6 8H13"/><path d="M15 16H9"/><path d="M4.5 11H19.5"/><path d="M12 5V2"/><path d="M8 5L6 3"/><path d="M16 5L18 3"/><path d="M12 19V21"/></g></svg> </template>
CSS
.icon-flashlight-on-broken {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2022V17.6569C15%2016.8394%2015%2016.4306%2015.1522%2016.0631C15.3045%2015.6955%2015.5935%2015.4065%2016.1716%2014.8284L19.4142%2011.5858C19.7032%2011.2968%2019.8478%2011.1522%2019.9239%2010.9685C20%2010.7847%2020%2010.5803%2020%2010.1716V10C20%209.05719%2020%208.58579%2019.7071%208.29289C19.4142%208%2018.9428%208%2018%208H17M9%2022V17.6569C9%2016.8394%209%2016.4306%208.84776%2016.0631C8.69552%2015.6955%208.40649%2015.4065%207.82843%2014.8284L4.58579%2011.5858C4.29676%2011.2968%204.15224%2011.1522%204.07612%2010.9685C4%2010.7847%204%2010.5803%204%2010.1716V10C4%209.05719%204%208.58579%204.29289%208.29289C4.58579%208%205.05719%208%206%208H13%22%2F%3E%3Cpath%20d%3D%22M15%2016H9%22%2F%3E%3Cpath%20d%3D%22M4.5%2011H19.5%22%2F%3E%3Cpath%20d%3D%22M12%205V2%22%2F%3E%3Cpath%20d%3D%22M8%205L6%203%22%2F%3E%3Cpath%20d%3D%22M16%205L18%203%22%2F%3E%3Cpath%20d%3D%22M12%2019V21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2022V17.6569C15%2016.8394%2015%2016.4306%2015.1522%2016.0631C15.3045%2015.6955%2015.5935%2015.4065%2016.1716%2014.8284L19.4142%2011.5858C19.7032%2011.2968%2019.8478%2011.1522%2019.9239%2010.9685C20%2010.7847%2020%2010.5803%2020%2010.1716V10C20%209.05719%2020%208.58579%2019.7071%208.29289C19.4142%208%2018.9428%208%2018%208H17M9%2022V17.6569C9%2016.8394%209%2016.4306%208.84776%2016.0631C8.69552%2015.6955%208.40649%2015.4065%207.82843%2014.8284L4.58579%2011.5858C4.29676%2011.2968%204.15224%2011.1522%204.07612%2010.9685C4%2010.7847%204%2010.5803%204%2010.1716V10C4%209.05719%204%208.58579%204.29289%208.29289C4.58579%208%205.05719%208%206%208H13%22%2F%3E%3Cpath%20d%3D%22M15%2016H9%22%2F%3E%3Cpath%20d%3D%22M4.5%2011H19.5%22%2F%3E%3Cpath%20d%3D%22M12%205V2%22%2F%3E%3Cpath%20d%3D%22M8%205L6%203%22%2F%3E%3Cpath%20d%3D%22M16%205L18%203%22%2F%3E%3Cpath%20d%3D%22M12%2019V21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/flashlight-on-broken.svg?color=%231a73e8&size=48