twotone no flash icon
twotone-no-flash from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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 twotone 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="m13.42 16.24l2.55 2.55l-.01 1.21H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76M16 13.17V11.4h-1.77z" opacity=".3"/><path fill="currentColor" d="M20.4 5.6H22L19 11V7h-1V2h4zM16 11.4v1.77l2 2V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58 8h-1.75l3.4 3.4zm1.97 6.57L2.1 2.1L.69 3.51l5.66 5.66l-.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.22l2.54 2.54l1.41-1.41zM11.5 15.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5m4.46 4.5H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76l2.55 2.55z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneNoFlash(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="m13.42 16.24l2.55 2.55l-.01 1.21H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76M16 13.17V11.4h-1.77z" opacity=".3"/><path fill="currentColor" d="M20.4 5.6H22L19 11V7h-1V2h4zM16 11.4v1.77l2 2V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58 8h-1.75l3.4 3.4zm1.97 6.57L2.1 2.1L.69 3.51l5.66 5.66l-.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.22l2.54 2.54l1.41-1.41zM11.5 15.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5m4.46 4.5H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76l2.55 2.55z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.42 16.24l2.55 2.55l-.01 1.21H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76M16 13.17V11.4h-1.77z" opacity=".3"/><path fill="currentColor" d="M20.4 5.6H22L19 11V7h-1V2h4zM16 11.4v1.77l2 2V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58 8h-1.75l3.4 3.4zm1.97 6.57L2.1 2.1L.69 3.51l5.66 5.66l-.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.22l2.54 2.54l1.41-1.41zM11.5 15.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S9.17 14 10 14s1.5.67 1.5 1.5m4.46 4.5H4v-8.6h3.02l.59-.65l.15-.16l1.5 1.5A3.486 3.486 0 0 0 6.5 15.5c0 1.93 1.57 3.5 3.5 3.5c1.68 0 3.07-1.18 3.42-2.76l2.55 2.55z"/></svg> </template>
CSS
.icon-twotone-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%22m13.42%2016.24l2.55%202.55l-.01%201.21H4v-8.6h3.02l.59-.65l.15-.16l1.5%201.5A3.486%203.486%200%200%200%206.5%2015.5c0%201.93%201.57%203.5%203.5%203.5c1.68%200%203.07-1.18%203.42-2.76M16%2013.17V11.4h-1.77z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.4%205.6H22L19%2011V7h-1V2h4zM16%2011.4v1.77l2%202V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58%208h-1.75l3.4%203.4zm1.97%206.57L2.1%202.1L.69%203.51l5.66%205.66l-.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.22l2.54%202.54l1.41-1.41zM11.5%2015.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5S9.17%2014%2010%2014s1.5.67%201.5%201.5m4.46%204.5H4v-8.6h3.02l.59-.65l.15-.16l1.5%201.5A3.486%203.486%200%200%200%206.5%2015.5c0%201.93%201.57%203.5%203.5%203.5c1.68%200%203.07-1.18%203.42-2.76l2.55%202.55z%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%22m13.42%2016.24l2.55%202.55l-.01%201.21H4v-8.6h3.02l.59-.65l.15-.16l1.5%201.5A3.486%203.486%200%200%200%206.5%2015.5c0%201.93%201.57%203.5%203.5%203.5c1.68%200%203.07-1.18%203.42-2.76M16%2013.17V11.4h-1.77z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.4%205.6H22L19%2011V7h-1V2h4zM16%2011.4v1.77l2%202V11c0-.88-.72-1.6-1.6-1.6h-2.54L12.58%208h-1.75l3.4%203.4zm1.97%206.57L2.1%202.1L.69%203.51l5.66%205.66l-.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.22l2.54%202.54l1.41-1.41zM11.5%2015.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5S9.17%2014%2010%2014s1.5.67%201.5%201.5m4.46%204.5H4v-8.6h3.02l.59-.65l.15-.16l1.5%201.5A3.486%203.486%200%200%200%206.5%2015.5c0%201.93%201.57%203.5%203.5%203.5c1.68%200%203.07-1.18%203.42-2.76l2.55%202.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-no-flash.svg?color=%231a73e8&size=48