flashlight icon
flashlight from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flashlight
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
flashlightAkar IconsflashlightEmoji One (Colored)flashlight-16-filledFluent UI System IconsflashlightFluent EmojiflashlightFluent Emoji FlatflashlightFluent Emoji High ContrastflashlightIconParkflashlightIconPark OutlineflashlightIconPark SolidflashlightIconPark TwoToneflashlightIonIconsflashlightLucideflashlightMaterial Design Iconsflashlight-fillMingCute IconflashlightNoto EmojiflashlightOpenMojiflashlightPhosphorflashlight-fillRemix Iconflashlight-boldSolarflashlightStreamline EmojisflashlightTDesign IconsflashlightTwitter Emoji
Related icons in Huge Icons
Use the flashlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 3H9c-.943 0-1.414 0-1.707.293S7 4.057 7 5v1a6 6 0 0 0 .79 2.977L9 11v7c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 21 11.068 21 12 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 19.398 15 18.932 15 18v-7l1.21-2.023A6 6 0 0 0 17 6V5c0-.943 0-1.414-.293-1.707S15.943 3 15 3M7 6h10m-5 7v2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlashlight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15 3H9c-.943 0-1.414 0-1.707.293S7 4.057 7 5v1a6 6 0 0 0 .79 2.977L9 11v7c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 21 11.068 21 12 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 19.398 15 18.932 15 18v-7l1.21-2.023A6 6 0 0 0 17 6V5c0-.943 0-1.414-.293-1.707S15.943 3 15 3M7 6h10m-5 7v2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 3H9c-.943 0-1.414 0-1.707.293S7 4.057 7 5v1a6 6 0 0 0 .79 2.977L9 11v7c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 21 11.068 21 12 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 19.398 15 18.932 15 18v-7l1.21-2.023A6 6 0 0 0 17 6V5c0-.943 0-1.414-.293-1.707S15.943 3 15 3M7 6h10m-5 7v2"/></svg> </template>
CSS
.icon-flashlight {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%203H9c-.943%200-1.414%200-1.707.293S7%204.057%207%205v1a6%206%200%200%200%20.79%202.977L9%2011v7c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C10.602%2021%2011.068%2021%2012%2021s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2019.398%2015%2018.932%2015%2018v-7l1.21-2.023A6%206%200%200%200%2017%206V5c0-.943%200-1.414-.293-1.707S15.943%203%2015%203M7%206h10m-5%207v2%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%203H9c-.943%200-1.414%200-1.707.293S7%204.057%207%205v1a6%206%200%200%200%20.79%202.977L9%2011v7c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C10.602%2021%2011.068%2021%2012%2021s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2019.398%2015%2018.932%2015%2018v-7l1.21-2.023A6%206%200%200%200%2017%206V5c0-.943%200-1.414-.293-1.707S15.943%203%2015%203M7%206h10m-5%207v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/flashlight.svg?color=%231a73e8&size=48