no flash icon
no-flash from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- no-flash
- Set
- Material Symbols
- Style
- Regular
- 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.8zM9.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 18m8-2.875L10.875 8h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNoFlash(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.8zM9.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 18m8-2.875L10.875 8h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22z"/></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.8zM9.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 18m8-2.875L10.875 8h1.7l1.275 1.4h2.65q.625 0 1.063.438T18 10.9zM19 11V7h-1V2h4l-1.6 3.6H22z"/></svg> </template>
CSS
.icon-no-flash {
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.8zM9.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%2018m8-2.875L10.875%208h1.7l1.275%201.4h2.65q.625%200%201.063.438T18%2010.9zM19%2011V7h-1V2h4l-1.6%203.6H22z%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.8zM9.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%2018m8-2.875L10.875%208h1.7l1.275%201.4h2.65q.625%200%201.063.438T18%2010.9zM19%2011V7h-1V2h4l-1.6%203.6H22z%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.svg?color=%231a73e8&size=48