table multiple icon
table-multiple-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- table-multiple-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M39.98 10.736a6.24 6.24 0 0 1 2.518 5.014v16c0 5.937-4.813 10.75-10.75 10.75h-16a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h20.5a8.25 8.25 0 0 0 8.25-8.25v-20.5a8 8 0 0 0-.017-.514M14 38h-2.75A6.25 6.25 0 0 1 5 31.75V29h9zm12.5 0h-10v-9h10zM38 31.75A6.25 6.25 0 0 1 31.75 38H29v-9h9zM14 26.5H5v-10h9zm12.5 0h-10v-10h10zm11.5 0h-9v-10h9zM14 14H5v-2.75A6.25 6.25 0 0 1 11.25 5H14zm12.5 0h-10V5h10zm5.25-9A6.25 6.25 0 0 1 38 11.25V14h-9V5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableMultiple48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.98 10.736a6.24 6.24 0 0 1 2.518 5.014v16c0 5.937-4.813 10.75-10.75 10.75h-16a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h20.5a8.25 8.25 0 0 0 8.25-8.25v-20.5a8 8 0 0 0-.017-.514M14 38h-2.75A6.25 6.25 0 0 1 5 31.75V29h9zm12.5 0h-10v-9h10zM38 31.75A6.25 6.25 0 0 1 31.75 38H29v-9h9zM14 26.5H5v-10h9zm12.5 0h-10v-10h10zm11.5 0h-9v-10h9zM14 14H5v-2.75A6.25 6.25 0 0 1 11.25 5H14zm12.5 0h-10V5h10zm5.25-9A6.25 6.25 0 0 1 38 11.25V14h-9V5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.98 10.736a6.24 6.24 0 0 1 2.518 5.014v16c0 5.937-4.813 10.75-10.75 10.75h-16a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h20.5a8.25 8.25 0 0 0 8.25-8.25v-20.5a8 8 0 0 0-.017-.514M14 38h-2.75A6.25 6.25 0 0 1 5 31.75V29h9zm12.5 0h-10v-9h10zM38 31.75A6.25 6.25 0 0 1 31.75 38H29v-9h9zM14 26.5H5v-10h9zm12.5 0h-10v-10h10zm11.5 0h-9v-10h9zM14 14H5v-2.75A6.25 6.25 0 0 1 11.25 5H14zm12.5 0h-10V5h10zm5.25-9A6.25 6.25 0 0 1 38 11.25V14h-9V5z"/></svg> </template>
CSS
.icon-table-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.98%2010.736a6.24%206.24%200%200%201%202.518%205.014v16c0%205.937-4.813%2010.75-10.75%2010.75h-16a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h20.5a8.25%208.25%200%200%200%208.25-8.25v-20.5a8%208%200%200%200-.017-.514M14%2038h-2.75A6.25%206.25%200%200%201%205%2031.75V29h9zm12.5%200h-10v-9h10zM38%2031.75A6.25%206.25%200%200%201%2031.75%2038H29v-9h9zM14%2026.5H5v-10h9zm12.5%200h-10v-10h10zm11.5%200h-9v-10h9zM14%2014H5v-2.75A6.25%206.25%200%200%201%2011.25%205H14zm12.5%200h-10V5h10zm5.25-9A6.25%206.25%200%200%201%2038%2011.25V14h-9V5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.98%2010.736a6.24%206.24%200%200%201%202.518%205.014v16c0%205.937-4.813%2010.75-10.75%2010.75h-16a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h20.5a8.25%208.25%200%200%200%208.25-8.25v-20.5a8%208%200%200%200-.017-.514M14%2038h-2.75A6.25%206.25%200%200%201%205%2031.75V29h9zm12.5%200h-10v-9h10zM38%2031.75A6.25%206.25%200%200%201%2031.75%2038H29v-9h9zM14%2026.5H5v-10h9zm12.5%200h-10v-10h10zm11.5%200h-9v-10h9zM14%2014H5v-2.75A6.25%206.25%200%200%201%2011.25%205H14zm12.5%200h-10V5h10zm5.25-9A6.25%206.25%200%200%201%2038%2011.25V14h-9V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-multiple-48-filled.svg?color=%231a73e8&size=48