Table Freeze Column And Row Dismiss icon

The Table Freeze Column And Row Dismiss 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 Freeze Column And Row Dismiss 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 { TableFreezeColumnAndRowDismiss24Regular, TableFreezeColumnAndRowDismiss24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TableFreezeColumnAndRowDismiss24Regular aria-label="Table Freeze Column And Row Dismiss" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_table_freeze_column_and_row_dismiss_24_regular.svg" width="24" height="24" alt="Table Freeze Column And Row Dismiss">

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="M17.5 12C20.5376 12 23 14.4624 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12ZM17.75 3C19.5449 3 21 4.45507 21 6.25V12.0244C20.5365 11.7276 20.0338 11.4869 19.5 11.3145V10H15.5V11.3145C14.9662 11.4869 14.4635 11.7276 14 12.0244V10H10V14H12.0244C11.7276 14.4635 11.4869 14.9662 11.3145 15.5H10V19.5H11.3145C11.4869 20.0338 11.7276 20.5365 12.0244 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM19.8535 15.1465C19.6583 14.9512 19.3417 14.9512 19.1465 15.1465L17.5 16.793L15.8535 15.1465C15.6583 14.9512 15.3417 14.9512 15.1465 15.1465C14.9512 15.3417 14.9512 15.6583 15.1465 15.8535L16.793 17.5L15.1465 19.1465C14.9512 19.3417 14.9512 19.6583 15.1465 19.8535C15.3417 20.0488 15.6583 20.0488 15.8535 19.8535L17.5 18.207L19.1465 19.8535C19.3417 20.0488 19.6583 20.0488 19.8535 19.8535C20.0488 19.6583 20.0488 19.3417 19.8535 19.1465L18.207 17.5L19.8535 15.8535C20.0488 15.6583 20.0488 15.3417 19.8535 15.1465ZM6.25 4.5C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H8.5V9.25C8.5 8.83579 8.83579 8.5 9.25 8.5H19.5V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5H6.25Z" 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_freeze_column_and_row_dismiss_24_regular.svg";

Details

NameTable Freeze Column And Row Dismiss
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_table_freeze_column_and_row_dismiss_24_regular.svg
Filled fileic_fluent_table_freeze_column_and_row_dismiss_24_filled.svg
React componentsTableFreezeColumnAndRowDismiss24Regular, TableFreezeColumnAndRowDismiss24Filled
LicenseMIT (© Microsoft Corporation)

Related icons