flashlight-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
flashlight-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

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 24 24"><path fill="currentColor" d="M17.5 2A.75.75 0 0 0 16 2v1a.75.75 0 0 0 1.5 0zm4.03.47a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06M8.03 17.03l1.5-1.5a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06M8.25 6v4.69l-5.22 5.219a2.25 2.25 0 0 0 0 3.182l1.88 1.879a2.25 2.25 0 0 0 3.182 0l5.22-5.22H18a.75.75 0 0 0 .53-.22l1.94-1.939a2.25 2.25 0 0 0 0-3.182L13.59 3.53a2.25 2.25 0 0 0-3.181 0l-1.94 1.94a.75.75 0 0 0-.22.53m3.22-1.409a.75.75 0 0 1 1.06 0l6.879 6.879a.75.75 0 0 1 0 1.06l-1.41 1.41L10.06 6zm-1.72 3.22l6.44 6.439h-2.88l-3.56-3.56zM9 12.06L11.94 15l-4.91 4.909a.75.75 0 0 1-1.06 0L4.09 18.03a.75.75 0 0 1 0-1.06zM21 8h1a.75.75 0 0 0 0-1.5h-1A.75.75 0 0 0 21 8"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashlight24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 2A.75.75 0 0 0 16 2v1a.75.75 0 0 0 1.5 0zm4.03.47a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06M8.03 17.03l1.5-1.5a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06M8.25 6v4.69l-5.22 5.219a2.25 2.25 0 0 0 0 3.182l1.88 1.879a2.25 2.25 0 0 0 3.182 0l5.22-5.22H18a.75.75 0 0 0 .53-.22l1.94-1.939a2.25 2.25 0 0 0 0-3.182L13.59 3.53a2.25 2.25 0 0 0-3.181 0l-1.94 1.94a.75.75 0 0 0-.22.53m3.22-1.409a.75.75 0 0 1 1.06 0l6.879 6.879a.75.75 0 0 1 0 1.06l-1.41 1.41L10.06 6zm-1.72 3.22l6.44 6.439h-2.88l-3.56-3.56zM9 12.06L11.94 15l-4.91 4.909a.75.75 0 0 1-1.06 0L4.09 18.03a.75.75 0 0 1 0-1.06zM21 8h1a.75.75 0 0 0 0-1.5h-1A.75.75 0 0 0 21 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 2A.75.75 0 0 0 16 2v1a.75.75 0 0 0 1.5 0zm4.03.47a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06M8.03 17.03l1.5-1.5a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 1 0 1.06 1.06M8.25 6v4.69l-5.22 5.219a2.25 2.25 0 0 0 0 3.182l1.88 1.879a2.25 2.25 0 0 0 3.182 0l5.22-5.22H18a.75.75 0 0 0 .53-.22l1.94-1.939a2.25 2.25 0 0 0 0-3.182L13.59 3.53a2.25 2.25 0 0 0-3.181 0l-1.94 1.94a.75.75 0 0 0-.22.53m3.22-1.409a.75.75 0 0 1 1.06 0l6.879 6.879a.75.75 0 0 1 0 1.06l-1.41 1.41L10.06 6zm-1.72 3.22l6.44 6.439h-2.88l-3.56-3.56zM9 12.06L11.94 15l-4.91 4.909a.75.75 0 0 1-1.06 0L4.09 18.03a.75.75 0 0 1 0-1.06zM21 8h1a.75.75 0 0 0 0-1.5h-1A.75.75 0 0 0 21 8"/></svg>
</template>

CSS

.icon-flashlight-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%202A.75.75%200%200%200%2016%202v1a.75.75%200%200%200%201.5%200zm4.03.47a.75.75%200%200%200-1.06%200l-2%202a.75.75%200%201%200%201.06%201.06l2-2a.75.75%200%200%200%200-1.06M8.03%2017.03l1.5-1.5a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%201%200%201.06%201.06M8.25%206v4.69l-5.22%205.219a2.25%202.25%200%200%200%200%203.182l1.88%201.879a2.25%202.25%200%200%200%203.182%200l5.22-5.22H18a.75.75%200%200%200%20.53-.22l1.94-1.939a2.25%202.25%200%200%200%200-3.182L13.59%203.53a2.25%202.25%200%200%200-3.181%200l-1.94%201.94a.75.75%200%200%200-.22.53m3.22-1.409a.75.75%200%200%201%201.06%200l6.879%206.879a.75.75%200%200%201%200%201.06l-1.41%201.41L10.06%206zm-1.72%203.22l6.44%206.439h-2.88l-3.56-3.56zM9%2012.06L11.94%2015l-4.91%204.909a.75.75%200%200%201-1.06%200L4.09%2018.03a.75.75%200%200%201%200-1.06zM21%208h1a.75.75%200%200%200%200-1.5h-1A.75.75%200%200%200%2021%208%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%22currentColor%22%20d%3D%22M17.5%202A.75.75%200%200%200%2016%202v1a.75.75%200%200%200%201.5%200zm4.03.47a.75.75%200%200%200-1.06%200l-2%202a.75.75%200%201%200%201.06%201.06l2-2a.75.75%200%200%200%200-1.06M8.03%2017.03l1.5-1.5a.75.75%200%201%200-1.06-1.06l-1.5%201.5a.75.75%200%201%200%201.06%201.06M8.25%206v4.69l-5.22%205.219a2.25%202.25%200%200%200%200%203.182l1.88%201.879a2.25%202.25%200%200%200%203.182%200l5.22-5.22H18a.75.75%200%200%200%20.53-.22l1.94-1.939a2.25%202.25%200%200%200%200-3.182L13.59%203.53a2.25%202.25%200%200%200-3.181%200l-1.94%201.94a.75.75%200%200%200-.22.53m3.22-1.409a.75.75%200%200%201%201.06%200l6.879%206.879a.75.75%200%200%201%200%201.06l-1.41%201.41L10.06%206zm-1.72%203.22l6.44%206.439h-2.88l-3.56-3.56zM9%2012.06L11.94%2015l-4.91%204.909a.75.75%200%200%201-1.06%200L4.09%2018.03a.75.75%200%200%201%200-1.06zM21%208h1a.75.75%200%200%200%200-1.5h-1A.75.75%200%200%200%2021%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flashlight-24-regular.svg?color=%231a73e8&size=48