table large plus icon

table-large-plus from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
table-large-plus
Set
Material Design Icons
Style
Filled
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
table-large-add

More geographic information system icons from Material Design Icons

Use the table large plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9 4h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTableLargePlus(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="M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9 4h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9 4h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg>
</template>

CSS

.icon-table-large-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%22M12.35%2020H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54%201.25-.93%202-1.19V12h4v.35c.75.26%201.42.65%202%201.19V5c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v15c0%201.1.9%202%202%202h9.54c-.54-.58-.93-1.25-1.19-2M16%207h4v3h-4zm-6%200h4v3h-4zM8%2020H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9%204h2v3h3v2h-3v3h-2v-3h-3v-2h3z%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%22M12.35%2020H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54%201.25-.93%202-1.19V12h4v.35c.75.26%201.42.65%202%201.19V5c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v15c0%201.1.9%202%202%202h9.54c-.54-.58-.93-1.25-1.19-2M16%207h4v3h-4zm-6%200h4v3h-4zM8%2020H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9%204h2v3h3v2h-3v3h-2v-3h-3v-2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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