Table Search icon

Used to represent a data table. The Table Search 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 Search 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 { TableSearch24Regular, TableSearch24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TableSearch24Regular aria-label="Table Search" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_table_search_24_regular.svg" width="24" height="24" alt="Table Search">

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="M3 6.25C3 4.45507 4.45507 3 6.25 3H17.75C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H12.4749L10.9749 19.5H14V15.5H10.9093C10.8119 14.9694 10.6383 14.4655 10.4003 14H14L14 10H10V13.3369C9.59687 12.7645 9.08728 12.2724 8.5 11.8895V10H4.5V11.0907C3.96945 11.1881 3.46553 11.3617 3 11.5997V6.25ZM6.25 4.5C5.2835 4.5 4.5 5.2835 4.5 6.25V8.5H8.5V4.5H6.25ZM19.5 10H15.5L15.5 14H19.5V10ZM15.5 19.5H17.75C18.7165 19.5 19.5 18.7165 19.5 17.75V15.5H15.5V19.5ZM15.5 8.5H19.5V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5H15.5V8.5ZM14 4.5H10V8.5H14V4.5ZM5.5 21C6.47187 21 7.37179 20.6919 8.1074 20.1681L10.7197 22.7803C11.0126 23.0732 11.4874 23.0732 11.7803 22.7803C12.0732 22.4874 12.0732 22.0126 11.7803 21.7197L9.16806 19.1074C9.69191 18.3718 10 17.4719 10 16.5C10 14.0147 7.98528 12 5.5 12C3.01472 12 1 14.0147 1 16.5C1 18.9853 3.01472 21 5.5 21ZM5.5 19.5C3.84315 19.5 2.5 18.1569 2.5 16.5C2.5 14.8431 3.84315 13.5 5.5 13.5C7.15685 13.5 8.5 14.8431 8.5 16.5C8.5 18.1569 7.15685 19.5 5.5 19.5Z" 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_search_24_regular.svg";

Details

NameTable Search
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_table_search_24_regular.svg
Filled fileic_fluent_table_search_24_filled.svg
React componentsTableSearch24Regular, TableSearch24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cellrowcolumninformationchartmagnifyingglass

Related icons