flashlight icon

flashlight-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
flashlight-bold
Set
Solar
Style
Bold
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="currentColor"><path d="M20 4.25H4.00002L4 4C4 3.05719 4 2.58579 4.29289 2.29289C4.58579 2 5.05719 2 6 2H18C18.9428 2 19.4142 2 19.7071 2.29289C20 2.58579 20 3.05719 20 4L20 4.25Z"/><path d="M16.1716 8.82843C16.0094 8.99057 15.87 9.12998 15.75 9.25475V9.25H8.25V9.25475C8.12999 9.12999 7.99061 8.99061 7.8285 8.8285L4.75 5.75H19.25L16.1716 8.82843Z"/><path fill-rule="evenodd" 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 11.2795 15 10.9893 15.015 10.75H8.98503C9 10.9893 9 11.2795 9 11.6569ZM12.75 13C12.75 12.5858 12.4142 12.25 12 12.25C11.5858 12.25 11.25 12.5858 11.25 13V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V13Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlashlightBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 4.25H4.00002L4 4C4 3.05719 4 2.58579 4.29289 2.29289C4.58579 2 5.05719 2 6 2H18C18.9428 2 19.4142 2 19.7071 2.29289C20 2.58579 20 3.05719 20 4L20 4.25Z"/><path d="M16.1716 8.82843C16.0094 8.99057 15.87 9.12998 15.75 9.25475V9.25H8.25V9.25475C8.12999 9.12999 7.99061 8.99061 7.8285 8.8285L4.75 5.75H19.25L16.1716 8.82843Z"/><path fillRule="evenodd" 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 11.2795 15 10.9893 15.015 10.75H8.98503C9 10.9893 9 11.2795 9 11.6569ZM12.75 13C12.75 12.5858 12.4142 12.25 12 12.25C11.5858 12.25 11.25 12.5858 11.25 13V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V13Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 4.25H4.00002L4 4C4 3.05719 4 2.58579 4.29289 2.29289C4.58579 2 5.05719 2 6 2H18C18.9428 2 19.4142 2 19.7071 2.29289C20 2.58579 20 3.05719 20 4L20 4.25Z"/><path d="M16.1716 8.82843C16.0094 8.99057 15.87 9.12998 15.75 9.25475V9.25H8.25V9.25475C8.12999 9.12999 7.99061 8.99061 7.8285 8.8285L4.75 5.75H19.25L16.1716 8.82843Z"/><path fill-rule="evenodd" 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 11.2795 15 10.9893 15.015 10.75H8.98503C9 10.9893 9 11.2795 9 11.6569ZM12.75 13C12.75 12.5858 12.4142 12.25 12 12.25C11.5858 12.25 11.25 12.5858 11.25 13V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V13Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-flashlight-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M20%204.25H4.00002L4%204C4%203.05719%204%202.58579%204.29289%202.29289C4.58579%202%205.05719%202%206%202H18C18.9428%202%2019.4142%202%2019.7071%202.29289C20%202.58579%2020%203.05719%2020%204L20%204.25Z%22%2F%3E%3Cpath%20d%3D%22M16.1716%208.82843C16.0094%208.99057%2015.87%209.12998%2015.75%209.25475V9.25H8.25V9.25475C8.12999%209.12999%207.99061%208.99061%207.8285%208.8285L4.75%205.75H19.25L16.1716%208.82843Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%2011.2795%2015%2010.9893%2015.015%2010.75H8.98503C9%2010.9893%209%2011.2795%209%2011.6569ZM12.75%2013C12.75%2012.5858%2012.4142%2012.25%2012%2012.25C11.5858%2012.25%2011.25%2012.5858%2011.25%2013V15C11.25%2015.4142%2011.5858%2015.75%2012%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015V13Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M20%204.25H4.00002L4%204C4%203.05719%204%202.58579%204.29289%202.29289C4.58579%202%205.05719%202%206%202H18C18.9428%202%2019.4142%202%2019.7071%202.29289C20%202.58579%2020%203.05719%2020%204L20%204.25Z%22%2F%3E%3Cpath%20d%3D%22M16.1716%208.82843C16.0094%208.99057%2015.87%209.12998%2015.75%209.25475V9.25H8.25V9.25475C8.12999%209.12999%207.99061%208.99061%207.8285%208.8285L4.75%205.75H19.25L16.1716%208.82843Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%2011.2795%2015%2010.9893%2015.015%2010.75H8.98503C9%2010.9893%209%2011.2795%209%2011.6569ZM12.75%2013C12.75%2012.5858%2012.4142%2012.25%2012%2012.25C11.5858%2012.25%2011.25%2012.5858%2011.25%2013V15C11.25%2015.4142%2011.5858%2015.75%2012%2015.75C12.4142%2015.75%2012.75%2015.4142%2012.75%2015V13Z%22%20clip-rule%3D%22evenodd%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-bold.svg?color=%231a73e8&size=48