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

Name
database-edit
Set
Material Design Icons
Style
Filled
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 edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14v3c0 2 3.05 3.72 7 4v-2.89l.13-.11C7.12 17.76 4 16.06 4 14m8-1c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h1.16L17 12.12c-1.6.6-3.29.88-5 .88m0-10C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4m9 8.13c-.15 0-.29.06-.39.17l-1 1l2.05 2l1-1a.54.54 0 0 0 0-.77l-1.24-1.23a.52.52 0 0 0-.38-.17m-2 1.75L13 18.94V21h2.06l6.06-6.07z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseEdit(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="M4 14v3c0 2 3.05 3.72 7 4v-2.89l.13-.11C7.12 17.76 4 16.06 4 14m8-1c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h1.16L17 12.12c-1.6.6-3.29.88-5 .88m0-10C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4m9 8.13c-.15 0-.29.06-.39.17l-1 1l2.05 2l1-1a.54.54 0 0 0 0-.77l-1.24-1.23a.52.52 0 0 0-.38-.17m-2 1.75L13 18.94V21h2.06l6.06-6.07z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14v3c0 2 3.05 3.72 7 4v-2.89l.13-.11C7.12 17.76 4 16.06 4 14m8-1c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h1.16L17 12.12c-1.6.6-3.29.88-5 .88m0-10C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4m9 8.13c-.15 0-.29.06-.39.17l-1 1l2.05 2l1-1a.54.54 0 0 0 0-.77l-1.24-1.23a.52.52 0 0 0-.38-.17m-2 1.75L13 18.94V21h2.06l6.06-6.07z"/></svg>
</template>

CSS

.icon-database-edit {
  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%22M4%2014v3c0%202%203.05%203.72%207%204v-2.89l.13-.11C7.12%2017.76%204%2016.06%204%2014m8-1c-4.42%200-8-1.79-8-4v3c0%202.21%203.58%204%208%204h1.16L17%2012.12c-1.6.6-3.29.88-5%20.88m0-10C7.58%203%204%204.79%204%207s3.58%204%208%204s8-1.79%208-4s-3.58-4-8-4m9%208.13c-.15%200-.29.06-.39.17l-1%201l2.05%202l1-1a.54.54%200%200%200%200-.77l-1.24-1.23a.52.52%200%200%200-.38-.17m-2%201.75L13%2018.94V21h2.06l6.06-6.07z%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%22M4%2014v3c0%202%203.05%203.72%207%204v-2.89l.13-.11C7.12%2017.76%204%2016.06%204%2014m8-1c-4.42%200-8-1.79-8-4v3c0%202.21%203.58%204%208%204h1.16L17%2012.12c-1.6.6-3.29.88-5%20.88m0-10C7.58%203%204%204.79%204%207s3.58%204%208%204s8-1.79%208-4s-3.58-4-8-4m9%208.13c-.15%200-.29.06-.39.17l-1%201l2.05%202l1-1a.54.54%200%200%200%200-.77l-1.24-1.23a.52.52%200%200%200-.38-.17m-2%201.75L13%2018.94V21h2.06l6.06-6.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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