table multiple icon
table-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- table-multiple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M19.493 6.007a3.25 3.25 0 0 1 1.508 2.743v6.5a5.75 5.75 0 0 1-5.75 5.75h-6.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h9a4.25 4.25 0 0 0 4.25-4.25v-9q0-.123-.008-.243M15.25 3a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 3 15.25v-9A3.25 3.25 0 0 1 6.25 3zM14 17h1.25A1.75 1.75 0 0 0 17 15.25V14h-3zm-5 0h3.5v-3H9zm-4.5-1.75c0 .966.784 1.75 1.75 1.75H7.5v-3h-3zM14 12.5h3V9h-3zm-5 0h3.5V9H9zm-4.5 0h3V9h-3zm9.5-5h3V6.25a1.75 1.75 0 0 0-1.75-1.75H14zm-5 0h3.5v-3H9zm-2.75-3A1.75 1.75 0 0 0 4.5 6.25V7.5h3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableMultiple24Regular(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="M19.493 6.007a3.25 3.25 0 0 1 1.508 2.743v6.5a5.75 5.75 0 0 1-5.75 5.75h-6.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h9a4.25 4.25 0 0 0 4.25-4.25v-9q0-.123-.008-.243M15.25 3a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 3 15.25v-9A3.25 3.25 0 0 1 6.25 3zM14 17h1.25A1.75 1.75 0 0 0 17 15.25V14h-3zm-5 0h3.5v-3H9zm-4.5-1.75c0 .966.784 1.75 1.75 1.75H7.5v-3h-3zM14 12.5h3V9h-3zm-5 0h3.5V9H9zm-4.5 0h3V9h-3zm9.5-5h3V6.25a1.75 1.75 0 0 0-1.75-1.75H14zm-5 0h3.5v-3H9zm-2.75-3A1.75 1.75 0 0 0 4.5 6.25V7.5h3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.493 6.007a3.25 3.25 0 0 1 1.508 2.743v6.5a5.75 5.75 0 0 1-5.75 5.75h-6.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h9a4.25 4.25 0 0 0 4.25-4.25v-9q0-.123-.008-.243M15.25 3a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 3 15.25v-9A3.25 3.25 0 0 1 6.25 3zM14 17h1.25A1.75 1.75 0 0 0 17 15.25V14h-3zm-5 0h3.5v-3H9zm-4.5-1.75c0 .966.784 1.75 1.75 1.75H7.5v-3h-3zM14 12.5h3V9h-3zm-5 0h3.5V9H9zm-4.5 0h3V9h-3zm9.5-5h3V6.25a1.75 1.75 0 0 0-1.75-1.75H14zm-5 0h3.5v-3H9zm-2.75-3A1.75 1.75 0 0 0 4.5 6.25V7.5h3v-3z"/></svg> </template>
CSS
.icon-table-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.493%206.007a3.25%203.25%200%200%201%201.508%202.743v6.5a5.75%205.75%200%200%201-5.75%205.75h-6.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h9a4.25%204.25%200%200%200%204.25-4.25v-9q0-.123-.008-.243M15.25%203a3.25%203.25%200%200%201%203.25%203.25v9a3.25%203.25%200%200%201-3.25%203.25h-9A3.25%203.25%200%200%201%203%2015.25v-9A3.25%203.25%200%200%201%206.25%203zM14%2017h1.25A1.75%201.75%200%200%200%2017%2015.25V14h-3zm-5%200h3.5v-3H9zm-4.5-1.75c0%20.966.784%201.75%201.75%201.75H7.5v-3h-3zM14%2012.5h3V9h-3zm-5%200h3.5V9H9zm-4.5%200h3V9h-3zm9.5-5h3V6.25a1.75%201.75%200%200%200-1.75-1.75H14zm-5%200h3.5v-3H9zm-2.75-3A1.75%201.75%200%200%200%204.5%206.25V7.5h3v-3z%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%22M19.493%206.007a3.25%203.25%200%200%201%201.508%202.743v6.5a5.75%205.75%200%200%201-5.75%205.75h-6.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h9a4.25%204.25%200%200%200%204.25-4.25v-9q0-.123-.008-.243M15.25%203a3.25%203.25%200%200%201%203.25%203.25v9a3.25%203.25%200%200%201-3.25%203.25h-9A3.25%203.25%200%200%201%203%2015.25v-9A3.25%203.25%200%200%201%206.25%203zM14%2017h1.25A1.75%201.75%200%200%200%2017%2015.25V14h-3zm-5%200h3.5v-3H9zm-4.5-1.75c0%20.966.784%201.75%201.75%201.75H7.5v-3h-3zM14%2012.5h3V9h-3zm-5%200h3.5V9H9zm-4.5%200h3V9h-3zm9.5-5h3V6.25a1.75%201.75%200%200%200-1.75-1.75H14zm-5%200h3.5v-3H9zm-2.75-3A1.75%201.75%200%200%200%204.5%206.25V7.5h3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-multiple-24-regular.svg?color=%231a73e8&size=48