document-search-outline-sharp from Material Symbols Light by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
document-search-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the document search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4v6.333v-.025V20zv4zM4 21V3h9.5L18 7.5v3.02q-.244-.086-.494-.121T17 10.333V8h-4V4H5v16h6.39q.186.288.418.533t.486.467zm14.496-2.508q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.104 3.796l-2.777-2.776q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08L22.29 21.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDocumentSearchOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4v6.333v-.025V20zv4zM4 21V3h9.5L18 7.5v3.02q-.244-.086-.494-.121T17 10.333V8h-4V4H5v16h6.39q.186.288.418.533t.486.467zm14.496-2.508q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.104 3.796l-2.777-2.776q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08L22.29 21.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4v6.333v-.025V20zv4zM4 21V3h9.5L18 7.5v3.02q-.244-.086-.494-.121T17 10.333V8h-4V4H5v16h6.39q.186.288.418.533t.486.467zm14.496-2.508q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812 1.996t.816 1.992t1.996.812t1.992-.816m3.104 3.796l-2.777-2.776q-.487.388-1.08.592t-1.243.204q-1.586 0-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697 1.11t1.11 2.697q0 .65-.203 1.243t-.593 1.08L22.29 21.6z"/></svg>
</template>

CSS

.icon-document-search-outline-sharp {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204v6.333v-.025V20zv4zM4%2021V3h9.5L18%207.5v3.02q-.244-.086-.494-.121T17%2010.333V8h-4V4H5v16h6.39q.186.288.418.533t.486.467zm14.496-2.508q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812%201.996t.816%201.992t1.996.812t1.992-.816m3.104%203.796l-2.777-2.776q-.487.388-1.08.592t-1.243.204q-1.586%200-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697%201.11t1.11%202.697q0%20.65-.203%201.243t-.593%201.08L22.29%2021.6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204v6.333v-.025V20zv4zM4%2021V3h9.5L18%207.5v3.02q-.244-.086-.494-.121T17%2010.333V8h-4V4H5v16h6.39q.186.288.418.533t.486.467zm14.496-2.508q.812-.815.812-1.996t-.816-1.992t-1.996-.812t-1.992.816t-.812%201.996t.816%201.992t1.996.812t1.992-.816m3.104%203.796l-2.777-2.776q-.487.388-1.08.592t-1.243.204q-1.586%200-2.697-1.111t-1.11-2.697t1.11-2.697t2.697-1.11t2.697%201.11t1.11%202.697q0%20.65-.203%201.243t-.593%201.08L22.29%2021.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/document-search-outline-sharp.svg?color=%231a73e8&size=48