Scan Table icon

Used to represent scanning scenarios with different content. The Scan Table 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 Scan Table 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 { ScanTable24Regular, ScanTable24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M5.25 3.5C4.2835 3.5 3.5 4.2835 3.5 5.25V8.25C3.5 8.66421 3.16421 9 2.75 9C2.33579 9 2 8.66421 2 8.25V5.25C2 3.45507 3.45507 2 5.25 2H8.25C8.66421 2 9 2.33579 9 2.75C9 3.16421 8.66421 3.5 8.25 3.5H5.25ZM5.25 20.5C4.2835 20.5 3.5 19.7165 3.5 18.75V15.75C3.5 15.3358 3.16421 15 2.75 15C2.33579 15 2 15.3358 2 15.75V18.75C2 20.5449 3.45507 22 5.25 22H8.25C8.66421 22 9 21.6642 9 21.25C9 20.8358 8.66421 20.5 8.25 20.5H5.25ZM20.5 5.25C20.5 4.2835 19.7165 3.5 18.75 3.5H15.75C15.3358 3.5 15 3.16421 15 2.75C15 2.33579 15.3358 2 15.75 2H18.75C20.5449 2 22 3.45507 22 5.25V8.25C22 8.66421 21.6642 9 21.25 9C20.8358 9 20.5 8.66421 20.5 8.25V5.25ZM18.75 20.5C19.7165 20.5 20.5 19.7165 20.5 18.75V15.75C20.5 15.3358 20.8358 15 21.25 15C21.6642 15 22 15.3358 22 15.75V18.75C22 20.5449 20.5449 22 18.75 22H15.75C15.3358 22 15 21.6642 15 21.25C15 20.8358 15.3358 20.5 15.75 20.5H18.75ZM17.994 8.58248C17.9074 7.1417 16.7116 6 15.249 6H8.74902L8.5815 6.00502C7.14073 6.0916 5.99902 7.28747 5.99902 8.75V15.25L6.00404 15.4175C6.09062 16.8583 7.28649 18 8.74902 18H15.249L15.4165 17.995C16.8573 17.9084 17.999 16.7125 17.999 15.25V8.75L17.994 8.58248ZM7.49897 10.995H16.499V15.25L16.4926 15.3778C16.4286 16.0081 15.8962 16.5 15.249 16.5H8.74902L8.62122 16.4935C7.9909 16.4295 7.49897 15.8972 7.49897 15.25V10.995ZM8.74902 7.5H15.249L15.3768 7.50645C16.0071 7.57047 16.499 8.10279 16.499 8.75V9.495H7.49897V8.75L7.50548 8.62219C7.56949 7.99187 8.10181 7.5 8.74902 7.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/scan_table_24_regular.svg";

Details

NameScan Table
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_scan_table_24_regular.svg
Filled fileic_fluent_scan_table_24_filled.svg
React componentsScanTable24Regular, ScanTable24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cameraapertureimagepicturescanai

Related icons