exposure neg 2 icon

exposure-neg-2 from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
exposure-neg-2
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
exposure-neg-2-outline, exposure-neg-2-outline-sharp, exposure-neg-2-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the exposure neg 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.1 19v-2.1l5-5.1q.825-.875 1.163-1.463T18.6 9q0-.725-.562-1.312T16.35 7.1q-.9 0-1.487.5t-.813 1.3l-2-.8q.35-1.125 1.45-2.113T16.4 5q2.075 0 3.238 1.188T20.8 9q0 1.125-.525 2.05T18.65 13.1L15 16.9l.05.1H21v2zM10 14H3v-2h7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsExposureNeg2(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="M12.1 19v-2.1l5-5.1q.825-.875 1.163-1.463T18.6 9q0-.725-.562-1.312T16.35 7.1q-.9 0-1.487.5t-.813 1.3l-2-.8q.35-1.125 1.45-2.113T16.4 5q2.075 0 3.238 1.188T20.8 9q0 1.125-.525 2.05T18.65 13.1L15 16.9l.05.1H21v2zM10 14H3v-2h7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.1 19v-2.1l5-5.1q.825-.875 1.163-1.463T18.6 9q0-.725-.562-1.312T16.35 7.1q-.9 0-1.487.5t-.813 1.3l-2-.8q.35-1.125 1.45-2.113T16.4 5q2.075 0 3.238 1.188T20.8 9q0 1.125-.525 2.05T18.65 13.1L15 16.9l.05.1H21v2zM10 14H3v-2h7z"/></svg>
</template>

CSS

.icon-exposure-neg-2 {
  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%22M12.1%2019v-2.1l5-5.1q.825-.875%201.163-1.463T18.6%209q0-.725-.562-1.312T16.35%207.1q-.9%200-1.487.5t-.813%201.3l-2-.8q.35-1.125%201.45-2.113T16.4%205q2.075%200%203.238%201.188T20.8%209q0%201.125-.525%202.05T18.65%2013.1L15%2016.9l.05.1H21v2zM10%2014H3v-2h7z%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%22M12.1%2019v-2.1l5-5.1q.825-.875%201.163-1.463T18.6%209q0-.725-.562-1.312T16.35%207.1q-.9%200-1.487.5t-.813%201.3l-2-.8q.35-1.125%201.45-2.113T16.4%205q2.075%200%203.238%201.188T20.8%209q0%201.125-.525%202.05T18.65%2013.1L15%2016.9l.05.1H21v2zM10%2014H3v-2h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/exposure-neg-2.svg?color=%231a73e8&size=48