table-multiple-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
table-multiple-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the table multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.493 7.254A4.5 4.5 0 0 1 28.5 11v9.5a8 8 0 0 1-8 8H11a4.5 4.5 0 0 1-3.746-2.007q.123.006.246.007h13a6 6 0 0 0 6-6v-13q0-.123-.007-.246M9 25H7.5A4.5 4.5 0 0 1 3 20.5V19h6zm8 0h-6v-6h6zm8-4.5a4.5 4.5 0 0 1-4.5 4.5H19v-6h6zM9 17H3v-6h6zm8 0h-6v-6h6zm8 0h-6v-6h6zM9 9H3V7.5A4.5 4.5 0 0 1 7.5 3H9zm8 0h-6V3h6zm3.5-6A4.5 4.5 0 0 1 25 7.5V9h-6V3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableMultiple32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.493 7.254A4.5 4.5 0 0 1 28.5 11v9.5a8 8 0 0 1-8 8H11a4.5 4.5 0 0 1-3.746-2.007q.123.006.246.007h13a6 6 0 0 0 6-6v-13q0-.123-.007-.246M9 25H7.5A4.5 4.5 0 0 1 3 20.5V19h6zm8 0h-6v-6h6zm8-4.5a4.5 4.5 0 0 1-4.5 4.5H19v-6h6zM9 17H3v-6h6zm8 0h-6v-6h6zm8 0h-6v-6h6zM9 9H3V7.5A4.5 4.5 0 0 1 7.5 3H9zm8 0h-6V3h6zm3.5-6A4.5 4.5 0 0 1 25 7.5V9h-6V3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.493 7.254A4.5 4.5 0 0 1 28.5 11v9.5a8 8 0 0 1-8 8H11a4.5 4.5 0 0 1-3.746-2.007q.123.006.246.007h13a6 6 0 0 0 6-6v-13q0-.123-.007-.246M9 25H7.5A4.5 4.5 0 0 1 3 20.5V19h6zm8 0h-6v-6h6zm8-4.5a4.5 4.5 0 0 1-4.5 4.5H19v-6h6zM9 17H3v-6h6zm8 0h-6v-6h6zm8 0h-6v-6h6zM9 9H3V7.5A4.5 4.5 0 0 1 7.5 3H9zm8 0h-6V3h6zm3.5-6A4.5 4.5 0 0 1 25 7.5V9h-6V3z"/></svg>
</template>

CSS

.icon-table-multiple-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.493%207.254A4.5%204.5%200%200%201%2028.5%2011v9.5a8%208%200%200%201-8%208H11a4.5%204.5%200%200%201-3.746-2.007q.123.006.246.007h13a6%206%200%200%200%206-6v-13q0-.123-.007-.246M9%2025H7.5A4.5%204.5%200%200%201%203%2020.5V19h6zm8%200h-6v-6h6zm8-4.5a4.5%204.5%200%200%201-4.5%204.5H19v-6h6zM9%2017H3v-6h6zm8%200h-6v-6h6zm8%200h-6v-6h6zM9%209H3V7.5A4.5%204.5%200%200%201%207.5%203H9zm8%200h-6V3h6zm3.5-6A4.5%204.5%200%200%201%2025%207.5V9h-6V3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.493%207.254A4.5%204.5%200%200%201%2028.5%2011v9.5a8%208%200%200%201-8%208H11a4.5%204.5%200%200%201-3.746-2.007q.123.006.246.007h13a6%206%200%200%200%206-6v-13q0-.123-.007-.246M9%2025H7.5A4.5%204.5%200%200%201%203%2020.5V19h6zm8%200h-6v-6h6zm8-4.5a4.5%204.5%200%200%201-4.5%204.5H19v-6h6zM9%2017H3v-6h6zm8%200h-6v-6h6zm8%200h-6v-6h6zM9%209H3V7.5A4.5%204.5%200%200%201%207.5%203H9zm8%200h-6V3h6zm3.5-6A4.5%204.5%200%200%201%2025%207.5V9h-6V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-multiple-32-filled.svg?color=%231a73e8&size=48