camera metering matrix icon

camera-metering-matrix from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.

Name
camera-metering-matrix
Set
Material Design Icons
Style
Filled
Category
Photography
Viewbox
24×24
License
Apache 2.0

More photography icons from Material Design Icons

Use the camera metering matrix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm1.5 1.5H11v1.67c-.85.3-1.53.98-1.83 1.83H5.5zm13 0V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0 9H13v-1.67c.85-.3 1.53-.98 1.83-1.83h3.67zm-13 0V13h3.67c.3.85.98 1.53 1.83 1.83v1.67zm6.5-6a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiCameraMeteringMatrix(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="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm1.5 1.5H11v1.67c-.85.3-1.53.98-1.83 1.83H5.5zm13 0V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0 9H13v-1.67c.85-.3 1.53-.98 1.83-1.83h3.67zm-13 0V13h3.67c.3.85.98 1.53 1.83 1.83v1.67zm6.5-6a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-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="M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h16V6zm1.5 1.5H11v1.67c-.85.3-1.53.98-1.83 1.83H5.5zm13 0V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0 9H13v-1.67c.85-.3 1.53-.98 1.83-1.83h3.67zm-13 0V13h3.67c.3.85.98 1.53 1.83 1.83v1.67zm6.5-6a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5"/></svg>
</template>

CSS

.icon-camera-metering-matrix {
  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%22M4%204h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2m0%202v12h16V6zm1.5%201.5H11v1.67c-.85.3-1.53.98-1.83%201.83H5.5zm13%200V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0%209H13v-1.67c.85-.3%201.53-.98%201.83-1.83h3.67zm-13%200V13h3.67c.3.85.98%201.53%201.83%201.83v1.67zm6.5-6a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-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%22M4%204h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2m0%202v12h16V6zm1.5%201.5H11v1.67c-.85.3-1.53.98-1.83%201.83H5.5zm13%200V11h-3.67c-.3-.85-.98-1.53-1.83-1.83V7.5zm0%209H13v-1.67c.85-.3%201.53-.98%201.83-1.83h3.67zm-13%200V13h3.67c.3.85.98%201.53%201.83%201.83v1.67zm6.5-6a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/camera-metering-matrix.svg?color=%231a73e8&size=48