sharp no flash icon
sharp-no-flash from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-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 sharp 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="M2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H2V22h16v-1.17l2.13 2.13l1.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 8h1.75l1.28 1.4H18zm2.4-9.57H22L19 11V7h-1V2h4z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpNoFlash(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="M2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H2V22h16v-1.17l2.13 2.13l1.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 8h1.75l1.28 1.4H18zm2.4-9.57H22L19 11V7h-1V2h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H2V22h16v-1.17l2.13 2.13l1.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 8h1.75l1.28 1.4H18zm2.4-9.57H22L19 11V7h-1V2h4z"/></svg> </template>
CSS
.icon-sharp-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%22M2.45%202.45L1.04%203.87l5.3%205.3l-.2.23H2V22h16v-1.17l2.13%202.13l1.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%208h1.75l1.28%201.4H18zm2.4-9.57H22L19%2011V7h-1V2h4z%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%22M2.45%202.45L1.04%203.87l5.3%205.3l-.2.23H2V22h16v-1.17l2.13%202.13l1.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%208h1.75l1.28%201.4H18zm2.4-9.57H22L19%2011V7h-1V2h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-no-flash.svg?color=%231a73e8&size=48