database search icon

database-search-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.

Name
database-search-outline
Set
Material Symbols
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
database-search-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the database search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.8 21q-1.825-.025-3.437-.337t-2.8-.85t-1.875-1.263T3 17q0 .825.688 1.55t1.874 1.263t2.8.85T11.8 21m-1.775-5.1q-.75-.075-1.45-.2t-1.338-.3t-1.2-.388T5 14.526q.475.275 1.038.488t1.2.387t1.337.3t1.45.2M12 9.025q2.15 0 4.437-.65T19 7.025q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.363T12 9.025m-1.525 9.9q.25.575.575 1.1t.75.975q-1.825-.025-3.438-.337t-2.8-.85t-1.875-1.263T3 17V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q1 .925 2.5 1.35t3.025.55q-.2.375-.325.863t-.175 1.087q-1.5-.175-2.788-.5T5 14.525V17q.35.625 1.925 1.175t3.55.75M21.6 23l-2.7-2.7q-.55.325-1.15.513T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2.7 2.7zm-3.325-4.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDatabaseSearchOutline(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="M11.8 21q-1.825-.025-3.437-.337t-2.8-.85t-1.875-1.263T3 17q0 .825.688 1.55t1.874 1.263t2.8.85T11.8 21m-1.775-5.1q-.75-.075-1.45-.2t-1.338-.3t-1.2-.388T5 14.526q.475.275 1.038.488t1.2.387t1.337.3t1.45.2M12 9.025q2.15 0 4.437-.65T19 7.025q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.363T12 9.025m-1.525 9.9q.25.575.575 1.1t.75.975q-1.825-.025-3.438-.337t-2.8-.85t-1.875-1.263T3 17V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q1 .925 2.5 1.35t3.025.55q-.2.375-.325.863t-.175 1.087q-1.5-.175-2.788-.5T5 14.525V17q.35.625 1.925 1.175t3.55.75M21.6 23l-2.7-2.7q-.55.325-1.15.513T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2.7 2.7zm-3.325-4.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.8 21q-1.825-.025-3.437-.337t-2.8-.85t-1.875-1.263T3 17q0 .825.688 1.55t1.874 1.263t2.8.85T11.8 21m-1.775-5.1q-.75-.075-1.45-.2t-1.338-.3t-1.2-.388T5 14.526q.475.275 1.038.488t1.2.387t1.337.3t1.45.2M12 9.025q2.15 0 4.437-.65T19 7.025q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.363T12 9.025m-1.525 9.9q.25.575.575 1.1t.75.975q-1.825-.025-3.438-.337t-2.8-.85t-1.875-1.263T3 17V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q1 .925 2.5 1.35t3.025.55q-.2.375-.325.863t-.175 1.087q-1.5-.175-2.788-.5T5 14.525V17q.35.625 1.925 1.175t3.55.75M21.6 23l-2.7-2.7q-.55.325-1.15.513T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2.7 2.7zm-3.325-4.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg>
</template>

CSS

.icon-database-search-outline {
  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%22M11.8%2021q-1.825-.025-3.437-.337t-2.8-.85t-1.875-1.263T3%2017q0%20.825.688%201.55t1.874%201.263t2.8.85T11.8%2021m-1.775-5.1q-.75-.075-1.45-.2t-1.338-.3t-1.2-.388T5%2014.526q.475.275%201.038.488t1.2.387t1.337.3t1.45.2M12%209.025q2.15%200%204.437-.65T19%207.025q-.275-.725-2.512-1.375T12%205q-2.275%200-4.462.638T5%207.025q.375.725%202.613%201.363T12%209.025m-1.525%209.9q.25.575.575%201.1t.75.975q-1.825-.025-3.438-.337t-2.8-.85t-1.875-1.263T3%2017V7q0-.825.713-1.55T5.65%204.175t2.863-.862T12%203t3.488.313t2.862.862t1.938%201.275T21%207t-.712%201.55t-1.938%201.275t-2.863.863T12%2011q-2.125%200-3.925-.375T5%209.525v2.525q1%20.925%202.5%201.35t3.025.55q-.2.375-.325.863t-.175%201.087q-1.5-.175-2.788-.5T5%2014.525V17q.35.625%201.925%201.175t3.55.75M21.6%2023l-2.7-2.7q-.55.325-1.15.513T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.187%201.25T20.3%2018.9l2.7%202.7zm-3.325-4.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725%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%22M11.8%2021q-1.825-.025-3.437-.337t-2.8-.85t-1.875-1.263T3%2017q0%20.825.688%201.55t1.874%201.263t2.8.85T11.8%2021m-1.775-5.1q-.75-.075-1.45-.2t-1.338-.3t-1.2-.388T5%2014.526q.475.275%201.038.488t1.2.387t1.337.3t1.45.2M12%209.025q2.15%200%204.437-.65T19%207.025q-.275-.725-2.512-1.375T12%205q-2.275%200-4.462.638T5%207.025q.375.725%202.613%201.363T12%209.025m-1.525%209.9q.25.575.575%201.1t.75.975q-1.825-.025-3.438-.337t-2.8-.85t-1.875-1.263T3%2017V7q0-.825.713-1.55T5.65%204.175t2.863-.862T12%203t3.488.313t2.862.862t1.938%201.275T21%207t-.712%201.55t-1.938%201.275t-2.863.863T12%2011q-2.125%200-3.925-.375T5%209.525v2.525q1%20.925%202.5%201.35t3.025.55q-.2.375-.325.863t-.175%201.087q-1.5-.175-2.788-.5T5%2014.525V17q.35.625%201.925%201.175t3.55.75M21.6%2023l-2.7-2.7q-.55.325-1.15.513T16.5%2021q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.187%201.25T20.3%2018.9l2.7%202.7zm-3.325-4.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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