John KuehJohn Kueh

table cells icon

Heroicons · table-cells · MIT

Download SVG

The Heroicons table cells icon visually represents a grid of cells, commonly used to indicate data tables, spreadsheets, or structured content layouts.

Common uses

  • Data table header
  • Spreadsheet component
  • Grid view toggle

Use it in React

Install
npm i @heroicons/react
Import & render
import { TableCellsIcon } from '@heroicons/react/24/outline';

<TableCellsIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<TableCellsIcon className="size-6" />
24/solid
<TableCellsIcon className="size-6" />
20/solid
<TableCellsIcon className="size-6" />
16/solid
<TableCellsIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
tablecellsgridspreadsheetdata gridmatrix

FAQ

What is the table cells icon used for?
It's typically used to represent data tables, spreadsheets, or any UI element that displays information in a structured grid format.
How do I use the table cells icon in React?
You can import it from Heroicons like this: `import { TableCellsIcon } from '@heroicons/react/24/outline'` and then use it as a component.
What is the license for the Heroicons table cells icon?
The Heroicons library, including the table cells icon, is available under the MIT license.
Looking for something else? Search Heroicons and 4 more libraries by description →