exposure neg 1 icon
exposure-neg-1-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- exposure-neg-1-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- exposure-neg-1-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the exposure neg 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14H4q-.425 0-.712-.288T3 13t.288-.712T4 12h5q.425 0 .713.288T10 13t-.288.713T9 14m6.75-5.95l-1.425 1.025q-.35.275-.788.188T12.85 8.8q-.225-.35-.15-.763t.425-.662L16.2 5.15q.1-.075.213-.112T16.65 5h.55q.35 0 .575.225T18 5.8v12.075q0 .475-.325.8t-.8.325t-.8-.325t-.325-.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExposureNeg1Rounded(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="M9 14H4q-.425 0-.712-.288T3 13t.288-.712T4 12h5q.425 0 .713.288T10 13t-.288.713T9 14m6.75-5.95l-1.425 1.025q-.35.275-.788.188T12.85 8.8q-.225-.35-.15-.763t.425-.662L16.2 5.15q.1-.075.213-.112T16.65 5h.55q.35 0 .575.225T18 5.8v12.075q0 .475-.325.8t-.8.325t-.8-.325t-.325-.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14H4q-.425 0-.712-.288T3 13t.288-.712T4 12h5q.425 0 .713.288T10 13t-.288.713T9 14m6.75-5.95l-1.425 1.025q-.35.275-.788.188T12.85 8.8q-.225-.35-.15-.763t.425-.662L16.2 5.15q.1-.075.213-.112T16.65 5h.55q.35 0 .575.225T18 5.8v12.075q0 .475-.325.8t-.8.325t-.8-.325t-.325-.8z"/></svg> </template>
CSS
.icon-exposure-neg-1-rounded {
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%22M9%2014H4q-.425%200-.712-.288T3%2013t.288-.712T4%2012h5q.425%200%20.713.288T10%2013t-.288.713T9%2014m6.75-5.95l-1.425%201.025q-.35.275-.788.188T12.85%208.8q-.225-.35-.15-.763t.425-.662L16.2%205.15q.1-.075.213-.112T16.65%205h.55q.35%200%20.575.225T18%205.8v12.075q0%20.475-.325.8t-.8.325t-.8-.325t-.325-.8z%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%22M9%2014H4q-.425%200-.712-.288T3%2013t.288-.712T4%2012h5q.425%200%20.713.288T10%2013t-.288.713T9%2014m6.75-5.95l-1.425%201.025q-.35.275-.788.188T12.85%208.8q-.225-.35-.15-.763t.425-.662L16.2%205.15q.1-.075.213-.112T16.65%205h.55q.35%200%20.575.225T18%205.8v12.075q0%20.475-.325.8t-.8.325t-.8-.325t-.325-.8z%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-1-rounded.svg?color=%231a73e8&size=48