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

Name
table-multiple-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M13 4c.607.456 1 1.182 1 2v3.5A4.5 4.5 0 0 1 9.5 14H7a2.5 2.5 0 0 1-2-1h4.5A3.5 3.5 0 0 0 13 9.5zm-8 8h-.5A2.5 2.5 0 0 1 2 9.5V9h3zm3 0H6V9h2zm4-2.5A2.5 2.5 0 0 1 9.5 12H9V9h3zM5 8H2V6h3zm3 0H6V6h2zm4 0H9V6h3zM5 5H2v-.5A2.5 2.5 0 0 1 4.5 2H5zm3 0H6V2h2zm1.5-3A2.5 2.5 0 0 1 12 4.5V5H9V2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableMultiple16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 4c.607.456 1 1.182 1 2v3.5A4.5 4.5 0 0 1 9.5 14H7a2.5 2.5 0 0 1-2-1h4.5A3.5 3.5 0 0 0 13 9.5zm-8 8h-.5A2.5 2.5 0 0 1 2 9.5V9h3zm3 0H6V9h2zm4-2.5A2.5 2.5 0 0 1 9.5 12H9V9h3zM5 8H2V6h3zm3 0H6V6h2zm4 0H9V6h3zM5 5H2v-.5A2.5 2.5 0 0 1 4.5 2H5zm3 0H6V2h2zm1.5-3A2.5 2.5 0 0 1 12 4.5V5H9V2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 4c.607.456 1 1.182 1 2v3.5A4.5 4.5 0 0 1 9.5 14H7a2.5 2.5 0 0 1-2-1h4.5A3.5 3.5 0 0 0 13 9.5zm-8 8h-.5A2.5 2.5 0 0 1 2 9.5V9h3zm3 0H6V9h2zm4-2.5A2.5 2.5 0 0 1 9.5 12H9V9h3zM5 8H2V6h3zm3 0H6V6h2zm4 0H9V6h3zM5 5H2v-.5A2.5 2.5 0 0 1 4.5 2H5zm3 0H6V2h2zm1.5-3A2.5 2.5 0 0 1 12 4.5V5H9V2z"/></svg>
</template>

CSS

.icon-table-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204c.607.456%201%201.182%201%202v3.5A4.5%204.5%200%200%201%209.5%2014H7a2.5%202.5%200%200%201-2-1h4.5A3.5%203.5%200%200%200%2013%209.5zm-8%208h-.5A2.5%202.5%200%200%201%202%209.5V9h3zm3%200H6V9h2zm4-2.5A2.5%202.5%200%200%201%209.5%2012H9V9h3zM5%208H2V6h3zm3%200H6V6h2zm4%200H9V6h3zM5%205H2v-.5A2.5%202.5%200%200%201%204.5%202H5zm3%200H6V2h2zm1.5-3A2.5%202.5%200%200%201%2012%204.5V5H9V2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204c.607.456%201%201.182%201%202v3.5A4.5%204.5%200%200%201%209.5%2014H7a2.5%202.5%200%200%201-2-1h4.5A3.5%203.5%200%200%200%2013%209.5zm-8%208h-.5A2.5%202.5%200%200%201%202%209.5V9h3zm3%200H6V9h2zm4-2.5A2.5%202.5%200%200%201%209.5%2012H9V9h3zM5%208H2V6h3zm3%200H6V6h2zm4%200H9V6h3zM5%205H2v-.5A2.5%202.5%200%200%201%204.5%202H5zm3%200H6V2h2zm1.5-3A2.5%202.5%200%200%201%2012%204.5V5H9V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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