database-search from Material Design Icons by Pictogrammers · Filled · Database · Apache-2.0 Free for personal and commercial use.

Name
database-search
Set
Material Design Icons
Style
Filled
Category
Database
Viewbox
24×24
License
Apache 2.0
Aliases
sql-query

1 other variant in Material Design Icons

The same icon in other sets

More database icons from Material Design Icons

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="M18.68 12.32a4.49 4.49 0 0 0-6.36.01a4.49 4.49 0 0 0 0 6.36a4.51 4.51 0 0 0 5.57.63L21 22.39L22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0c-.97-.98-.97-2.56.01-3.54c.97-.97 2.55-.97 3.53 0c.97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4c-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2c.91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseSearch(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.68 12.32a4.49 4.49 0 0 0-6.36.01a4.49 4.49 0 0 0 0 6.36a4.51 4.51 0 0 0 5.57.63L21 22.39L22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0c-.97-.98-.97-2.56.01-3.54c.97-.97 2.55-.97 3.53 0c.97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4c-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2c.91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"/></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.68 12.32a4.49 4.49 0 0 0-6.36.01a4.49 4.49 0 0 0 0 6.36a4.51 4.51 0 0 0 5.57.63L21 22.39L22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0c-.97-.98-.97-2.56.01-3.54c.97-.97 2.55-.97 3.53 0c.97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4c-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2c.91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"/></svg>
</template>

CSS

.icon-database-search {
  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.68%2012.32a4.49%204.49%200%200%200-6.36.01a4.49%204.49%200%200%200%200%206.36a4.51%204.51%200%200%200%205.57.63L21%2022.39L22.39%2021l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41%204.95c-.98.98-2.56.97-3.54%200c-.97-.98-.97-2.56.01-3.54c.97-.97%202.55-.97%203.53%200c.97.98.97%202.56%200%203.54M10.9%2020.1a6.5%206.5%200%200%201-1.48-2.32C6.27%2017.25%204%2015.76%204%2014v3c0%202.21%203.58%204%208%204c-.4-.26-.77-.56-1.1-.9M4%209v3c0%201.68%202.07%203.12%205%203.7v-.2c0-.93.2-1.85.58-2.69C6.34%2012.3%204%2010.79%204%209m8-6C7.58%203%204%204.79%204%207c0%202%203%203.68%206.85%204h.05c1.2-1.26%202.86-2%204.6-2c.91%200%201.81.19%202.64.56A3.22%203.22%200%200%200%2020%207c0-2.21-3.58-4-8-4%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.68%2012.32a4.49%204.49%200%200%200-6.36.01a4.49%204.49%200%200%200%200%206.36a4.51%204.51%200%200%200%205.57.63L21%2022.39L22.39%2021l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41%204.95c-.98.98-2.56.97-3.54%200c-.97-.98-.97-2.56.01-3.54c.97-.97%202.55-.97%203.53%200c.97.98.97%202.56%200%203.54M10.9%2020.1a6.5%206.5%200%200%201-1.48-2.32C6.27%2017.25%204%2015.76%204%2014v3c0%202.21%203.58%204%208%204c-.4-.26-.77-.56-1.1-.9M4%209v3c0%201.68%202.07%203.12%205%203.7v-.2c0-.93.2-1.85.58-2.69C6.34%2012.3%204%2010.79%204%209m8-6C7.58%203%204%204.79%204%207c0%202%203%203.68%206.85%204h.05c1.2-1.26%202.86-2%204.6-2c.91%200%201.81.19%202.64.56A3.22%203.22%200%200%200%2020%207c0-2.21-3.58-4-8-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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