flashlight off icon

flashlight-off-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
flashlight-off-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Related icons in Jam Icons

Use the flashlight off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M10 6.757L14.243 11L5.05 20.192a2 2 0 0 1-2.828 0L.808 18.778a2 2 0 0 1 0-2.828zm.904-1.924a3 3 0 0 1 .695-1.09l3.35-3.35a1 1 0 0 1 1.415 0l4.243 4.243a1 1 0 0 1 0 1.414l-3.32 3.32a3 3 0 0 1-1.134.712l-5.25-5.25zm-2.318 7.581a1 1 0 0 0 1.414 0L11.414 11A1 1 0 1 0 10 9.586L8.586 11a1 1 0 0 0 0 1.414"/></svg>

React

import type { SVGProps } from "react";

export function JamFlashlightOffF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M10 6.757L14.243 11L5.05 20.192a2 2 0 0 1-2.828 0L.808 18.778a2 2 0 0 1 0-2.828zm.904-1.924a3 3 0 0 1 .695-1.09l3.35-3.35a1 1 0 0 1 1.415 0l4.243 4.243a1 1 0 0 1 0 1.414l-3.32 3.32a3 3 0 0 1-1.134.712l-5.25-5.25zm-2.318 7.581a1 1 0 0 0 1.414 0L11.414 11A1 1 0 1 0 10 9.586L8.586 11a1 1 0 0 0 0 1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M10 6.757L14.243 11L5.05 20.192a2 2 0 0 1-2.828 0L.808 18.778a2 2 0 0 1 0-2.828zm.904-1.924a3 3 0 0 1 .695-1.09l3.35-3.35a1 1 0 0 1 1.415 0l4.243 4.243a1 1 0 0 1 0 1.414l-3.32 3.32a3 3 0 0 1-1.134.712l-5.25-5.25zm-2.318 7.581a1 1 0 0 0 1.414 0L11.414 11A1 1 0 1 0 10 9.586L8.586 11a1 1 0 0 0 0 1.414"/></svg>
</template>

CSS

.icon-flashlight-off-f {
  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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206.757L14.243%2011L5.05%2020.192a2%202%200%200%201-2.828%200L.808%2018.778a2%202%200%200%201%200-2.828zm.904-1.924a3%203%200%200%201%20.695-1.09l3.35-3.35a1%201%200%200%201%201.415%200l4.243%204.243a1%201%200%200%201%200%201.414l-3.32%203.32a3%203%200%200%201-1.134.712l-5.25-5.25zm-2.318%207.581a1%201%200%200%200%201.414%200L11.414%2011A1%201%200%201%200%2010%209.586L8.586%2011a1%201%200%200%200%200%201.414%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206.757L14.243%2011L5.05%2020.192a2%202%200%200%201-2.828%200L.808%2018.778a2%202%200%200%201%200-2.828zm.904-1.924a3%203%200%200%201%20.695-1.09l3.35-3.35a1%201%200%200%201%201.415%200l4.243%204.243a1%201%200%200%201%200%201.414l-3.32%203.32a3%203%200%200%201-1.134.712l-5.25-5.25zm-2.318%207.581a1%201%200%200%200%201.414%200L11.414%2011A1%201%200%201%200%2010%209.586L8.586%2011a1%201%200%200%200%200%201.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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