flashlight-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
flashlight-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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="M8.48 19.385v-8.97L2.659 4.593q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.577 16.577q.14.14.15.344t-.15.363t-.353.16t-.354-.16l-4.754-4.753v2.969q0 .67-.472 1.143q-.472.472-1.143.472h-2.77q-.671 0-1.143-.472t-.472-1.144M7.83 5.5L6.534 4.204q.143-.518.566-.86T8.096 3h6.77q.67 0 1.143.472q.472.472.472 1.144V5.5zm6.65 6.65L8.83 6.5h7.65v.708q0 .242-.066.46q-.065.216-.201.428l-1.733 2.596z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlashlightOffRounded(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="M8.48 19.385v-8.97L2.659 4.593q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.577 16.577q.14.14.15.344t-.15.363t-.353.16t-.354-.16l-4.754-4.753v2.969q0 .67-.472 1.143q-.472.472-1.143.472h-2.77q-.671 0-1.143-.472t-.472-1.144M7.83 5.5L6.534 4.204q.143-.518.566-.86T8.096 3h6.77q.67 0 1.143.472q.472.472.472 1.144V5.5zm6.65 6.65L8.83 6.5h7.65v.708q0 .242-.066.46q-.065.216-.201.428l-1.733 2.596z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.48 19.385v-8.97L2.659 4.593q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.577 16.577q.14.14.15.344t-.15.363t-.353.16t-.354-.16l-4.754-4.753v2.969q0 .67-.472 1.143q-.472.472-1.143.472h-2.77q-.671 0-1.143-.472t-.472-1.144M7.83 5.5L6.534 4.204q.143-.518.566-.86T8.096 3h6.77q.67 0 1.143.472q.472.472.472 1.144V5.5zm6.65 6.65L8.83 6.5h7.65v.708q0 .242-.066.46q-.065.216-.201.428l-1.733 2.596z"/></svg>
</template>

CSS

.icon-flashlight-off-rounded {
  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%22M8.48%2019.385v-8.97L2.659%204.593q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.577%2016.577q.14.14.15.344t-.15.363t-.353.16t-.354-.16l-4.754-4.753v2.969q0%20.67-.472%201.143q-.472.472-1.143.472h-2.77q-.671%200-1.143-.472t-.472-1.144M7.83%205.5L6.534%204.204q.143-.518.566-.86T8.096%203h6.77q.67%200%201.143.472q.472.472.472%201.144V5.5zm6.65%206.65L8.83%206.5h7.65v.708q0%20.242-.066.46q-.065.216-.201.428l-1.733%202.596z%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%22M8.48%2019.385v-8.97L2.659%204.593q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l16.577%2016.577q.14.14.15.344t-.15.363t-.353.16t-.354-.16l-4.754-4.753v2.969q0%20.67-.472%201.143q-.472.472-1.143.472h-2.77q-.671%200-1.143-.472t-.472-1.144M7.83%205.5L6.534%204.204q.143-.518.566-.86T8.096%203h6.77q.67%200%201.143.472q.472.472.472%201.144V5.5zm6.65%206.65L8.83%206.5h7.65v.708q0%20.242-.066.46q-.065.216-.201.428l-1.733%202.596z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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