Table Column Plus Pixel Art Icon
A table with a plus on a column for inserting a new column, adding a data field and expanding a spreadsheet or data table.
Tags
tablegriddatarowscolumnplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Table Column Plus icon
A grid icon with a plus indicator on the right or highlighted column, communicating 'add a column to this table.' Use it in spreadsheet tools, database schema editors, and data-management UIs on an 'Add column' or 'Insert field' button. It is more precise than a generic plus icon because the grid context makes the column-insertion intent clear. Pair it with table-row-plus so that both row and column actions are visually consistent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/table-column-plus.svg" width="24" height="24" alt="Table Column Plus" />
<!-- React -->
import { TableColumnPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="table-column-plus.svg" width="48" height="48" style="image-rendering: pixelated" />