no-flash-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.

Name
no-flash-outline
Set
Material Symbols
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the no flash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-2.5-2.5q-.1.5-.513.85T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L.675 3.5L2.1 2.075l19.8 19.8zM4 20h12v-1.175l-2.575-2.575q-.275 1.2-1.213 1.975T10 19q-1.45 0-2.475-1.025T6.5 15.5q0-1.275.775-2.212t1.975-1.213l-.675-.675H4zm6-3q.625 0 1.063-.437T11.5 15.5t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17m8-1.875l-2-2V11.4h-1.725l-3.4-3.4h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22zm-6.7 4.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoFlashOutline(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="m20.475 23.3l-2.5-2.5q-.1.5-.513.85T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L.675 3.5L2.1 2.075l19.8 19.8zM4 20h12v-1.175l-2.575-2.575q-.275 1.2-1.213 1.975T10 19q-1.45 0-2.475-1.025T6.5 15.5q0-1.275.775-2.212t1.975-1.213l-.675-.675H4zm6-3q.625 0 1.063-.437T11.5 15.5t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17m8-1.875l-2-2V11.4h-1.725l-3.4-3.4h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22zm-6.7 4.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-2.5-2.5q-.1.5-.513.85T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L.675 3.5L2.1 2.075l19.8 19.8zM4 20h12v-1.175l-2.575-2.575q-.275 1.2-1.213 1.975T10 19q-1.45 0-2.475-1.025T6.5 15.5q0-1.275.775-2.212t1.975-1.213l-.675-.675H4zm6-3q.625 0 1.063-.437T11.5 15.5t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17m8-1.875l-2-2V11.4h-1.725l-3.4-3.4h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22zm-6.7 4.1"/></svg>
</template>

CSS

.icon-no-flash-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%22m20.475%2023.3l-2.5-2.5q-.1.5-.513.85T16.5%2022h-13q-.625%200-1.062-.437T2%2020.5v-9.6q0-.625.438-1.062T3.5%209.4h2.65l.2-.225L.675%203.5L2.1%202.075l19.8%2019.8zM4%2020h12v-1.175l-2.575-2.575q-.275%201.2-1.213%201.975T10%2019q-1.45%200-2.475-1.025T6.5%2015.5q0-1.275.775-2.212t1.975-1.213l-.675-.675H4zm6-3q.625%200%201.063-.437T11.5%2015.5t-.437-1.062T10%2014t-1.062.438T8.5%2015.5t.438%201.063T10%2017m8-1.875l-2-2V11.4h-1.725l-3.4-3.4h1.7l1.275%201.4h2.65q.625%200%201.063.438T18%2010.9zM19%2011V7h-1V2h4l-1.6%203.6H22zm-6.7%204.1%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%22m20.475%2023.3l-2.5-2.5q-.1.5-.513.85T16.5%2022h-13q-.625%200-1.062-.437T2%2020.5v-9.6q0-.625.438-1.062T3.5%209.4h2.65l.2-.225L.675%203.5L2.1%202.075l19.8%2019.8zM4%2020h12v-1.175l-2.575-2.575q-.275%201.2-1.213%201.975T10%2019q-1.45%200-2.475-1.025T6.5%2015.5q0-1.275.775-2.212t1.975-1.213l-.675-.675H4zm6-3q.625%200%201.063-.437T11.5%2015.5t-.437-1.062T10%2014t-1.062.438T8.5%2015.5t.438%201.063T10%2017m8-1.875l-2-2V11.4h-1.725l-3.4-3.4h1.7l1.275%201.4h2.65q.625%200%201.063.438T18%2010.9zM19%2011V7h-1V2h4l-1.6%203.6H22zm-6.7%204.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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