exposure plus 2 icon
exposure-plus-2 from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- exposure-plus-2
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- exposure-plus-2-outline, exposure-plus-2-outline-sharp, exposure-plus-2-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the exposure plus 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.442 16.385v-3h-3v-1h3v-3h1v3h3v1h-3v3zm6.6 1.576v-1.138l4.385-4.484q.864-.914 1.259-1.52q.395-.608.395-1.358q0-1.032-.707-1.716t-1.928-.684q-.9 0-1.545.414t-.985 1.156l-.962-.416q.465-.932 1.315-1.555t2.189-.622q1.69 0 2.68 1.005t.989 2.418q0 .958-.477 1.746t-1.442 1.777L14.404 16.9l.012.062h6.142v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightExposurePlus2(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="M6.442 16.385v-3h-3v-1h3v-3h1v3h3v1h-3v3zm6.6 1.576v-1.138l4.385-4.484q.864-.914 1.259-1.52q.395-.608.395-1.358q0-1.032-.707-1.716t-1.928-.684q-.9 0-1.545.414t-.985 1.156l-.962-.416q.465-.932 1.315-1.555t2.189-.622q1.69 0 2.68 1.005t.989 2.418q0 .958-.477 1.746t-1.442 1.777L14.404 16.9l.012.062h6.142v1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.442 16.385v-3h-3v-1h3v-3h1v3h3v1h-3v3zm6.6 1.576v-1.138l4.385-4.484q.864-.914 1.259-1.52q.395-.608.395-1.358q0-1.032-.707-1.716t-1.928-.684q-.9 0-1.545.414t-.985 1.156l-.962-.416q.465-.932 1.315-1.555t2.189-.622q1.69 0 2.68 1.005t.989 2.418q0 .958-.477 1.746t-1.442 1.777L14.404 16.9l.012.062h6.142v1z"/></svg> </template>
CSS
.icon-exposure-plus-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%22M6.442%2016.385v-3h-3v-1h3v-3h1v3h3v1h-3v3zm6.6%201.576v-1.138l4.385-4.484q.864-.914%201.259-1.52q.395-.608.395-1.358q0-1.032-.707-1.716t-1.928-.684q-.9%200-1.545.414t-.985%201.156l-.962-.416q.465-.932%201.315-1.555t2.189-.622q1.69%200%202.68%201.005t.989%202.418q0%20.958-.477%201.746t-1.442%201.777L14.404%2016.9l.012.062h6.142v1z%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%22M6.442%2016.385v-3h-3v-1h3v-3h1v3h3v1h-3v3zm6.6%201.576v-1.138l4.385-4.484q.864-.914%201.259-1.52q.395-.608.395-1.358q0-1.032-.707-1.716t-1.928-.684q-.9%200-1.545.414t-.985%201.156l-.962-.416q.465-.932%201.315-1.555t2.189-.622q1.69%200%202.68%201.005t.989%202.418q0%20.958-.477%201.746t-1.442%201.777L14.404%2016.9l.012.062h6.142v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/exposure-plus-2.svg?color=%231a73e8&size=48