table multiple icon
table-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- table-multiple-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-20-filledtable-arrow-up-20-filledtable-bottom-row-16-filledtable-calculator-16-filledtable-cell-add-16-filledtable-cell-center-16-filledtable-cell-center-arrow-repeat-all-20-filledtable-cell-center-edit-16-filledtable-cell-center-link-20-filledtable-cell-center-search-20-filledtable-cell-cross-16-filledtable-cell-cross-brush-16-filledtable-cell-edit-16-filledtable-cells-merge-16-filledtable-cells-split-16-filledtable-checker-20-filledtable-column-top-bottom-16-filledtable-column-top-bottom-arrow-repeat-all-20-filledtable-column-top-bottom-edit-16-filledtable-column-top-bottom-link-20-filledtable-column-top-bottom-search-20-filledtable-copy-20-filled
Use the table multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.97 6.229a3.74 3.74 0 0 1 1.529 3.021v9a6.25 6.25 0 0 1-6.25 6.25h-9c-1.24 0-2.34-.602-3.022-1.53q.257.028.522.03h11.5a4.75 4.75 0 0 0 4.75-4.75V6.75q0-.264-.03-.521M8.5 22H6.75A3.75 3.75 0 0 1 3 18.25V16.5h5.5zm6.5 0h-5v-5.5h5zm7-3.75A3.75 3.75 0 0 1 18.25 22H16.5v-5.5H22zM8.5 15H3v-5h5.5zm6.5 0h-5v-5h5zm7 0h-5.5v-5H22zM8.5 8.5H3V6.75A3.75 3.75 0 0 1 6.75 3H8.5zm6.5 0h-5V3h5zM18.25 3A3.75 3.75 0 0 1 22 6.75V8.5h-5.5V3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableMultiple28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.97 6.229a3.74 3.74 0 0 1 1.529 3.021v9a6.25 6.25 0 0 1-6.25 6.25h-9c-1.24 0-2.34-.602-3.022-1.53q.257.028.522.03h11.5a4.75 4.75 0 0 0 4.75-4.75V6.75q0-.264-.03-.521M8.5 22H6.75A3.75 3.75 0 0 1 3 18.25V16.5h5.5zm6.5 0h-5v-5.5h5zm7-3.75A3.75 3.75 0 0 1 18.25 22H16.5v-5.5H22zM8.5 15H3v-5h5.5zm6.5 0h-5v-5h5zm7 0h-5.5v-5H22zM8.5 8.5H3V6.75A3.75 3.75 0 0 1 6.75 3H8.5zm6.5 0h-5V3h5zM18.25 3A3.75 3.75 0 0 1 22 6.75V8.5h-5.5V3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.97 6.229a3.74 3.74 0 0 1 1.529 3.021v9a6.25 6.25 0 0 1-6.25 6.25h-9c-1.24 0-2.34-.602-3.022-1.53q.257.028.522.03h11.5a4.75 4.75 0 0 0 4.75-4.75V6.75q0-.264-.03-.521M8.5 22H6.75A3.75 3.75 0 0 1 3 18.25V16.5h5.5zm6.5 0h-5v-5.5h5zm7-3.75A3.75 3.75 0 0 1 18.25 22H16.5v-5.5H22zM8.5 15H3v-5h5.5zm6.5 0h-5v-5h5zm7 0h-5.5v-5H22zM8.5 8.5H3V6.75A3.75 3.75 0 0 1 6.75 3H8.5zm6.5 0h-5V3h5zM18.25 3A3.75 3.75 0 0 1 22 6.75V8.5h-5.5V3z"/></svg> </template>
CSS
.icon-table-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.97%206.229a3.74%203.74%200%200%201%201.529%203.021v9a6.25%206.25%200%200%201-6.25%206.25h-9c-1.24%200-2.34-.602-3.022-1.53q.257.028.522.03h11.5a4.75%204.75%200%200%200%204.75-4.75V6.75q0-.264-.03-.521M8.5%2022H6.75A3.75%203.75%200%200%201%203%2018.25V16.5h5.5zm6.5%200h-5v-5.5h5zm7-3.75A3.75%203.75%200%200%201%2018.25%2022H16.5v-5.5H22zM8.5%2015H3v-5h5.5zm6.5%200h-5v-5h5zm7%200h-5.5v-5H22zM8.5%208.5H3V6.75A3.75%203.75%200%200%201%206.75%203H8.5zm6.5%200h-5V3h5zM18.25%203A3.75%203.75%200%200%201%2022%206.75V8.5h-5.5V3z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.97%206.229a3.74%203.74%200%200%201%201.529%203.021v9a6.25%206.25%200%200%201-6.25%206.25h-9c-1.24%200-2.34-.602-3.022-1.53q.257.028.522.03h11.5a4.75%204.75%200%200%200%204.75-4.75V6.75q0-.264-.03-.521M8.5%2022H6.75A3.75%203.75%200%200%201%203%2018.25V16.5h5.5zm6.5%200h-5v-5.5h5zm7-3.75A3.75%203.75%200%200%201%2018.25%2022H16.5v-5.5H22zM8.5%2015H3v-5h5.5zm6.5%200h-5v-5h5zm7%200h-5.5v-5H22zM8.5%208.5H3V6.75A3.75%203.75%200%200%201%206.75%203H8.5zm6.5%200h-5V3h5zM18.25%203A3.75%203.75%200%200%201%2022%206.75V8.5h-5.5V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-multiple-28-filled.svg?color=%231a73e8&size=48