exposure zero icon
exposure-zero from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- exposure-zero
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- exposure-zero-outline, exposure-zero-outline-rounded, exposure-zero-outline-sharp, exposure-zero-rounded, exposure-zero-sharp
The same icon in other sets
More images icons from Material Symbols
Use the 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="M8 17.013Q6.5 15.025 6.5 12T8 6.988T12 5t4 1.988T17.5 12T16 17.013T12 19t-4-1.987m6.475-1.563q.825-1.5.825-3.45t-.825-3.45T12 7.05t-2.475 1.5T8.7 12t.825 3.45T12 16.95t2.475-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExposureZero(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="M8 17.013Q6.5 15.025 6.5 12T8 6.988T12 5t4 1.988T17.5 12T16 17.013T12 19t-4-1.987m6.475-1.563q.825-1.5.825-3.45t-.825-3.45T12 7.05t-2.475 1.5T8.7 12t.825 3.45T12 16.95t2.475-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17.013Q6.5 15.025 6.5 12T8 6.988T12 5t4 1.988T17.5 12T16 17.013T12 19t-4-1.987m6.475-1.563q.825-1.5.825-3.45t-.825-3.45T12 7.05t-2.475 1.5T8.7 12t.825 3.45T12 16.95t2.475-1.5"/></svg> </template>
CSS
.icon-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%22M8%2017.013Q6.5%2015.025%206.5%2012T8%206.988T12%205t4%201.988T17.5%2012T16%2017.013T12%2019t-4-1.987m6.475-1.563q.825-1.5.825-3.45t-.825-3.45T12%207.05t-2.475%201.5T8.7%2012t.825%203.45T12%2016.95t2.475-1.5%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%22M8%2017.013Q6.5%2015.025%206.5%2012T8%206.988T12%205t4%201.988T17.5%2012T16%2017.013T12%2019t-4-1.987m6.475-1.563q.825-1.5.825-3.45t-.825-3.45T12%207.05t-2.475%201.5T8.7%2012t.825%203.45T12%2016.95t2.475-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/exposure-zero.svg?color=%231a73e8&size=48