twotone exposure zero icon

twotone-exposure-zero from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
twotone-exposure-zero
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the twotone exposure zero icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.01 6.22c-.36-.43-.8-.74-1.31-.93S12.63 5 12 5c-.62 0-1.19.1-1.69.29c-.51.19-.95.5-1.31.93s-.64.99-.84 1.69q-.3 1.05-.3 2.55v2.04q0 1.5.3 2.55c.2.69.49 1.26.85 1.7s.8.75 1.31.95s1.07.3 1.69.3c.63 0 1.19-.1 1.7-.3s.94-.51 1.3-.95c.35-.43.63-1 .83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97 6.58c0 .63-.04 1.17-.13 1.62s-.22.81-.39 1.09s-.38.48-.63.61s-.54.19-.87.19s-.62-.06-.87-.19s-.47-.33-.64-.61s-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06s.39-.46.64-.58s.54-.18.86-.18s.61.06.86.19c.25.12.47.31.64.58c.18.27.31.62.4 1.06c.08.44.13.98.13 1.62h.01z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneExposureZero(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="M15.01 6.22c-.36-.43-.8-.74-1.31-.93S12.63 5 12 5c-.62 0-1.19.1-1.69.29c-.51.19-.95.5-1.31.93s-.64.99-.84 1.69q-.3 1.05-.3 2.55v2.04q0 1.5.3 2.55c.2.69.49 1.26.85 1.7s.8.75 1.31.95s1.07.3 1.69.3c.63 0 1.19-.1 1.7-.3s.94-.51 1.3-.95c.35-.43.63-1 .83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97 6.58c0 .63-.04 1.17-.13 1.62s-.22.81-.39 1.09s-.38.48-.63.61s-.54.19-.87.19s-.62-.06-.87-.19s-.47-.33-.64-.61s-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06s.39-.46.64-.58s.54-.18.86-.18s.61.06.86.19c.25.12.47.31.64.58c.18.27.31.62.4 1.06c.08.44.13.98.13 1.62h.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.01 6.22c-.36-.43-.8-.74-1.31-.93S12.63 5 12 5c-.62 0-1.19.1-1.69.29c-.51.19-.95.5-1.31.93s-.64.99-.84 1.69q-.3 1.05-.3 2.55v2.04q0 1.5.3 2.55c.2.69.49 1.26.85 1.7s.8.75 1.31.95s1.07.3 1.69.3c.63 0 1.19-.1 1.7-.3s.94-.51 1.3-.95c.35-.43.63-1 .83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97 6.58c0 .63-.04 1.17-.13 1.62s-.22.81-.39 1.09s-.38.48-.63.61s-.54.19-.87.19s-.62-.06-.87-.19s-.47-.33-.64-.61s-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06s.39-.46.64-.58s.54-.18.86-.18s.61.06.86.19c.25.12.47.31.64.58c.18.27.31.62.4 1.06c.08.44.13.98.13 1.62h.01z"/></svg>
</template>

CSS

.icon-twotone-exposure-zero {
  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%22M15.01%206.22c-.36-.43-.8-.74-1.31-.93S12.63%205%2012%205c-.62%200-1.19.1-1.69.29c-.51.19-.95.5-1.31.93s-.64.99-.84%201.69q-.3%201.05-.3%202.55v2.04q0%201.5.3%202.55c.2.69.49%201.26.85%201.7s.8.75%201.31.95s1.07.3%201.69.3c.63%200%201.19-.1%201.7-.3s.94-.51%201.3-.95c.35-.43.63-1%20.83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97%206.58c0%20.63-.04%201.17-.13%201.62s-.22.81-.39%201.09s-.38.48-.63.61s-.54.19-.87.19s-.62-.06-.87-.19s-.47-.33-.64-.61s-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06s.39-.46.64-.58s.54-.18.86-.18s.61.06.86.19c.25.12.47.31.64.58c.18.27.31.62.4%201.06c.08.44.13.98.13%201.62h.01z%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%22M15.01%206.22c-.36-.43-.8-.74-1.31-.93S12.63%205%2012%205c-.62%200-1.19.1-1.69.29c-.51.19-.95.5-1.31.93s-.64.99-.84%201.69q-.3%201.05-.3%202.55v2.04q0%201.5.3%202.55c.2.69.49%201.26.85%201.7s.8.75%201.31.95s1.07.3%201.69.3c.63%200%201.19-.1%201.7-.3s.94-.51%201.3-.95c.35-.43.63-1%20.83-1.7q.3-1.05.3-2.55h.01v-2.04c0-1.01-.1-1.85-.3-2.55s-.48-1.26-.84-1.69m-.97%206.58c0%20.63-.04%201.17-.13%201.62s-.22.81-.39%201.09s-.38.48-.63.61s-.54.19-.87.19s-.62-.06-.87-.19s-.47-.33-.64-.61s-.31-.64-.4-1.09c-.09-.44-.14-.98-.14-1.62v-2.67c0-.64.04-1.18.13-1.62s.23-.79.4-1.06s.39-.46.64-.58s.54-.18.86-.18s.61.06.86.19c.25.12.47.31.64.58c.18.27.31.62.4%201.06c.08.44.13.98.13%201.62h.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-exposure-zero.svg?color=%231a73e8&size=48