flashlight icon

flashlight-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
flashlight-line-duotone
Set
Solar
Style
Line Duotone
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

Use the flashlight 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="M9 11.6569V19C9 19.9319 9 20.3978 9.15224 20.7654C9.35523 21.2554 9.74458 21.6448 10.2346 21.8478C10.6022 22 11.0681 22 12 22C12.9319 22 13.3978 22 13.7654 21.8478C14.2554 21.6448 14.6448 21.2554 14.8478 20.7654C15 20.3978 15 19.9319 15 19V11.6569C15 10.8394 15 10.4306 15.1522 10.0631C15.3045 9.69552 15.5935 9.40648 16.1716 8.82843L19.4142 5.58579C19.7032 5.29676 19.8478 5.15224 19.9239 4.96847C20 4.7847 20 4.58032 20 4.17157V4C20 3.05719 20 2.58579 19.7071 2.29289C19.4142 2 18.9428 2 18 2H6C5.05719 2 4.58579 2 4.29289 2.29289C4 2.58579 4 3.05719 4 4V4.17157C4 4.58032 4 4.7847 4.07612 4.96847C4.15224 5.15224 4.29676 5.29676 4.58579 5.58579L7.82843 8.82843C8.40649 9.40649 8.69552 9.69552 8.84776 10.0631C9 10.4306 9 10.8394 9 11.6569Z"/><path d="M15 10H9" opacity=".5"/><path d="M12 13V15" opacity=".5"/><path d="M4.5 5H19.5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlashlightLineDuotone(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="M9 11.6569V19C9 19.9319 9 20.3978 9.15224 20.7654C9.35523 21.2554 9.74458 21.6448 10.2346 21.8478C10.6022 22 11.0681 22 12 22C12.9319 22 13.3978 22 13.7654 21.8478C14.2554 21.6448 14.6448 21.2554 14.8478 20.7654C15 20.3978 15 19.9319 15 19V11.6569C15 10.8394 15 10.4306 15.1522 10.0631C15.3045 9.69552 15.5935 9.40648 16.1716 8.82843L19.4142 5.58579C19.7032 5.29676 19.8478 5.15224 19.9239 4.96847C20 4.7847 20 4.58032 20 4.17157V4C20 3.05719 20 2.58579 19.7071 2.29289C19.4142 2 18.9428 2 18 2H6C5.05719 2 4.58579 2 4.29289 2.29289C4 2.58579 4 3.05719 4 4V4.17157C4 4.58032 4 4.7847 4.07612 4.96847C4.15224 5.15224 4.29676 5.29676 4.58579 5.58579L7.82843 8.82843C8.40649 9.40649 8.69552 9.69552 8.84776 10.0631C9 10.4306 9 10.8394 9 11.6569Z"/><path d="M15 10H9" opacity=".5"/><path d="M12 13V15" opacity=".5"/><path d="M4.5 5H19.5" opacity=".5"/></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="M9 11.6569V19C9 19.9319 9 20.3978 9.15224 20.7654C9.35523 21.2554 9.74458 21.6448 10.2346 21.8478C10.6022 22 11.0681 22 12 22C12.9319 22 13.3978 22 13.7654 21.8478C14.2554 21.6448 14.6448 21.2554 14.8478 20.7654C15 20.3978 15 19.9319 15 19V11.6569C15 10.8394 15 10.4306 15.1522 10.0631C15.3045 9.69552 15.5935 9.40648 16.1716 8.82843L19.4142 5.58579C19.7032 5.29676 19.8478 5.15224 19.9239 4.96847C20 4.7847 20 4.58032 20 4.17157V4C20 3.05719 20 2.58579 19.7071 2.29289C19.4142 2 18.9428 2 18 2H6C5.05719 2 4.58579 2 4.29289 2.29289C4 2.58579 4 3.05719 4 4V4.17157C4 4.58032 4 4.7847 4.07612 4.96847C4.15224 5.15224 4.29676 5.29676 4.58579 5.58579L7.82843 8.82843C8.40649 9.40649 8.69552 9.69552 8.84776 10.0631C9 10.4306 9 10.8394 9 11.6569Z"/><path d="M15 10H9" opacity=".5"/><path d="M12 13V15" opacity=".5"/><path d="M4.5 5H19.5" opacity=".5"/></g></svg>
</template>

CSS

.icon-flashlight-line-duotone {
  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%22M9%2011.6569V19C9%2019.9319%209%2020.3978%209.15224%2020.7654C9.35523%2021.2554%209.74458%2021.6448%2010.2346%2021.8478C10.6022%2022%2011.0681%2022%2012%2022C12.9319%2022%2013.3978%2022%2013.7654%2021.8478C14.2554%2021.6448%2014.6448%2021.2554%2014.8478%2020.7654C15%2020.3978%2015%2019.9319%2015%2019V11.6569C15%2010.8394%2015%2010.4306%2015.1522%2010.0631C15.3045%209.69552%2015.5935%209.40648%2016.1716%208.82843L19.4142%205.58579C19.7032%205.29676%2019.8478%205.15224%2019.9239%204.96847C20%204.7847%2020%204.58032%2020%204.17157V4C20%203.05719%2020%202.58579%2019.7071%202.29289C19.4142%202%2018.9428%202%2018%202H6C5.05719%202%204.58579%202%204.29289%202.29289C4%202.58579%204%203.05719%204%204V4.17157C4%204.58032%204%204.7847%204.07612%204.96847C4.15224%205.15224%204.29676%205.29676%204.58579%205.58579L7.82843%208.82843C8.40649%209.40649%208.69552%209.69552%208.84776%2010.0631C9%2010.4306%209%2010.8394%209%2011.6569Z%22%2F%3E%3Cpath%20d%3D%22M15%2010H9%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2013V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.5%205H19.5%22%20opacity%3D%22.5%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%22M9%2011.6569V19C9%2019.9319%209%2020.3978%209.15224%2020.7654C9.35523%2021.2554%209.74458%2021.6448%2010.2346%2021.8478C10.6022%2022%2011.0681%2022%2012%2022C12.9319%2022%2013.3978%2022%2013.7654%2021.8478C14.2554%2021.6448%2014.6448%2021.2554%2014.8478%2020.7654C15%2020.3978%2015%2019.9319%2015%2019V11.6569C15%2010.8394%2015%2010.4306%2015.1522%2010.0631C15.3045%209.69552%2015.5935%209.40648%2016.1716%208.82843L19.4142%205.58579C19.7032%205.29676%2019.8478%205.15224%2019.9239%204.96847C20%204.7847%2020%204.58032%2020%204.17157V4C20%203.05719%2020%202.58579%2019.7071%202.29289C19.4142%202%2018.9428%202%2018%202H6C5.05719%202%204.58579%202%204.29289%202.29289C4%202.58579%204%203.05719%204%204V4.17157C4%204.58032%204%204.7847%204.07612%204.96847C4.15224%205.15224%204.29676%205.29676%204.58579%205.58579L7.82843%208.82843C8.40649%209.40649%208.69552%209.69552%208.84776%2010.0631C9%2010.4306%209%2010.8394%209%2011.6569Z%22%2F%3E%3Cpath%20d%3D%22M15%2010H9%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2013V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.5%205H19.5%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48