flashlight icon
flashlight-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- flashlight-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All flashlight icons →flashlightAkar IconsflashlightEmoji One (Colored)flashlight-16-filledFluent UI System IconsflashlightFluent EmojiflashlightFluent Emoji FlatflashlightFluent Emoji High ContrastflashlightHuge IconsflashlightIconParkflashlightIconPark OutlineflashlightIconPark SolidflashlightIconPark TwoToneflashlightIonIconsflashlightLucideflashlightMaterial Design Iconsflashlight-fillMingCute IconflashlightNoto EmojiflashlightOpenMojiflashlightPhosphorflashlight-fillRemix Iconflashlight-boldSolarflashlightStreamline EmojisflashlightTDesign IconsflashlightTwitter Emoji
More ui icons from Reicon
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.25H4V4c0-.943 0-1.414.293-1.707S5.057 2 6 2h12c.943 0 1.414 0 1.707.293S20 3.057 20 4zm-3.828 4.578c-.163.163-.302.302-.422.427V9.25h-7.5v.005c-.12-.125-.26-.264-.421-.427L4.75 5.75h14.5z"/><path fill-rule="evenodd" d="M9 11.657V19c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 22 11.068 22 12 22s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 20.398 15 19.932 15 19v-7.343c0-.377 0-.668.015-.907h-6.03c.015.24.015.53.015.907M12.75 13a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFlashlightFilled(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.25H4V4c0-.943 0-1.414.293-1.707S5.057 2 6 2h12c.943 0 1.414 0 1.707.293S20 3.057 20 4zm-3.828 4.578c-.163.163-.302.302-.422.427V9.25h-7.5v.005c-.12-.125-.26-.264-.421-.427L4.75 5.75h14.5z"/><path fillRule="evenodd" d="M9 11.657V19c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 22 11.068 22 12 22s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 20.398 15 19.932 15 19v-7.343c0-.377 0-.668.015-.907h-6.03c.015.24.015.53.015.907M12.75 13a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" 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.25H4V4c0-.943 0-1.414.293-1.707S5.057 2 6 2h12c.943 0 1.414 0 1.707.293S20 3.057 20 4zm-3.828 4.578c-.163.163-.302.302-.422.427V9.25h-7.5v.005c-.12-.125-.26-.264-.421-.427L4.75 5.75h14.5z"/><path fill-rule="evenodd" d="M9 11.657V19c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C10.602 22 11.068 22 12 22s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 20.398 15 19.932 15 19v-7.343c0-.377 0-.668.015-.907h-6.03c.015.24.015.53.015.907M12.75 13a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-flashlight-filled {
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.25H4V4c0-.943%200-1.414.293-1.707S5.057%202%206%202h12c.943%200%201.414%200%201.707.293S20%203.057%2020%204zm-3.828%204.578c-.163.163-.302.302-.422.427V9.25h-7.5v.005c-.12-.125-.26-.264-.421-.427L4.75%205.75h14.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.657V19c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C10.602%2022%2011.068%2022%2012%2022s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2020.398%2015%2019.932%2015%2019v-7.343c0-.377%200-.668.015-.907h-6.03c.015.24.015.53.015.907M12.75%2013a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%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.25H4V4c0-.943%200-1.414.293-1.707S5.057%202%206%202h12c.943%200%201.414%200%201.707.293S20%203.057%2020%204zm-3.828%204.578c-.163.163-.302.302-.422.427V9.25h-7.5v.005c-.12-.125-.26-.264-.421-.427L4.75%205.75h14.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.657V19c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C10.602%2022%2011.068%2022%2012%2022s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2020.398%2015%2019.932%2015%2019v-7.343c0-.377%200-.668.015-.907h-6.03c.015.24.015.53.015.907M12.75%2013a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200z%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/reicon/flashlight-filled.svg?color=%231a73e8&size=48