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

Name
database-export-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 export icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.86 18l1.04 1c-1.4 1.2-3.96 2-6.9 2c-4.41 0-8-1.79-8-4V7c0-2.21 3.58-4 8-4c2.95 0 5.5.8 6.9 2l-1.04 1l-.36.4C16.65 5.77 14.78 5 12 5C8.13 5 6 6.5 6 7s2.13 2 6 2c1.37 0 2.5-.19 3.42-.46l.96.96H13.5v1.42c-.5.05-1 .08-1.5.08c-2.39 0-4.53-.53-6-1.36v2.81C7.3 13.4 9.58 14 12 14c.5 0 1-.03 1.5-.08v.58h2.88l-1 1l.12.11c-1.09.25-2.26.39-3.5.39c-2.28 0-4.39-.45-6-1.23V17c0 .5 2.13 2 6 2c2.78 0 4.65-.77 5.5-1.39zm1.06-10.92L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseExportOutline(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="m17.86 18l1.04 1c-1.4 1.2-3.96 2-6.9 2c-4.41 0-8-1.79-8-4V7c0-2.21 3.58-4 8-4c2.95 0 5.5.8 6.9 2l-1.04 1l-.36.4C16.65 5.77 14.78 5 12 5C8.13 5 6 6.5 6 7s2.13 2 6 2c1.37 0 2.5-.19 3.42-.46l.96.96H13.5v1.42c-.5.05-1 .08-1.5.08c-2.39 0-4.53-.53-6-1.36v2.81C7.3 13.4 9.58 14 12 14c.5 0 1-.03 1.5-.08v.58h2.88l-1 1l.12.11c-1.09.25-2.26.39-3.5.39c-2.28 0-4.39-.45-6-1.23V17c0 .5 2.13 2 6 2c2.78 0 4.65-.77 5.5-1.39zm1.06-10.92L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.86 18l1.04 1c-1.4 1.2-3.96 2-6.9 2c-4.41 0-8-1.79-8-4V7c0-2.21 3.58-4 8-4c2.95 0 5.5.8 6.9 2l-1.04 1l-.36.4C16.65 5.77 14.78 5 12 5C8.13 5 6 6.5 6 7s2.13 2 6 2c1.37 0 2.5-.19 3.42-.46l.96.96H13.5v1.42c-.5.05-1 .08-1.5.08c-2.39 0-4.53-.53-6-1.36v2.81C7.3 13.4 9.58 14 12 14c.5 0 1-.03 1.5-.08v.58h2.88l-1 1l.12.11c-1.09.25-2.26.39-3.5.39c-2.28 0-4.39-.45-6-1.23V17c0 .5 2.13 2 6 2c2.78 0 4.65-.77 5.5-1.39zm1.06-10.92L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12z"/></svg>
</template>

CSS

.icon-database-export-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%22m17.86%2018l1.04%201c-1.4%201.2-3.96%202-6.9%202c-4.41%200-8-1.79-8-4V7c0-2.21%203.58-4%208-4c2.95%200%205.5.8%206.9%202l-1.04%201l-.36.4C16.65%205.77%2014.78%205%2012%205C8.13%205%206%206.5%206%207s2.13%202%206%202c1.37%200%202.5-.19%203.42-.46l.96.96H13.5v1.42c-.5.05-1%20.08-1.5.08c-2.39%200-4.53-.53-6-1.36v2.81C7.3%2013.4%209.58%2014%2012%2014c.5%200%201-.03%201.5-.08v.58h2.88l-1%201l.12.11c-1.09.25-2.26.39-3.5.39c-2.28%200-4.39-.45-6-1.23V17c0%20.5%202.13%202%206%202c2.78%200%204.65-.77%205.5-1.39zm1.06-10.92L17.5%208.5L20%2011h-5v2h5l-2.5%202.5l1.42%201.42L23.84%2012z%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%22m17.86%2018l1.04%201c-1.4%201.2-3.96%202-6.9%202c-4.41%200-8-1.79-8-4V7c0-2.21%203.58-4%208-4c2.95%200%205.5.8%206.9%202l-1.04%201l-.36.4C16.65%205.77%2014.78%205%2012%205C8.13%205%206%206.5%206%207s2.13%202%206%202c1.37%200%202.5-.19%203.42-.46l.96.96H13.5v1.42c-.5.05-1%20.08-1.5.08c-2.39%200-4.53-.53-6-1.36v2.81C7.3%2013.4%209.58%2014%2012%2014c.5%200%201-.03%201.5-.08v.58h2.88l-1%201l.12.11c-1.09.25-2.26.39-3.5.39c-2.28%200-4.39-.45-6-1.23V17c0%20.5%202.13%202%206%202c2.78%200%204.65-.77%205.5-1.39zm1.06-10.92L17.5%208.5L20%2011h-5v2h5l-2.5%202.5l1.42%201.42L23.84%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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