flashlight icon
flashlight-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- flashlight-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 IconsflashlightIonIconsflashlightLucideflashlightMaterial Design Iconsflashlight-fillMingCute IconflashlightNoto EmojiflashlightOpenMojiflashlightPhosphorflashlight-fillRemix Iconflashlight-boldSolarflashlightStreamline EmojisflashlightTwitter 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 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 1 0-1 0v1a.5.5 0 0 0 1 0zm2.853-.354a.5.5 0 0 0-.707 0l-1 1a.5.5 0 1 0 .707.708l1-1a.5.5 0 0 0 0-.708m-8 8.708a.5.5 0 1 0-.707-.707l-1 1a.5.5 0 1 0 .707.707zm1.708-8a1.5 1.5 0 0 0-2.122 0L5.146 3.146A.5.5 0 0 0 5 3.5v3.793l-3.647 3.646a1.5 1.5 0 0 0 0 2.122l1.586 1.585a1.5 1.5 0 0 0 2.122 0L8.707 11H12.5a.5.5 0 0 0 .353-.146l1.293-1.293a1.5 1.5 0 0 0 0-2.122zm-1.415.707a.5.5 0 0 1 .707 0l5.586 5.585a.5.5 0 0 1 0 .708l-.94.939L6.208 3.5zM6 4.707L11.293 10H8.5a.5.5 0 0 0-.354.146L4.353 13.94a.5.5 0 0 1-.707 0l-1.585-1.585a.5.5 0 0 1 0-.708l3.792-3.792A.5.5 0 0 0 6 7.5zM13.5 5h1a.5.5 0 1 0 0-1h-1a.5.5 0 0 0 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashlight16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 1 0-1 0v1a.5.5 0 0 0 1 0zm2.853-.354a.5.5 0 0 0-.707 0l-1 1a.5.5 0 1 0 .707.708l1-1a.5.5 0 0 0 0-.708m-8 8.708a.5.5 0 1 0-.707-.707l-1 1a.5.5 0 1 0 .707.707zm1.708-8a1.5 1.5 0 0 0-2.122 0L5.146 3.146A.5.5 0 0 0 5 3.5v3.793l-3.647 3.646a1.5 1.5 0 0 0 0 2.122l1.586 1.585a1.5 1.5 0 0 0 2.122 0L8.707 11H12.5a.5.5 0 0 0 .353-.146l1.293-1.293a1.5 1.5 0 0 0 0-2.122zm-1.415.707a.5.5 0 0 1 .707 0l5.586 5.585a.5.5 0 0 1 0 .708l-.94.939L6.208 3.5zM6 4.707L11.293 10H8.5a.5.5 0 0 0-.354.146L4.353 13.94a.5.5 0 0 1-.707 0l-1.585-1.585a.5.5 0 0 1 0-.708l3.792-3.792A.5.5 0 0 0 6 7.5zM13.5 5h1a.5.5 0 1 0 0-1h-1a.5.5 0 0 0 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 1 0-1 0v1a.5.5 0 0 0 1 0zm2.853-.354a.5.5 0 0 0-.707 0l-1 1a.5.5 0 1 0 .707.708l1-1a.5.5 0 0 0 0-.708m-8 8.708a.5.5 0 1 0-.707-.707l-1 1a.5.5 0 1 0 .707.707zm1.708-8a1.5 1.5 0 0 0-2.122 0L5.146 3.146A.5.5 0 0 0 5 3.5v3.793l-3.647 3.646a1.5 1.5 0 0 0 0 2.122l1.586 1.585a1.5 1.5 0 0 0 2.122 0L8.707 11H12.5a.5.5 0 0 0 .353-.146l1.293-1.293a1.5 1.5 0 0 0 0-2.122zm-1.415.707a.5.5 0 0 1 .707 0l5.586 5.585a.5.5 0 0 1 0 .708l-.94.939L6.208 3.5zM6 4.707L11.293 10H8.5a.5.5 0 0 0-.354.146L4.353 13.94a.5.5 0 0 1-.707 0l-1.585-1.585a.5.5 0 0 1 0-.708l3.792-3.792A.5.5 0 0 0 6 7.5zM13.5 5h1a.5.5 0 1 0 0-1h-1a.5.5 0 0 0 0 1"/></svg> </template>
CSS
.icon-flashlight-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5a.5.5%200%201%200-1%200v1a.5.5%200%200%200%201%200zm2.853-.354a.5.5%200%200%200-.707%200l-1%201a.5.5%200%201%200%20.707.708l1-1a.5.5%200%200%200%200-.708m-8%208.708a.5.5%200%201%200-.707-.707l-1%201a.5.5%200%201%200%20.707.707zm1.708-8a1.5%201.5%200%200%200-2.122%200L5.146%203.146A.5.5%200%200%200%205%203.5v3.793l-3.647%203.646a1.5%201.5%200%200%200%200%202.122l1.586%201.585a1.5%201.5%200%200%200%202.122%200L8.707%2011H12.5a.5.5%200%200%200%20.353-.146l1.293-1.293a1.5%201.5%200%200%200%200-2.122zm-1.415.707a.5.5%200%200%201%20.707%200l5.586%205.585a.5.5%200%200%201%200%20.708l-.94.939L6.208%203.5zM6%204.707L11.293%2010H8.5a.5.5%200%200%200-.354.146L4.353%2013.94a.5.5%200%200%201-.707%200l-1.585-1.585a.5.5%200%200%201%200-.708l3.792-3.792A.5.5%200%200%200%206%207.5zM13.5%205h1a.5.5%200%201%200%200-1h-1a.5.5%200%200%200%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5a.5.5%200%201%200-1%200v1a.5.5%200%200%200%201%200zm2.853-.354a.5.5%200%200%200-.707%200l-1%201a.5.5%200%201%200%20.707.708l1-1a.5.5%200%200%200%200-.708m-8%208.708a.5.5%200%201%200-.707-.707l-1%201a.5.5%200%201%200%20.707.707zm1.708-8a1.5%201.5%200%200%200-2.122%200L5.146%203.146A.5.5%200%200%200%205%203.5v3.793l-3.647%203.646a1.5%201.5%200%200%200%200%202.122l1.586%201.585a1.5%201.5%200%200%200%202.122%200L8.707%2011H12.5a.5.5%200%200%200%20.353-.146l1.293-1.293a1.5%201.5%200%200%200%200-2.122zm-1.415.707a.5.5%200%200%201%20.707%200l5.586%205.585a.5.5%200%200%201%200%20.708l-.94.939L6.208%203.5zM6%204.707L11.293%2010H8.5a.5.5%200%200%200-.354.146L4.353%2013.94a.5.5%200%200%201-.707%200l-1.585-1.585a.5.5%200%200%201%200-.708l3.792-3.792A.5.5%200%200%200%206%207.5zM13.5%205h1a.5.5%200%201%200%200-1h-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flashlight-16-regular.svg?color=%231a73e8&size=48