flashlight icon
flashlight-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- flashlight-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
flashlightAkar IconsflashlightEmoji One (Colored)flashlightFluent EmojiflashlightFluent Emoji FlatflashlightFluent Emoji High ContrastflashlightHuge IconsflashlightIconParkflashlightIconPark OutlineflashlightIconPark SolidflashlightIconPark TwoToneflashlightIonIconsflashlightLucideflashlightMaterial Design Iconsflashlight-fillMingCute IconflashlightNoto EmojiflashlightOpenMojiflashlightPhosphorflashlight-fillRemix Iconflashlight-boldSolarflashlightStreamline EmojisflashlightTDesign IconsflashlightTwitter Emoji
Related icons in Fluent UI System Icons
Use the flashlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.958 1.166a.5.5 0 0 1 .5.5v.833a.5.5 0 1 1-1 0v-.833a.5.5 0 0 1 .5-.5m3.895.98a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l1.5-1.5a.5.5 0 0 1 .707 0M6.999 5.206v2.585L12.207 13h2.586zm8.708 7.293l1.085-1.085a2 2 0 0 0 0-2.829l-5.378-5.379a2 2 0 0 0-2.829 0L7.5 4.292zM11 13.206L6.793 9l-4.086 4.086a2 2 0 0 0 0 2.829l1.379 1.378a2 2 0 0 0 2.828 0zm-3.146-.353l-1 1a.5.5 0 0 1-.708-.707l1-1a.5.5 0 1 1 .708.707M17 6.041a.5.5 0 0 1 .5-.5h.833a.5.5 0 1 1 0 1H17.5a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashlight20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.958 1.166a.5.5 0 0 1 .5.5v.833a.5.5 0 1 1-1 0v-.833a.5.5 0 0 1 .5-.5m3.895.98a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l1.5-1.5a.5.5 0 0 1 .707 0M6.999 5.206v2.585L12.207 13h2.586zm8.708 7.293l1.085-1.085a2 2 0 0 0 0-2.829l-5.378-5.379a2 2 0 0 0-2.829 0L7.5 4.292zM11 13.206L6.793 9l-4.086 4.086a2 2 0 0 0 0 2.829l1.379 1.378a2 2 0 0 0 2.828 0zm-3.146-.353l-1 1a.5.5 0 0 1-.708-.707l1-1a.5.5 0 1 1 .708.707M17 6.041a.5.5 0 0 1 .5-.5h.833a.5.5 0 1 1 0 1H17.5a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.958 1.166a.5.5 0 0 1 .5.5v.833a.5.5 0 1 1-1 0v-.833a.5.5 0 0 1 .5-.5m3.895.98a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l1.5-1.5a.5.5 0 0 1 .707 0M6.999 5.206v2.585L12.207 13h2.586zm8.708 7.293l1.085-1.085a2 2 0 0 0 0-2.829l-5.378-5.379a2 2 0 0 0-2.829 0L7.5 4.292zM11 13.206L6.793 9l-4.086 4.086a2 2 0 0 0 0 2.829l1.379 1.378a2 2 0 0 0 2.828 0zm-3.146-.353l-1 1a.5.5 0 0 1-.708-.707l1-1a.5.5 0 1 1 .708.707M17 6.041a.5.5 0 0 1 .5-.5h.833a.5.5 0 1 1 0 1H17.5a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-flashlight-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.958%201.166a.5.5%200%200%201%20.5.5v.833a.5.5%200%201%201-1%200v-.833a.5.5%200%200%201%20.5-.5m3.895.98a.5.5%200%200%201%200%20.707l-1.5%201.5a.5.5%200%201%201-.707-.707l1.5-1.5a.5.5%200%200%201%20.707%200M6.999%205.206v2.585L12.207%2013h2.586zm8.708%207.293l1.085-1.085a2%202%200%200%200%200-2.829l-5.378-5.379a2%202%200%200%200-2.829%200L7.5%204.292zM11%2013.206L6.793%209l-4.086%204.086a2%202%200%200%200%200%202.829l1.379%201.378a2%202%200%200%200%202.828%200zm-3.146-.353l-1%201a.5.5%200%200%201-.708-.707l1-1a.5.5%200%201%201%20.708.707M17%206.041a.5.5%200%200%201%20.5-.5h.833a.5.5%200%201%201%200%201H17.5a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.958%201.166a.5.5%200%200%201%20.5.5v.833a.5.5%200%201%201-1%200v-.833a.5.5%200%200%201%20.5-.5m3.895.98a.5.5%200%200%201%200%20.707l-1.5%201.5a.5.5%200%201%201-.707-.707l1.5-1.5a.5.5%200%200%201%20.707%200M6.999%205.206v2.585L12.207%2013h2.586zm8.708%207.293l1.085-1.085a2%202%200%200%200%200-2.829l-5.378-5.379a2%202%200%200%200-2.829%200L7.5%204.292zM11%2013.206L6.793%209l-4.086%204.086a2%202%200%200%200%200%202.829l1.379%201.378a2%202%200%200%200%202.828%200zm-3.146-.353l-1%201a.5.5%200%200%201-.708-.707l1-1a.5.5%200%201%201%20.708.707M17%206.041a.5.5%200%200%201%20.5-.5h.833a.5.5%200%201%201%200%201H17.5a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flashlight-20-filled.svg?color=%231a73e8&size=48