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

Name
no-flash-rounded
Set
Material Symbols
Style
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.5-.513.85T16.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-.3M9.25 12.075q-1.425.3-2.337 1.375T6 16q0 1.65 1.175 2.825T10 20q1.475 0 2.575-.925t1.375-2.325l-.012.025l.012-.025zM10 18q-.825 0-1.412-.587T8 16t.588-1.412T10 14t1.413.588T12 16t-.587 1.413T10 18m9-11h-.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-1 3.9v1.8q0 .675-.612.938t-1.088-.213L12.575 9.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoFlashRounded(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.5-.513.85T16.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-.3M9.25 12.075q-1.425.3-2.337 1.375T6 16q0 1.65 1.175 2.825T10 20q1.475 0 2.575-.925t1.375-2.325l-.012.025l.012-.025zM10 18q-.825 0-1.412-.587T8 16t.588-1.412T10 14t1.413.588T12 16t-.587 1.413T10 18m9-11h-.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-1 3.9v1.8q0 .675-.612.938t-1.088-.213L12.575 9.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9"/></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.5-.513.85T16.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-.3M9.25 12.075q-1.425.3-2.337 1.375T6 16q0 1.65 1.175 2.825T10 20q1.475 0 2.575-.925t1.375-2.325l-.012.025l.012-.025zM10 18q-.825 0-1.412-.587T8 16t.588-1.412T10 14t1.413.588T12 16t-.587 1.413T10 18m9-11h-.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-1 3.9v1.8q0 .675-.612.938t-1.088-.213L12.575 9.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1 9.4h1.4q.625 0 1.063.438T18 10.9"/></svg>
</template>

CSS

.icon-no-flash-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.5-.513.85T16.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-.3M9.25%2012.075q-1.425.3-2.337%201.375T6%2016q0%201.65%201.175%202.825T10%2020q1.475%200%202.575-.925t1.375-2.325l-.012.025l.012-.025zM10%2018q-.825%200-1.412-.587T8%2016t.588-1.412T10%2014t1.413.588T12%2016t-.587%201.413T10%2018m9-11h-.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-1%203.9v1.8q0%20.675-.612.938t-1.088-.213L12.575%209.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1%209.4h1.4q.625%200%201.063.438T18%2010.9%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.5-.513.85T16.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-.3M9.25%2012.075q-1.425.3-2.337%201.375T6%2016q0%201.65%201.175%202.825T10%2020q1.475%200%202.575-.925t1.375-2.325l-.012.025l.012-.025zM10%2018q-.825%200-1.412-.587T8%2016t.588-1.412T10%2014t1.413.588T12%2016t-.587%201.413T10%2018m9-11h-.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-1%203.9v1.8q0%20.675-.612.938t-1.088-.213L12.575%209.7q-.35-.35-.312-.737t.312-.663t.663-.312t.737.312L15.1%209.4h1.4q.625%200%201.063.438T18%2010.9%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-rounded.svg?color=%231a73e8&size=48