round no flash icon
round-no-flash from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-no-flash
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round 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="M3.16 3.16a.996.996 0 1 0-1.41 1.41l4.6 4.6l-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l1.47 1.47a.996.996 0 1 0 1.41-1.41zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h.87c.56 0 1.1.24 1.48.65l.69.75h2.54c.88 0 1.6.72 1.6 1.6v4.17zm2.4-9.57h.75c.38 0 .62.41.44.74L19 11V7h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36 0 .6.37.46.7z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundNoFlash(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="M3.16 3.16a.996.996 0 1 0-1.41 1.41l4.6 4.6l-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l1.47 1.47a.996.996 0 1 0 1.41-1.41zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h.87c.56 0 1.1.24 1.48.65l.69.75h2.54c.88 0 1.6.72 1.6 1.6v4.17zm2.4-9.57h.75c.38 0 .62.41.44.74L19 11V7h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36 0 .6.37.46.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.16 3.16a.996.996 0 1 0-1.41 1.41l4.6 4.6l-.21.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l1.47 1.47a.996.996 0 1 0 1.41-1.41zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h.87c.56 0 1.1.24 1.48.65l.69.75h2.54c.88 0 1.6.72 1.6 1.6v4.17zm2.4-9.57h.75c.38 0 .62.41.44.74L19 11V7h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36 0 .6.37.46.7z"/></svg> </template>
CSS
.icon-round-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%22M3.16%203.16a.996.996%200%201%200-1.41%201.41l4.6%204.6l-.21.23H3.6c-.88%200-1.6.72-1.6%201.6v9.4c0%20.88.72%201.6%201.6%201.6h12.8c.75%200%201.38-.52%201.55-1.22l1.47%201.47a.996.996%200%201%200%201.41-1.41zM10%2020c-2.21%200-4-1.79-4-4c0-1.95%201.4-3.57%203.25-3.92l1.57%201.57c-.26-.09-.53-.15-.82-.15a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%202.5-2.5c0-.29-.06-.56-.15-.82l1.57%201.57A3.99%203.99%200%200%201%2010%2020m8-4.83L10.83%208h.87c.56%200%201.1.24%201.48.65l.69.75h2.54c.88%200%201.6.72%201.6%201.6v4.17zm2.4-9.57h.75c.38%200%20.62.41.44.74L19%2011V7h-.5c-.28%200-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36%200%20.6.37.46.7z%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%22M3.16%203.16a.996.996%200%201%200-1.41%201.41l4.6%204.6l-.21.23H3.6c-.88%200-1.6.72-1.6%201.6v9.4c0%20.88.72%201.6%201.6%201.6h12.8c.75%200%201.38-.52%201.55-1.22l1.47%201.47a.996.996%200%201%200%201.41-1.41zM10%2020c-2.21%200-4-1.79-4-4c0-1.95%201.4-3.57%203.25-3.92l1.57%201.57c-.26-.09-.53-.15-.82-.15a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%202.5-2.5c0-.29-.06-.56-.15-.82l1.57%201.57A3.99%203.99%200%200%201%2010%2020m8-4.83L10.83%208h.87c.56%200%201.1.24%201.48.65l.69.75h2.54c.88%200%201.6.72%201.6%201.6v4.17zm2.4-9.57h.75c.38%200%20.62.41.44.74L19%2011V7h-.5c-.28%200-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h2.73c.36%200%20.6.37.46.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-no-flash.svg?color=%231a73e8&size=48