document-search-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
document-search-rounded
Set
Material Symbols Light
Style
Rounded
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="M18.496 18.496q.812-.811.812-1.996t-.812-1.996t-1.996-.812t-1.996.812t-.812 1.996t.812 1.996t1.996.812t1.996-.812m3.104 3.598q-.213 0-.354-.14l-2.423-2.442q-.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.08l2.443 2.423q.14.14.14.354t-.14.354t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.323 0 .628.13t.522.349L17.52 7.02q.217.218.348.522t.131.628v1.431q0 .354-.266.59q-.267.237-.64.17l-.294-.036q-.142-.018-.3-.018q-2.758 0-4.48 1.894t-1.724 4.323q0 .87.253 1.752q.253.883.828 1.698q.235.337.076.68q-.159.345-.532.345zM13 4v3.192q0 .348.23.578t.578.23H17zl4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDocumentSearchRounded(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="M18.496 18.496q.812-.811.812-1.996t-.812-1.996t-1.996-.812t-1.996.812t-.812 1.996t.812 1.996t1.996.812t1.996-.812m3.104 3.598q-.213 0-.354-.14l-2.423-2.442q-.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.08l2.443 2.423q.14.14.14.354t-.14.354t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.323 0 .628.13t.522.349L17.52 7.02q.217.218.348.522t.131.628v1.431q0 .354-.266.59q-.267.237-.64.17l-.294-.036q-.142-.018-.3-.018q-2.758 0-4.48 1.894t-1.724 4.323q0 .87.253 1.752q.253.883.828 1.698q.235.337.076.68q-.159.345-.532.345zM13 4v3.192q0 .348.23.578t.578.23H17zl4 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.496 18.496q.812-.811.812-1.996t-.812-1.996t-1.996-.812t-1.996.812t-.812 1.996t.812 1.996t1.996.812t1.996-.812m3.104 3.598q-.213 0-.354-.14l-2.423-2.442q-.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.08l2.443 2.423q.14.14.14.354t-.14.354t-.354.14M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.323 0 .628.13t.522.349L17.52 7.02q.217.218.348.522t.131.628v1.431q0 .354-.266.59q-.267.237-.64.17l-.294-.036q-.142-.018-.3-.018q-2.758 0-4.48 1.894t-1.724 4.323q0 .87.253 1.752q.253.883.828 1.698q.235.337.076.68q-.159.345-.532.345zM13 4v3.192q0 .348.23.578t.578.23H17zl4 4z"/></svg>
</template>

CSS

.icon-document-search-rounded {
  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%22M18.496%2018.496q.812-.811.812-1.996t-.812-1.996t-1.996-.812t-1.996.812t-.812%201.996t.812%201.996t1.996.812t1.996-.812m3.104%203.598q-.213%200-.354-.14l-2.423-2.442q-.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.08l2.443%202.423q.14.14.14.354t-.14.354t-.354.14M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.323%200%20.628.13t.522.349L17.52%207.02q.217.218.348.522t.131.628v1.431q0%20.354-.266.59q-.267.237-.64.17l-.294-.036q-.142-.018-.3-.018q-2.758%200-4.48%201.894t-1.724%204.323q0%20.87.253%201.752q.253.883.828%201.698q.235.337.076.68q-.159.345-.532.345zM13%204v3.192q0%20.348.23.578t.578.23H17zl4%204z%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%22M18.496%2018.496q.812-.811.812-1.996t-.812-1.996t-1.996-.812t-1.996.812t-.812%201.996t.812%201.996t1.996.812t1.996-.812m3.104%203.598q-.213%200-.354-.14l-2.423-2.442q-.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.08l2.443%202.423q.14.14.14.354t-.14.354t-.354.14M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.323%200%20.628.13t.522.349L17.52%207.02q.217.218.348.522t.131.628v1.431q0%20.354-.266.59q-.267.237-.64.17l-.294-.036q-.142-.018-.3-.018q-2.758%200-4.48%201.894t-1.724%204.323q0%20.87.253%201.752q.253.883.828%201.698q.235.337.076.68q-.159.345-.532.345zM13%204v3.192q0%20.348.23.578t.578.23H17zl4%204z%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-rounded.svg?color=%231a73e8&size=48