flashlight off icon

flashlight-off-outline from Material Symbols by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
flashlight-off-outline
Set
Material Symbols
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
flashlight-off-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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="M19.8 22.6L16 18.8V22H8V10.8L1.4 4.2l1.4-1.4l18.4 18.4zM10 20h4v-3.2l-4-4zm6-6.85l-2-2v-.75l2-3V7H9.85l-2-2H16V4H6.85L6 3.15V2h12v6l-2 3zm-3.575-3.575"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlashlightOffOutline(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="M19.8 22.6L16 18.8V22H8V10.8L1.4 4.2l1.4-1.4l18.4 18.4zM10 20h4v-3.2l-4-4zm6-6.85l-2-2v-.75l2-3V7H9.85l-2-2H16V4H6.85L6 3.15V2h12v6l-2 3zm-3.575-3.575"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 22.6L16 18.8V22H8V10.8L1.4 4.2l1.4-1.4l18.4 18.4zM10 20h4v-3.2l-4-4zm6-6.85l-2-2v-.75l2-3V7H9.85l-2-2H16V4H6.85L6 3.15V2h12v6l-2 3zm-3.575-3.575"/></svg>
</template>

CSS

.icon-flashlight-off-outline {
  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%22M19.8%2022.6L16%2018.8V22H8V10.8L1.4%204.2l1.4-1.4l18.4%2018.4zM10%2020h4v-3.2l-4-4zm6-6.85l-2-2v-.75l2-3V7H9.85l-2-2H16V4H6.85L6%203.15V2h12v6l-2%203zm-3.575-3.575%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%22M19.8%2022.6L16%2018.8V22H8V10.8L1.4%204.2l1.4-1.4l18.4%2018.4zM10%2020h4v-3.2l-4-4zm6-6.85l-2-2v-.75l2-3V7H9.85l-2-2H16V4H6.85L6%203.15V2h12v6l-2%203zm-3.575-3.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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