Table Multiple icon

Used to represent a data table collection. The Table Multiple icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Table Multiple icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { TableMultiple24Regular, TableMultiple24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TableMultiple24Regular aria-label="Table Multiple" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_table_multiple_24_regular.svg" width="24" height="24" alt="Table Multiple">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4932 6.00684C20.3994 6.58357 21.001 7.59625 21.001 8.75V15.25C21.001 18.4256 18.4266 21 15.251 21H8.75098C7.59723 21 6.58455 20.3984 6.00781 19.4922C6.08831 19.4967 6.16935 19.5 6.25098 19.5H15.251C17.5982 19.5 19.501 17.5972 19.501 15.25V6.25C19.501 6.16837 19.4977 6.08733 19.4932 6.00684ZM15.25 3C17.0449 3 18.5 4.45507 18.5 6.25V15.25C18.5 17.0449 17.0449 18.5 15.25 18.5H6.25C4.45507 18.5 3 17.0449 3 15.25V6.25C3 4.45507 4.45507 3 6.25 3H15.25ZM14 17H15.25C16.2165 17 17 16.2165 17 15.25V14H14V17ZM9 17H12.5V14H9V17ZM4.5 15.25C4.5 16.2165 5.2835 17 6.25 17H7.5V14H4.5V15.25ZM14 12.5H17V9H14V12.5ZM9 12.5H12.5V9H9V12.5ZM4.5 12.5H7.5V9H4.5V12.5ZM14 7.5H17V6.25C17 5.2835 16.2165 4.5 15.25 4.5H14V7.5ZM9 7.5H12.5V4.5H9V7.5ZM6.25 4.5C5.2835 4.5 4.5 5.2835 4.5 6.25V7.5H7.5V4.5H6.25Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/table_multiple_24_regular.svg";

Details

NameTable Multiple
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_table_multiple_24_regular.svg
Filled fileic_fluent_table_multiple_24_filled.svg
React componentsTableMultiple24Regular, TableMultiple24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cellrowcolumninformationchartcollectionlibrary

Related icons