no flash icon
no-flash-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- no-flash-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="m20.756 22.171l-3.07-3.063v.269q-.022.48-.377.821t-.847.34H4.692q-.51 0-.87-.36t-.36-.87v-8.37q0-.51.36-.87t.87-.36h2.074l.719-.802L2.24 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M10.692 12.114q-.076-.02-.144-.02h-.144q-1.252.07-2.097.952q-.845.883-.845 2.146q0 1.304.905 2.21t2.21.906q1.264 0 2.152-.848t.952-2.094q-.006-.066-.003-.139t-.016-.15zm-.115 5.194q-.863 0-1.49-.626t-.625-1.49q0-.882.626-1.499t1.489-.616q.883 0 1.499.616q.616.617.616 1.5q0 .863-.616 1.489t-1.499.626M18.538 6.5h-.211q-.162 0-.283-.121t-.121-.283V3.481q0-.162.121-.283t.283-.121h1.571q.218 0 .342.177t.018.388l-.858 1.92h.616q.217 0 .335.192t.013.404l-1.447 2.761q-.08.137-.23.106t-.148-.192zm-.846 4.439v2.627q0 .367-.333.504q-.334.138-.598-.126L11.98 9.161q-.177-.176-.159-.371q.018-.196.159-.336q.14-.14.336-.159q.194-.018.371.159l1.26 1.254h2.515q.51 0 .87.36t.361.87"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoFlashRounded(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.756 22.171l-3.07-3.063v.269q-.022.48-.377.821t-.847.34H4.692q-.51 0-.87-.36t-.36-.87v-8.37q0-.51.36-.87t.87-.36h2.074l.719-.802L2.24 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M10.692 12.114q-.076-.02-.144-.02h-.144q-1.252.07-2.097.952q-.845.883-.845 2.146q0 1.304.905 2.21t2.21.906q1.264 0 2.152-.848t.952-2.094q-.006-.066-.003-.139t-.016-.15zm-.115 5.194q-.863 0-1.49-.626t-.625-1.49q0-.882.626-1.499t1.489-.616q.883 0 1.499.616q.616.617.616 1.5q0 .863-.616 1.489t-1.499.626M18.538 6.5h-.211q-.162 0-.283-.121t-.121-.283V3.481q0-.162.121-.283t.283-.121h1.571q.218 0 .342.177t.018.388l-.858 1.92h.616q.217 0 .335.192t.013.404l-1.447 2.761q-.08.137-.23.106t-.148-.192zm-.846 4.439v2.627q0 .367-.333.504q-.334.138-.598-.126L11.98 9.161q-.177-.176-.159-.371q.018-.196.159-.336q.14-.14.336-.159q.194-.018.371.159l1.26 1.254h2.515q.51 0 .87.36t.361.87"/></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.756 22.171l-3.07-3.063v.269q-.022.48-.377.821t-.847.34H4.692q-.51 0-.87-.36t-.36-.87v-8.37q0-.51.36-.87t.87-.36h2.074l.719-.802L2.24 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M10.692 12.114q-.076-.02-.144-.02h-.144q-1.252.07-2.097.952q-.845.883-.845 2.146q0 1.304.905 2.21t2.21.906q1.264 0 2.152-.848t.952-2.094q-.006-.066-.003-.139t-.016-.15zm-.115 5.194q-.863 0-1.49-.626t-.625-1.49q0-.882.626-1.499t1.489-.616q.883 0 1.499.616q.616.617.616 1.5q0 .863-.616 1.489t-1.499.626M18.538 6.5h-.211q-.162 0-.283-.121t-.121-.283V3.481q0-.162.121-.283t.283-.121h1.571q.218 0 .342.177t.018.388l-.858 1.92h.616q.217 0 .335.192t.013.404l-1.447 2.761q-.08.137-.23.106t-.148-.192zm-.846 4.439v2.627q0 .367-.333.504q-.334.138-.598-.126L11.98 9.161q-.177-.176-.159-.371q.018-.196.159-.336q.14-.14.336-.159q.194-.018.371.159l1.26 1.254h2.515q.51 0 .87.36t.361.87"/></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%22m20.756%2022.171l-3.07-3.063v.269q-.022.48-.377.821t-.847.34H4.692q-.51%200-.87-.36t-.36-.87v-8.37q0-.51.36-.87t.87-.36h2.074l.719-.802L2.24%203.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M10.692%2012.114q-.076-.02-.144-.02h-.144q-1.252.07-2.097.952q-.845.883-.845%202.146q0%201.304.905%202.21t2.21.906q1.264%200%202.152-.848t.952-2.094q-.006-.066-.003-.139t-.016-.15zm-.115%205.194q-.863%200-1.49-.626t-.625-1.49q0-.882.626-1.499t1.489-.616q.883%200%201.499.616q.616.617.616%201.5q0%20.863-.616%201.489t-1.499.626M18.538%206.5h-.211q-.162%200-.283-.121t-.121-.283V3.481q0-.162.121-.283t.283-.121h1.571q.218%200%20.342.177t.018.388l-.858%201.92h.616q.217%200%20.335.192t.013.404l-1.447%202.761q-.08.137-.23.106t-.148-.192zm-.846%204.439v2.627q0%20.367-.333.504q-.334.138-.598-.126L11.98%209.161q-.177-.176-.159-.371q.018-.196.159-.336q.14-.14.336-.159q.194-.018.371.159l1.26%201.254h2.515q.51%200%20.87.36t.361.87%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.756%2022.171l-3.07-3.063v.269q-.022.48-.377.821t-.847.34H4.692q-.51%200-.87-.36t-.36-.87v-8.37q0-.51.36-.87t.87-.36h2.074l.719-.802L2.24%203.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M10.692%2012.114q-.076-.02-.144-.02h-.144q-1.252.07-2.097.952q-.845.883-.845%202.146q0%201.304.905%202.21t2.21.906q1.264%200%202.152-.848t.952-2.094q-.006-.066-.003-.139t-.016-.15zm-.115%205.194q-.863%200-1.49-.626t-.625-1.49q0-.882.626-1.499t1.489-.616q.883%200%201.499.616q.616.617.616%201.5q0%20.863-.616%201.489t-1.499.626M18.538%206.5h-.211q-.162%200-.283-.121t-.121-.283V3.481q0-.162.121-.283t.283-.121h1.571q.218%200%20.342.177t.018.388l-.858%201.92h.616q.217%200%20.335.192t.013.404l-1.447%202.761q-.08.137-.23.106t-.148-.192zm-.846%204.439v2.627q0%20.367-.333.504q-.334.138-.598-.126L11.98%209.161q-.177-.176-.159-.371q.018-.196.159-.336q.14-.14.336-.159q.194-.018.371.159l1.26%201.254h2.515q.51%200%20.87.36t.361.87%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-rounded.svg?color=%231a73e8&size=48