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

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

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the flashlight off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.53 14.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.03 6.03v1.38l-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.22h1.378l6.03 6.03a.75.75 0 0 0 1.061-1.06zM9 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.06zm8.844 2.035l1.565-1.565a.75.75 0 0 0 0-1.06L12.53 4.59a.75.75 0 0 0-1.06 0L9.904 6.155l-1.06-1.06l1.564-1.565a2.25 2.25 0 0 1 3.182 0l6.878 6.879a2.25 2.25 0 0 1 0 3.182l-1.564 1.565z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashlightOff24Regular(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="M9.53 14.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.03 6.03v1.38l-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.22h1.378l6.03 6.03a.75.75 0 0 0 1.061-1.06zM9 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.06zm8.844 2.035l1.565-1.565a.75.75 0 0 0 0-1.06L12.53 4.59a.75.75 0 0 0-1.06 0L9.904 6.155l-1.06-1.06l1.564-1.565a2.25 2.25 0 0 1 3.182 0l6.878 6.879a2.25 2.25 0 0 1 0 3.182l-1.564 1.565z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.53 14.47a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l1.5-1.5a.75.75 0 0 1 1.06 0M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.03 6.03v1.38l-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.22h1.378l6.03 6.03a.75.75 0 0 0 1.061-1.06zM9 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.06zm8.844 2.035l1.565-1.565a.75.75 0 0 0 0-1.06L12.53 4.59a.75.75 0 0 0-1.06 0L9.904 6.155l-1.06-1.06l1.564-1.565a2.25 2.25 0 0 1 3.182 0l6.878 6.879a2.25 2.25 0 0 1 0 3.182l-1.564 1.565z"/></svg>
</template>

CSS

.icon-flashlight-off-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%22M9.53%2014.47a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%200%201-1.06-1.06l1.5-1.5a.75.75%200%200%201%201.06%200M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.03%206.03v1.38l-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.22h1.378l6.03%206.03a.75.75%200%200%200%201.061-1.06zM9%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.06zm8.844%202.035l1.565-1.565a.75.75%200%200%200%200-1.06L12.53%204.59a.75.75%200%200%200-1.06%200L9.904%206.155l-1.06-1.06l1.564-1.565a2.25%202.25%200%200%201%203.182%200l6.878%206.879a2.25%202.25%200%200%201%200%203.182l-1.564%201.565z%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%22M9.53%2014.47a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%200%201-1.06-1.06l1.5-1.5a.75.75%200%200%201%201.06%200M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.03%206.03v1.38l-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.22h1.378l6.03%206.03a.75.75%200%200%200%201.061-1.06zM9%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.06zm8.844%202.035l1.565-1.565a.75.75%200%200%200%200-1.06L12.53%204.59a.75.75%200%200%200-1.06%200L9.904%206.155l-1.06-1.06l1.564-1.565a2.25%202.25%200%200%201%203.182%200l6.878%206.879a2.25%202.25%200%200%201%200%203.182l-1.564%201.565z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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