Table Cell Center Edit icon

The Table Cell Center 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 Cell Center 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 { TableCellCenterEdit24Regular, TableCellCenterEdit24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TableCellCenterEdit24Regular aria-label="Table Cell Center Edit" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_table_cell_center_edit_24_regular.svg" width="24" height="24" alt="Table Cell Center 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.5283 19.5511 11.535 19.5255 11.542 19.5H10V15.5H14V16.356L16.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.5ZM19.5 8.5H15.5V4.5H17.75C18.7165 4.5 19.5 5.2835 19.5 6.25V8.5ZM10 4.5H14V8.5H10V4.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_cell_center_edit_24_regular.svg";

Details

NameTable Cell Center Edit
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_table_cell_center_edit_24_regular.svg
Filled fileic_fluent_table_cell_center_edit_24_filled.svg
React componentsTableCellCenterEdit24Regular, TableCellCenterEdit24Filled
LicenseMIT (© Microsoft Corporation)

Related icons