Database Upload icon

Database Upload 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_upload_outlined_fill0_wght400.svg

Database Upload 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_upload" />

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

Database Upload icon in React

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

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

Database Upload icon in Vue

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

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

Database Upload icon in Angular

With Angular Material and the font from the HTML tab:

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

Database Upload 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_upload, fill: 0, weight: 400)

Database Upload icon in Android

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

<!-- res/drawable/database_upload.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.65 21v-.012 .012q-.825 .025-2.437-.125T7 20.288q-1.6-.438-2.8-1.225T3 17q0 1.275 1.2 2.063t2.8 1.225Q8.6 20.725 10.213 20.875t2.437 .125Zm-.675-5.35v-.025 .025q-1.3 0-2.375-.112T7.625 15.2q-.9-.225-1.675-.537T4.5 13.95q.675 .4 1.45 .713t1.675 .537q.9 .225 1.975 .338t2.375 .112Zm.025-6.85q2.15 0 4.413-.662T19.325 6.65q-.675-.8-2.937-1.475T12 4.5q-2.2 0-4.425 .65t-2.925 1.5q.7 .875 2.9 1.513T12 8.8Zm5.875 12.3h.75v-4.275l1.925 1.925 .525-.525-2.825-2.825-2.825 2.825 .525 .525 1.925-1.925v4.275ZM14.9 21.613Q13.5 20.225 13.5 18.275q0-1.975 1.4-3.375t3.35-1.4q1.95 0 3.35 1.4t1.4 3.375q0 1.95-1.4 3.338T18.25 23q-1.95 0-3.35-1.387ZM12.125 19.5q.075 .4 .213 .775t.312 .725q-.825 .025-2.437-.125T7 20.288q-1.6-.438-2.8-1.225T3 17v-10q0-1.65 2.638-2.825T12 3q3.725 0 6.363 1.175T21 7v5.65q-.35-.175-.725-.312t-.775-.213v-3.575q-1.475 .825-3.45 1.288T11.975 10.3q-2.125 0-4.112-.462T4.5 8.55v3.875q1.35 .8 3.325 1.263T11.975 14.15q.425 0 .825-.012t.825-.063q-.325 .35-.575 .75t-.45 .825h-.625q-2.625 0-4.362-.45T4.5 13.95v3.15q.125 .425 .875 .863t1.838 .775q1.087 .337 2.387 .55t2.525 .212Z" />
</vector>

Database Upload icon in SVG

npm install @material-symbols/svg-400

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

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

Database Upload 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 Upload
Ligaturedatabase_upload
Code pointU+F3DC
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/database_upload.svg, database_upload-fill.svg
FlutterSymbols.database_upload
LicenseApache License 2.0 (© Google LLC)

Keywords

businessnetworkconnectioninformationfileinternetdigitalsystembarsmovechartcomputerbar

Related icons