table icon
table-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- table-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
tableBootstrap IconstableBoxIcons v2tableCarbontableFramework7 IconstableFont Awesome 6 SolidtableHuge IconstableIconoirtableJam IconstableLine AwesometableLucidetableMajesticonstableMaterial SymbolstableMaterial Design Iconstable-fillMingCute Icontable-16OcticonstablePhosphortablePixelarticonstableRadix Iconstable-fillRemix Icontable-boldSolartableTabler Iconstable-outlineTeenyiconstableUniconstableUnicons Monochrome
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 9a5 5 0 0 1 5-5h14a5 5 0 0 1 5 5v14a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v2h5V6zm4 0v5h6V6zm0 7v6h6v-6zm-2 6v-6H6v6zm-5 2v2a3 3 0 0 0 3 3h2v-5zm7 0v5h6v-5zm8 0v5h2a3 3 0 0 0 3-3v-2zm5-2v-6h-5v6zM21 6v5h5V9a3 3 0 0 0-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTable32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 9a5 5 0 0 1 5-5h14a5 5 0 0 1 5 5v14a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v2h5V6zm4 0v5h6V6zm0 7v6h6v-6zm-2 6v-6H6v6zm-5 2v2a3 3 0 0 0 3 3h2v-5zm7 0v5h6v-5zm8 0v5h2a3 3 0 0 0 3-3v-2zm5-2v-6h-5v6zM21 6v5h5V9a3 3 0 0 0-3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 9a5 5 0 0 1 5-5h14a5 5 0 0 1 5 5v14a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v2h5V6zm4 0v5h6V6zm0 7v6h6v-6zm-2 6v-6H6v6zm-5 2v2a3 3 0 0 0 3 3h2v-5zm7 0v5h6v-5zm8 0v5h2a3 3 0 0 0 3-3v-2zm5-2v-6h-5v6zM21 6v5h5V9a3 3 0 0 0-3-3z"/></svg> </template>
CSS
.icon-table-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209a5%205%200%200%201%205-5h14a5%205%200%200%201%205%205v14a5%205%200%200%201-5%205H9a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v2h5V6zm4%200v5h6V6zm0%207v6h6v-6zm-2%206v-6H6v6zm-5%202v2a3%203%200%200%200%203%203h2v-5zm7%200v5h6v-5zm8%200v5h2a3%203%200%200%200%203-3v-2zm5-2v-6h-5v6zM21%206v5h5V9a3%203%200%200%200-3-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209a5%205%200%200%201%205-5h14a5%205%200%200%201%205%205v14a5%205%200%200%201-5%205H9a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v2h5V6zm4%200v5h6V6zm0%207v6h6v-6zm-2%206v-6H6v6zm-5%202v2a3%203%200%200%200%203%203h2v-5zm7%200v5h6v-5zm8%200v5h2a3%203%200%200%200%203-3v-2zm5-2v-6h-5v6zM21%206v5h5V9a3%203%200%200%200-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-32-regular.svg?color=%231a73e8&size=48