database-alert-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.

Name
database-alert-outline
Set
Material Design Icons
Style
Outline
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More alert / error icons from Material Design Icons

Use the database alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3C5.58 3 2 4.79 2 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM10 9C6.13 9 4 7.5 4 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2m12-2v6h-2V7zm-2 8h2v2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseAlertOutline(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="M10 3C5.58 3 2 4.79 2 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM10 9C6.13 9 4 7.5 4 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2m12-2v6h-2V7zm-2 8h2v2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3C5.58 3 2 4.79 2 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM10 9C6.13 9 4 7.5 4 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2m12-2v6h-2V7zm-2 8h2v2h-2z"/></svg>
</template>

CSS

.icon-database-alert-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%22M10%203C5.58%203%202%204.79%202%207v10c0%202.21%203.59%204%208%204s8-1.79%208-4V7c0-2.21-3.58-4-8-4m6%2014c0%20.5-2.13%202-6%202s-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23s4.39-.45%206-1.23zm0-4.55c-1.3.95-3.58%201.55-6%201.55s-4.7-.6-6-1.55V9.64c1.47.83%203.61%201.36%206%201.36s4.53-.53%206-1.36zM10%209C6.13%209%204%207.5%204%207s2.13-2%206-2s6%201.5%206%202s-2.13%202-6%202m12-2v6h-2V7zm-2%208h2v2h-2z%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%22M10%203C5.58%203%202%204.79%202%207v10c0%202.21%203.59%204%208%204s8-1.79%208-4V7c0-2.21-3.58-4-8-4m6%2014c0%20.5-2.13%202-6%202s-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23s4.39-.45%206-1.23zm0-4.55c-1.3.95-3.58%201.55-6%201.55s-4.7-.6-6-1.55V9.64c1.47.83%203.61%201.36%206%201.36s4.53-.53%206-1.36zM10%209C6.13%209%204%207.5%204%207s2.13-2%206-2s6%201.5%206%202s-2.13%202-6%202m12-2v6h-2V7zm-2%208h2v2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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