flashlight-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
flashlight-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l15 15a.5.5 0 0 0 .708-.708zm13.938 9.268L15.707 12.5L7.5 4.293l1.085-1.086a2 2 0 0 1 2.829 0l5.378 5.379a2 2 0 0 1 0 2.828M6.792 9L11 13.207l-4.086 4.086a2 2 0 0 1-2.828 0l-1.38-1.379a2 2 0 0 1 0-2.828zm.062 4.854l1-1a.5.5 0 1 0-.708-.707l-1 1a.5.5 0 1 0 .708.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashlightOff20Filled(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="M2.854 2.146a.5.5 0 1 0-.708.708l15 15a.5.5 0 0 0 .708-.708zm13.938 9.268L15.707 12.5L7.5 4.293l1.085-1.086a2 2 0 0 1 2.829 0l5.378 5.379a2 2 0 0 1 0 2.828M6.792 9L11 13.207l-4.086 4.086a2 2 0 0 1-2.828 0l-1.38-1.379a2 2 0 0 1 0-2.828zm.062 4.854l1-1a.5.5 0 1 0-.708-.707l-1 1a.5.5 0 1 0 .708.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l15 15a.5.5 0 0 0 .708-.708zm13.938 9.268L15.707 12.5L7.5 4.293l1.085-1.086a2 2 0 0 1 2.829 0l5.378 5.379a2 2 0 0 1 0 2.828M6.792 9L11 13.207l-4.086 4.086a2 2 0 0 1-2.828 0l-1.38-1.379a2 2 0 0 1 0-2.828zm.062 4.854l1-1a.5.5 0 1 0-.708-.707l-1 1a.5.5 0 1 0 .708.707"/></svg>
</template>

CSS

.icon-flashlight-off-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%22M2.854%202.146a.5.5%200%201%200-.708.708l15%2015a.5.5%200%200%200%20.708-.708zm13.938%209.268L15.707%2012.5L7.5%204.293l1.085-1.086a2%202%200%200%201%202.829%200l5.378%205.379a2%202%200%200%201%200%202.828M6.792%209L11%2013.207l-4.086%204.086a2%202%200%200%201-2.828%200l-1.38-1.379a2%202%200%200%201%200-2.828zm.062%204.854l1-1a.5.5%200%201%200-.708-.707l-1%201a.5.5%200%201%200%20.708.707%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%22M2.854%202.146a.5.5%200%201%200-.708.708l15%2015a.5.5%200%200%200%20.708-.708zm13.938%209.268L15.707%2012.5L7.5%204.293l1.085-1.086a2%202%200%200%201%202.829%200l5.378%205.379a2%202%200%200%201%200%202.828M6.792%209L11%2013.207l-4.086%204.086a2%202%200%200%201-2.828%200l-1.38-1.379a2%202%200%200%201%200-2.828zm.062%204.854l1-1a.5.5%200%201%200-.708-.707l-1%201a.5.5%200%201%200%20.708.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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