Database Off icon

Database Off 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_off_outlined_fill0_wght400.svg

Database Off 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_off" />

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

Database Off icon in React

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

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

Database Off icon in Vue

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

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

Database Off icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Database Off icon in Android

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

<!-- res/drawable/database_off.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="M11.175 12.85Zm2.35-2.1Zm-2.35 2.1Zm2.35-2.1Zm-2.35 2.1Zm2.35-2.1ZM20.325 22.55 1.7 3.925l1.075-1.075 18.625 18.625-1.075 1.075Zm-8.325-1.55q-3.775 0-6.387-1.162T3 17v-10q0-.65 .425-1.229T4.625 4.7l5.5 5.5q-1.65-.175-3.1-.587T4.5 8.55v3.875q1.35 .8 3.325 1.263T11.966 14.15q.509 0 1.009-.025 .5-.025 1-.075l1.325 1.325q-.8 .125-1.637 .2t-1.688 .075q-2.2 0-4.15-.45t-3.325-1.25v3.15q.275 .875 2.65 1.638T12 19.5q1.658 0 3.329-.375T18.125 18.2l1.15 1.15q-1.225 .75-3.112 1.2T12 21Zm8.45-2.6-.95-.95v-3.5q-.55 .3-1.162 .563T17.025 14.975l-1.225-1.225q1.05-.225 1.988-.562t1.712-.758V8.55q-1.425 .8-3.287 1.25T12.35 10.3l-1.55-1.55q.825 .075 2.075-.012T15.388 8.4q1.262-.25 2.35-.687T19.325 6.65q-.675-.8-2.937-1.475T12 4.5q-1.2 0-2.412 .2T7.3 5.25l-1.25-1.25q1.2-.475 2.713-.737T12 3q3.725 0 6.363 1.175T21 7v10q0 .384-.137 .73T20.45 18.4Z" />
</vector>

Database Off icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

businessnetworkinformationondisabledslashenabledsystemstructurebarschartbargraph

Related icons