data matrix plus icon
data-matrix-plus from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- data-matrix-plus
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the data matrix plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8c-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3c0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-4 9v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiDataMatrixPlus(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="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8c-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3c0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-4 9v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2v2h-2V2zm-4 0h-2v4h2zm-2 12H8v2h2zm6-10v2h-2v2h4V4zM8 2H6v4h2zm12 0h-2v2h2zm-6.2 20H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8c-1.2 0-2.4.4-3.3 1H14v1.7c-.6.9-1 2.1-1 3.3c0 1.1.3 2.1.8 3M6 18H4v2h2zM22 8h-4v2h4zm0-2V4h-2v2zm-4 9v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> </template>
CSS
.icon-data-matrix-plus {
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%22M16%202v2h-2V2zm-4%200h-2v4h2zm-2%2012H8v2h2zm6-10v2h-2v2h4V4zM8%202H6v4h2zm12%200h-2v2h2zm-6.2%2020H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8c-1.2%200-2.4.4-3.3%201H14v1.7c-.6.9-1%202.1-1%203.3c0%201.1.3%202.1.8%203M6%2018H4v2h2zM22%208h-4v2h4zm0-2V4h-2v2zm-4%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%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%22M16%202v2h-2V2zm-4%200h-2v4h2zm-2%2012H8v2h2zm6-10v2h-2v2h4V4zM8%202H6v4h2zm12%200h-2v2h2zm-6.2%2020H2V2h2v4h2v6H4v2h2v2h2v2h2v2h2v-2h-2v-2h2v-4H8V8h4v2h2v2h2v-2h2v2h4v1.8c-.9-.5-1.9-.8-3-.8c-1.2%200-2.4.4-3.3%201H14v1.7c-.6.9-1%202.1-1%203.3c0%201.1.3%202.1.8%203M6%2018H4v2h2zM22%208h-4v2h4zm0-2V4h-2v2zm-4%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/data-matrix-plus.svg?color=%231a73e8&size=48