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

Name
no-flash-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="m19.775 22.575l-1.8-1.775q-.1.525-.513.863T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 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-6.1v1.825q0 .425-.288.712t-.712.288t-.712-.3T16 12.7v-1.3h-1.725l-1.7-1.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9M19 7h-.5q-.2 0-.35-.15T18 6.5v-4q0-.2.15-.35T18.5 2h2.725q.275 0 .438.225t.037.475l-1.3 2.9h.75q.275 0 .413.25t.012.5l-2.1 3.8q-.1.175-.288.125t-.187-.25zm-6.7 8.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoFlashOutlineRounded(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.775 22.575l-1.8-1.775q-.1.525-.513.863T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 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-6.1v1.825q0 .425-.288.712t-.712.288t-.712-.3T16 12.7v-1.3h-1.725l-1.7-1.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9M19 7h-.5q-.2 0-.35-.15T18 6.5v-4q0-.2.15-.35T18.5 2h2.725q.275 0 .438.225t.037.475l-1.3 2.9h.75q.275 0 .413.25t.012.5l-2.1 3.8q-.1.175-.288.125t-.187-.25zm-6.7 8.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="m19.775 22.575l-1.8-1.775q-.1.525-.513.863T16.5 22h-13q-.625 0-1.062-.437T2 20.5v-9.6q0-.625.438-1.062T3.5 9.4h2.65l.2-.225L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4 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-6.1v1.825q0 .425-.288.712t-.712.288t-.712-.3T16 12.7v-1.3h-1.725l-1.7-1.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9M19 7h-.5q-.2 0-.35-.15T18 6.5v-4q0-.2.15-.35T18.5 2h2.725q.275 0 .438.225t.037.475l-1.3 2.9h.75q.275 0 .413.25t.012.5l-2.1 3.8q-.1.175-.288.125t-.187-.25zm-6.7 8.1"/></svg>
</template>

CSS

.icon-no-flash-outline-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%22m19.775%2022.575l-1.8-1.775q-.1.525-.513.863T16.5%2022h-13q-.625%200-1.062-.437T2%2020.5v-9.6q0-.625.438-1.062T3.5%209.4h2.65l.2-.225L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4%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-6.1v1.825q0%20.425-.288.712t-.712.288t-.712-.3T16%2012.7v-1.3h-1.725l-1.7-1.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1%209.4h1.4q.625%200%201.063.438T18%2010.9M19%207h-.5q-.2%200-.35-.15T18%206.5v-4q0-.2.15-.35T18.5%202h2.725q.275%200%20.438.225t.037.475l-1.3%202.9h.75q.275%200%20.413.25t.012.5l-2.1%203.8q-.1.175-.288.125t-.187-.25zm-6.7%208.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%22m19.775%2022.575l-1.8-1.775q-.1.525-.513.863T16.5%2022h-13q-.625%200-1.062-.437T2%2020.5v-9.6q0-.625.438-1.062T3.5%209.4h2.65l.2-.225L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M4%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-6.1v1.825q0%20.425-.288.712t-.712.288t-.712-.3T16%2012.7v-1.3h-1.725l-1.7-1.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1%209.4h1.4q.625%200%201.063.438T18%2010.9M19%207h-.5q-.2%200-.35-.15T18%206.5v-4q0-.2.15-.35T18.5%202h2.725q.275%200%20.438.225t.037.475l-1.3%202.9h.75q.275%200%20.413.25t.012.5l-2.1%203.8q-.1.175-.288.125t-.187-.25zm-6.7%208.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-rounded.svg?color=%231a73e8&size=48