Database Search icon

Database Search is a Google Material Symbol from the Business category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

database_search_outlined_fill0_wght400.svg

Database Search icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=database_search" />

<span class="material-symbols-outlined">database_search</span>

Database Search icon in React

// With the font from the HTML tab:
export function DatabaseSearchIcon() {
  return (
    <span className="material-symbols-outlined">
      database_search
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DatabaseSearchIcon from "@material-symbols/svg-400/outlined/database_search.svg?react";

Database Search icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">database_search</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DatabaseSearchIcon from "@material-symbols/svg-400/outlined/database_search.svg?component"; -->

Database Search icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">database_search</mat-icon>

Database Search icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.database_search, fill: 0, weight: 400)

Database Search icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/database_search.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.875 21q-.7 .05-2.337-.075T7.225 20.363q-1.675-.438-2.95-1.25T3 17q0 1.3 1.275 2.113t2.95 1.25Q8.9 20.8 10.538 20.925t2.337 .075Zm-1.775-5.375q-1.125-.05-2.05-.175t-1.737-.337q-.813-.213-1.5-.5T4.5 13.95q.625 .375 1.313 .663t1.5 .5Q8.125 15.325 9.05 15.45t2.05 .175Zm.9-6.825q2.15 0 4.413-.662T19.325 6.65q-.675-.8-2.95-1.475t-4.375-.675q-2.2 0-4.425 .65t-2.925 1.5q.7 .875 2.888 1.513T12 8.8Zm-.3 10.7q.2 .4 .5 .775t.675 .725q-.7 .05-2.337-.075T7.225 20.363q-1.675-.438-2.95-1.25T3 17v-10.325q0-.675 .775-1.337t2.038-1.188Q7.075 3.625 8.7 3.313T12 3q1.55 0 3.138 .338t2.9 .887q1.312 .55 2.137 1.2t.825 1.3q0 .625-.8 1.275t-2.087 1.15Q16.825 9.65 15.225 9.975t-3.225 .325q-1.975 0-3.9-.45t-3.6-1.3v3.875q1.3 .775 3.175 1.225t3.95 .5q-.175 .3-.3 .675t-.225 .8q-2.25-.075-3.787-.512T4.5 13.95v3.15q.25 .825 2.513 1.575T11.7 19.5ZM21.95 23 19.2 20.25q-.525 .425-1.162 .588T16.75 21q-1.775 0-3.012-1.237T12.5 16.75q0-1.775 1.238-3.012T16.75 12.5q1.775 0 3.013 1.238T21 16.75q0 .65-.162 1.3T20.25 19.2L23 21.95l-1.05 1.05ZM18.7 18.7q.8-.8 .8-1.95t-.8-1.95q-.8-.8-1.95-.8t-1.95 .8q-.8 .8-.8 1.95t.8 1.95q.8 .8 1.95 .8t1.95-.8Z" />
</vector>

Database Search icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/database_search.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/database_search.svg" width="24" height="24" alt="Database Search">

Database Search icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDatabase Search
Ligaturedatabase_search
Code pointU+F38E
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/database_search.svg, database_search-fill.svg
FlutterSymbols.database_search
LicenseApache License 2.0 (© Google LLC)

Keywords

businessnetworkinformationfileinternetdigitalsystembarschartcomputerbargraphrecord

Related icons