table multiple icon
table-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- table-multiple-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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-.521M18.25 3A3.75 3.75 0 0 1 22 6.75v11.5A3.75 3.75 0 0 1 18.25 22H6.75A3.75 3.75 0 0 1 3 18.25V6.75A3.75 3.75 0 0 1 6.75 3zM16 20.5h2.25a2.25 2.25 0 0 0 2.25-2.25V16H16zm-5.5 0h4V16h-4zm-6-2.25a2.25 2.25 0 0 0 2.25 2.25H9V16H4.5zM16 14.5h4.5v-4H16zm-5.5 0h4v-4h-4zm-6 0H9v-4H4.5zM16 9h4.5V6.75a2.25 2.25 0 0 0-2.25-2.25H16zm-5.5 0h4V4.5h-4zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75V9H9V4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableMultiple28Regular(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-.521M18.25 3A3.75 3.75 0 0 1 22 6.75v11.5A3.75 3.75 0 0 1 18.25 22H6.75A3.75 3.75 0 0 1 3 18.25V6.75A3.75 3.75 0 0 1 6.75 3zM16 20.5h2.25a2.25 2.25 0 0 0 2.25-2.25V16H16zm-5.5 0h4V16h-4zm-6-2.25a2.25 2.25 0 0 0 2.25 2.25H9V16H4.5zM16 14.5h4.5v-4H16zm-5.5 0h4v-4h-4zm-6 0H9v-4H4.5zM16 9h4.5V6.75a2.25 2.25 0 0 0-2.25-2.25H16zm-5.5 0h4V4.5h-4zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75V9H9V4.5z"/></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-.521M18.25 3A3.75 3.75 0 0 1 22 6.75v11.5A3.75 3.75 0 0 1 18.25 22H6.75A3.75 3.75 0 0 1 3 18.25V6.75A3.75 3.75 0 0 1 6.75 3zM16 20.5h2.25a2.25 2.25 0 0 0 2.25-2.25V16H16zm-5.5 0h4V16h-4zm-6-2.25a2.25 2.25 0 0 0 2.25 2.25H9V16H4.5zM16 14.5h4.5v-4H16zm-5.5 0h4v-4h-4zm-6 0H9v-4H4.5zM16 9h4.5V6.75a2.25 2.25 0 0 0-2.25-2.25H16zm-5.5 0h4V4.5h-4zM6.75 4.5A2.25 2.25 0 0 0 4.5 6.75V9H9V4.5z"/></svg> </template>
CSS
.icon-table-multiple-28-regular {
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-.521M18.25%203A3.75%203.75%200%200%201%2022%206.75v11.5A3.75%203.75%200%200%201%2018.25%2022H6.75A3.75%203.75%200%200%201%203%2018.25V6.75A3.75%203.75%200%200%201%206.75%203zM16%2020.5h2.25a2.25%202.25%200%200%200%202.25-2.25V16H16zm-5.5%200h4V16h-4zm-6-2.25a2.25%202.25%200%200%200%202.25%202.25H9V16H4.5zM16%2014.5h4.5v-4H16zm-5.5%200h4v-4h-4zm-6%200H9v-4H4.5zM16%209h4.5V6.75a2.25%202.25%200%200%200-2.25-2.25H16zm-5.5%200h4V4.5h-4zM6.75%204.5A2.25%202.25%200%200%200%204.5%206.75V9H9V4.5z%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-.521M18.25%203A3.75%203.75%200%200%201%2022%206.75v11.5A3.75%203.75%200%200%201%2018.25%2022H6.75A3.75%203.75%200%200%201%203%2018.25V6.75A3.75%203.75%200%200%201%206.75%203zM16%2020.5h2.25a2.25%202.25%200%200%200%202.25-2.25V16H16zm-5.5%200h4V16h-4zm-6-2.25a2.25%202.25%200%200%200%202.25%202.25H9V16H4.5zM16%2014.5h4.5v-4H16zm-5.5%200h4v-4h-4zm-6%200H9v-4H4.5zM16%209h4.5V6.75a2.25%202.25%200%200%200-2.25-2.25H16zm-5.5%200h4V4.5h-4zM6.75%204.5A2.25%202.25%200%200%200%204.5%206.75V9H9V4.5z%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-regular.svg?color=%231a73e8&size=48