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

Name
database-outline
Set
Material Design Icons
Style
Outline
Category
Database
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More database icons from Material Design Icons

Use the database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3C7.58 3 4 4.79 4 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.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseOutline(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="M12 3C7.58 3 4 4.79 4 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.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3C7.58 3 4 4.79 4 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.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2"/></svg>
</template>

CSS

.icon-database-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%22M12%203C7.58%203%204%204.79%204%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.36zM12%209C8.13%209%206%207.5%206%207s2.13-2%206-2s6%201.5%206%202s-2.13%202-6%202%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%22M12%203C7.58%203%204%204.79%204%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.36zM12%209C8.13%209%206%207.5%206%207s2.13-2%206-2s6%201.5%206%202s-2.13%202-6%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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