document table search icon

document-table-search-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
document-table-search-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document table search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.44 9.439A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H9.121l-.56-.56A4.5 4.5 0 0 0 9 13.5V15h3.5a.5.5 0 0 0 .5-.5V13H9v.5a4.48 4.48 0 0 0-1-2.829V10h-.5a.5.5 0 0 0-.145.021a4.5 4.5 0 0 0-.915-.582M13 10.5a.5.5 0 0 0-.5-.5H9v2h4zM5 9.027a4.6 4.6 0 0 0-1 0V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2h-3.085a1.5 1.5 0 0 0-.354-.56l-.44-.44H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1zM11.5 7h3.293L11 3.207V6.5a.5.5 0 0 0 .5.5m-4.197 8.596a3.5 3.5 0 1 0-.707.707l2.55 2.55a.5.5 0 1 0 .708-.707zM7 13.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTableSearch20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.44 9.439A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H9.121l-.56-.56A4.5 4.5 0 0 0 9 13.5V15h3.5a.5.5 0 0 0 .5-.5V13H9v.5a4.48 4.48 0 0 0-1-2.829V10h-.5a.5.5 0 0 0-.145.021a4.5 4.5 0 0 0-.915-.582M13 10.5a.5.5 0 0 0-.5-.5H9v2h4zM5 9.027a4.6 4.6 0 0 0-1 0V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2h-3.085a1.5 1.5 0 0 0-.354-.56l-.44-.44H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1zM11.5 7h3.293L11 3.207V6.5a.5.5 0 0 0 .5.5m-4.197 8.596a3.5 3.5 0 1 0-.707.707l2.55 2.55a.5.5 0 1 0 .708-.707zM7 13.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.44 9.439A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H9.121l-.56-.56A4.5 4.5 0 0 0 9 13.5V15h3.5a.5.5 0 0 0 .5-.5V13H9v.5a4.48 4.48 0 0 0-1-2.829V10h-.5a.5.5 0 0 0-.145.021a4.5 4.5 0 0 0-.915-.582M13 10.5a.5.5 0 0 0-.5-.5H9v2h4zM5 9.027a4.6 4.6 0 0 0-1 0V4a2 2 0 0 1 2-2h4.586a1.5 1.5 0 0 1 1.06.44l3.915 3.914A1.5 1.5 0 0 1 16 7.414V16a2 2 0 0 1-2 2h-3.085a1.5 1.5 0 0 0-.354-.56l-.44-.44H14a1 1 0 0 0 1-1V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H6a1 1 0 0 0-1 1zM11.5 7h3.293L11 3.207V6.5a.5.5 0 0 0 .5.5m-4.197 8.596a3.5 3.5 0 1 0-.707.707l2.55 2.55a.5.5 0 1 0 .708-.707zM7 13.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>
</template>

CSS

.icon-document-table-search-20-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%209.439A1.5%201.5%200%200%201%207.5%209h5a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5H9.121l-.56-.56A4.5%204.5%200%200%200%209%2013.5V15h3.5a.5.5%200%200%200%20.5-.5V13H9v.5a4.48%204.48%200%200%200-1-2.829V10h-.5a.5.5%200%200%200-.145.021a4.5%204.5%200%200%200-.915-.582M13%2010.5a.5.5%200%200%200-.5-.5H9v2h4zM5%209.027a4.6%204.6%200%200%200-1%200V4a2%202%200%200%201%202-2h4.586a1.5%201.5%200%200%201%201.06.44l3.915%203.914A1.5%201.5%200%200%201%2016%207.414V16a2%202%200%200%201-2%202h-3.085a1.5%201.5%200%200%200-.354-.56l-.44-.44H14a1%201%200%200%200%201-1V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H6a1%201%200%200%200-1%201zM11.5%207h3.293L11%203.207V6.5a.5.5%200%200%200%20.5.5m-4.197%208.596a3.5%203.5%200%201%200-.707.707l2.55%202.55a.5.5%200%201%200%20.708-.707zM7%2013.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%209.439A1.5%201.5%200%200%201%207.5%209h5a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5H9.121l-.56-.56A4.5%204.5%200%200%200%209%2013.5V15h3.5a.5.5%200%200%200%20.5-.5V13H9v.5a4.48%204.48%200%200%200-1-2.829V10h-.5a.5.5%200%200%200-.145.021a4.5%204.5%200%200%200-.915-.582M13%2010.5a.5.5%200%200%200-.5-.5H9v2h4zM5%209.027a4.6%204.6%200%200%200-1%200V4a2%202%200%200%201%202-2h4.586a1.5%201.5%200%200%201%201.06.44l3.915%203.914A1.5%201.5%200%200%201%2016%207.414V16a2%202%200%200%201-2%202h-3.085a1.5%201.5%200%200%200-.354-.56l-.44-.44H14a1%201%200%200%200%201-1V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H6a1%201%200%200%200-1%201zM11.5%207h3.293L11%203.207V6.5a.5.5%200%200%200%20.5.5m-4.197%208.596a3.5%203.5%200%201%200-.707.707l2.55%202.55a.5.5%200%201%200%20.708-.707zM7%2013.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-table-search-20-regular.svg?color=%231a73e8&size=48