Table Column Top Bottom Edit icon

The Table Column Top Bottom Edit 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 Column Top Bottom Edit 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 { TableColumnTopBottomEdit24Regular, TableColumnTopBottomEdit24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TableColumnTopBottomEdit24Regular aria-label="Table Column Top Bottom Edit" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_table_column_top_bottom_edit_24_regular.svg" width="24" height="24" alt="Table Column Top Bottom Edit">

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="M6.25 3C4.45507 3 3 4.45507 3 6.25V17.75C3 19.5449 4.45507 21 6.25 21H11.1661L11.5219 19.5768C11.6839 18.9288 12.0189 18.3371 12.4912 17.8648L16.356 14H15.5L15.5 10H19.5V11.2328C19.9789 11.0422 20.4935 10.9686 21 11.0121V6.25C21 4.45507 19.5449 3 17.75 3H6.25ZM4.5 6.25C4.5 5.2835 5.2835 4.5 6.25 4.5H8.5V8.5H4.5V6.25ZM4.5 14V10H8.5L8.5 14H4.5ZM10 14L10 10H14L14 14H10ZM19.5 8.5H15.5V4.5H17.75C18.7165 4.5 19.5 5.2835 19.5 6.25V8.5ZM4.5 17.75V15.5H8.5V19.5H6.25C5.2835 19.5 4.5 18.7165 4.5 17.75ZM19.0999 12.6695L13.1974 18.5719C12.8533 18.916 12.6092 19.3472 12.4911 19.8194L12.0334 21.6501C11.8344 22.4462 12.5556 23.1674 13.3517 22.9683L15.1824 22.5106C15.6545 22.3926 16.0857 22.1485 16.4299 21.8043L22.3323 15.9019C23.2249 15.0093 23.2249 13.5621 22.3323 12.6695C21.4397 11.7768 19.9925 11.7768 19.0999 12.6695Z" 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_column_top_bottom_edit_24_regular.svg";

Details

NameTable Column Top Bottom Edit
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_table_column_top_bottom_edit_24_regular.svg
Filled fileic_fluent_table_column_top_bottom_edit_24_filled.svg
React componentsTableColumnTopBottomEdit24Regular, TableColumnTopBottomEdit24Filled
LicenseMIT (© Microsoft Corporation)

Related icons