Table Large icon

Table Large is a Google Material Symbol from the Household category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

table_large_outlined_fill0_wght400.svg

Table Large icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=table_large" />

<span class="material-symbols-outlined">table_large</span>

Table Large icon in React

// With the font from the HTML tab:
export function TableLargeIcon() {
  return (
    <span className="material-symbols-outlined">
      table_large
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import TableLargeIcon from "@material-symbols/svg-400/outlined/table_large.svg?react";

Table Large icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">table_large</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import TableLargeIcon from "@material-symbols/svg-400/outlined/table_large.svg?component"; -->

Table Large icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">table_large</mat-icon>

Table Large icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.table_large, fill: 0, weight: 400)

Table Large icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/table_large.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.806 22q1.169 0 1.982-.817Q7.6 20.367 7.6 19.2v-.875h-1.5v.875q0 .553-.373 .926-.373 .374-.925 .374T3.875 20.126Q3.5 19.753 3.5 19.2v-.875H2v.875q0 1.167 .819 1.983Q3.637 22 4.806 22Zm7.2 0q1.169 0 1.982-.817Q14.8 20.367 14.8 19.2v-.875h-1.5v.875q0 .553-.373 .926-.373 .374-.925 .374T11.075 20.126Q10.7 19.753 10.7 19.2v-.875h-1.5v.875q0 1.167 .819 1.983Q10.837 22 12.006 22Zm7.2 0q1.169 0 1.982-.817Q22 20.367 22 19.2v-.875h-1.5v.875q0 .553-.373 .926-.373 .374-.925 .374T18.275 20.126Q17.9 19.753 17.9 19.2v-.875h-1.5v.875q0 1.167 .819 1.983Q18.037 22 19.206 22ZM2 15.825v-7.65h20v7.65H2Zm1.5-1.5h17v-4.65H3.5v4.65Zm1.306-12.325q1.169 0 1.982 .817Q7.6 3.633 7.6 4.8v.875h-1.5v-.875q0-.552-.373-.926-.373-.374-.925-.374T3.875 3.874Q3.5 4.248 3.5 4.8v.875H2v-.875q0-1.167 .819-1.983Q3.637 2 4.806 2Zm7.2 0q1.169 0 1.982 .817Q14.8 3.633 14.8 4.8v.875h-1.5v-.875q0-.552-.373-.926-.373-.374-.925-.374T11.075 3.874Q10.7 4.248 10.7 4.8v.875h-1.5v-.875q0-1.167 .819-1.983Q10.837 2 12.006 2Zm7.2 0q1.169 0 1.982 .817Q22 3.633 22 4.8v.875h-1.5v-.875q0-.552-.373-.926-.373-.374-.925-.374T18.275 3.874Q17.9 4.248 17.9 4.8v.875h-1.5v-.875q0-1.167 .819-1.983Q18.037 2 19.206 2ZM3.5 14.325v-4.65 4.65Z" />
</vector>

Table Large icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/table_large.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/table_large.svg" width="24" height="24" alt="Table Large">

Table Large icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTable Large
Ligaturetable_large
Code pointU+F299
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/table_large.svg, table_large-fill.svg
FlutterSymbols.table_large
LicenseApache License 2.0 (© Google LLC)

Keywords

householdinformationviewcontentliststructurechartgridarrangementorganizationcompleteformspreadsheet

Related icons