no flash icon
no-flash-outline-sharp from Material Symbols Light by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- no-flash-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="m21.11 22.53l-3.423-3.422v1.43H3.462V9.708h3.304l.719-.802l-5.599-5.598l.714-.714l19.223 19.223zM4.462 19.539h12.23v-1.425l-3.151-3.151q.019.077.019.144v.144q-.064 1.2-.915 2.014t-2.068.813q-1.258 0-2.129-.871t-.871-2.129q0-1.217.814-2.068q.813-.851 2.013-.915h.144q.067 0 .144.02l-1.406-1.406H4.461zm6.115-2.461q.837 0 1.418-.592q.582-.59.582-1.408q0-.837-.582-1.418t-1.418-.582q-.817 0-1.409.582t-.591 1.418q0 .817.591 1.408q.592.592 1.409.592m7.115-2.202l-1-1v-3.167h-3.167l-2.4-2.4h2.008l1.275 1.4h3.284zm.847-5.221V6.5h-.616V3.077h2.596L19.4 5.562h1.273zm-5.547 4.754"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoFlashOutlineSharp(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="m21.11 22.53l-3.423-3.422v1.43H3.462V9.708h3.304l.719-.802l-5.599-5.598l.714-.714l19.223 19.223zM4.462 19.539h12.23v-1.425l-3.151-3.151q.019.077.019.144v.144q-.064 1.2-.915 2.014t-2.068.813q-1.258 0-2.129-.871t-.871-2.129q0-1.217.814-2.068q.813-.851 2.013-.915h.144q.067 0 .144.02l-1.406-1.406H4.461zm6.115-2.461q.837 0 1.418-.592q.582-.59.582-1.408q0-.837-.582-1.418t-1.418-.582q-.817 0-1.409.582t-.591 1.418q0 .817.591 1.408q.592.592 1.409.592m7.115-2.202l-1-1v-3.167h-3.167l-2.4-2.4h2.008l1.275 1.4h3.284zm.847-5.221V6.5h-.616V3.077h2.596L19.4 5.562h1.273zm-5.547 4.754"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-3.423-3.422v1.43H3.462V9.708h3.304l.719-.802l-5.599-5.598l.714-.714l19.223 19.223zM4.462 19.539h12.23v-1.425l-3.151-3.151q.019.077.019.144v.144q-.064 1.2-.915 2.014t-2.068.813q-1.258 0-2.129-.871t-.871-2.129q0-1.217.814-2.068q.813-.851 2.013-.915h.144q.067 0 .144.02l-1.406-1.406H4.461zm6.115-2.461q.837 0 1.418-.592q.582-.59.582-1.408q0-.837-.582-1.418t-1.418-.582q-.817 0-1.409.582t-.591 1.418q0 .817.591 1.408q.592.592 1.409.592m7.115-2.202l-1-1v-3.167h-3.167l-2.4-2.4h2.008l1.275 1.4h3.284zm.847-5.221V6.5h-.616V3.077h2.596L19.4 5.562h1.273zm-5.547 4.754"/></svg> </template>
CSS
.icon-no-flash-outline-sharp {
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%22m21.11%2022.53l-3.423-3.422v1.43H3.462V9.708h3.304l.719-.802l-5.599-5.598l.714-.714l19.223%2019.223zM4.462%2019.539h12.23v-1.425l-3.151-3.151q.019.077.019.144v.144q-.064%201.2-.915%202.014t-2.068.813q-1.258%200-2.129-.871t-.871-2.129q0-1.217.814-2.068q.813-.851%202.013-.915h.144q.067%200%20.144.02l-1.406-1.406H4.461zm6.115-2.461q.837%200%201.418-.592q.582-.59.582-1.408q0-.837-.582-1.418t-1.418-.582q-.817%200-1.409.582t-.591%201.418q0%20.817.591%201.408q.592.592%201.409.592m7.115-2.202l-1-1v-3.167h-3.167l-2.4-2.4h2.008l1.275%201.4h3.284zm.847-5.221V6.5h-.616V3.077h2.596L19.4%205.562h1.273zm-5.547%204.754%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%22m21.11%2022.53l-3.423-3.422v1.43H3.462V9.708h3.304l.719-.802l-5.599-5.598l.714-.714l19.223%2019.223zM4.462%2019.539h12.23v-1.425l-3.151-3.151q.019.077.019.144v.144q-.064%201.2-.915%202.014t-2.068.813q-1.258%200-2.129-.871t-.871-2.129q0-1.217.814-2.068q.813-.851%202.013-.915h.144q.067%200%20.144.02l-1.406-1.406H4.461zm6.115-2.461q.837%200%201.418-.592q.582-.59.582-1.408q0-.837-.582-1.418t-1.418-.582q-.817%200-1.409.582t-.591%201.418q0%20.817.591%201.408q.592.592%201.409.592m7.115-2.202l-1-1v-3.167h-3.167l-2.4-2.4h2.008l1.275%201.4h3.284zm.847-5.221V6.5h-.616V3.077h2.596L19.4%205.562h1.273zm-5.547%204.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-flash-outline-sharp.svg?color=%231a73e8&size=48