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

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

1 other variant in Material Design Icons

More database icons from Material Design Icons

Use the database remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4c.46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23c.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-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 2m8.41 10l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.41-1.42L17.59 19l-2.12-2.12l1.41-1.41L19 17.59l2.12-2.12l1.42 1.41z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseRemoveOutline(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="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4c.46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23c.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-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 2m8.41 10l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.41-1.42L17.59 19l-2.12-2.12l1.41-1.41L19 17.59l2.12-2.12l1.42 1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13.09V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4c.46 0 .9 0 1.33-.06A6 6 0 0 1 13 19v-.05c-.32.05-.65.05-1 .05c-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23c.65 0 1.27-.04 1.88-.11A5.99 5.99 0 0 1 19 13c.34 0 .67.04 1 .09m-2-.64c-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 2m8.41 10l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.41-1.42L17.59 19l-2.12-2.12l1.41-1.41L19 17.59l2.12-2.12l1.42 1.41z"/></svg>
</template>

CSS

.icon-database-remove-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%22M20%2013.09V7c0-2.21-3.58-4-8-4S4%204.79%204%207v10c0%202.21%203.59%204%208%204c.46%200%20.9%200%201.33-.06A6%206%200%200%201%2013%2019v-.05c-.32.05-.65.05-1%20.05c-3.87%200-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23c.65%200%201.27-.04%201.88-.11A5.99%205.99%200%200%201%2019%2013c.34%200%20.67.04%201%20.09m-2-.64c-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%202m8.41%2010l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.41-1.42L17.59%2019l-2.12-2.12l1.41-1.41L19%2017.59l2.12-2.12l1.42%201.41z%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%22M20%2013.09V7c0-2.21-3.58-4-8-4S4%204.79%204%207v10c0%202.21%203.59%204%208%204c.46%200%20.9%200%201.33-.06A6%206%200%200%201%2013%2019v-.05c-.32.05-.65.05-1%20.05c-3.87%200-6-1.5-6-2v-2.23c1.61.78%203.72%201.23%206%201.23c.65%200%201.27-.04%201.88-.11A5.99%205.99%200%200%201%2019%2013c.34%200%20.67.04%201%20.09m-2-.64c-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%202m8.41%2010l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.41-1.42L17.59%2019l-2.12-2.12l1.41-1.41L19%2017.59l2.12-2.12l1.42%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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