database export icon
database-export from Material Design Icons by Pictogrammers · Filled · Database · Apache-2.0 Free for personal and commercial use.
- Name
- database-export
- 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
databasedatabase-arrow-downdatabase-arrow-leftdatabase-arrow-rightdatabase-arrow-updatabase-checkdatabase-clockdatabase-cogdatabase-editdatabase-eyedatabase-eye-offdatabase-importdatabase-lockdatabase-markerdatabase-minusdatabase-offdatabase-plusdatabase-refreshdatabase-removedatabase-searchdatabase-settingsdatabase-syncrelation-many-to-manyrelation-many-to-one
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="M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4c.5 0 1-.03 1.5-.08V9.5h2.89l-1-1L18.9 5c-1.4-1.2-3.96-2-6.9-2m6.92 4.08L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12M4 9v3c0 2.21 3.58 4 8 4c1.17 0 2.26-.15 3.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1 .08-1.5.08c-4.42 0-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4c2.94 0 5.5-.8 6.9-2L17 17.1c-1.39.56-3.1.9-5 .9c-4.42 0-8-1.79-8-4"/></svg>
React
import type { SVGProps } from "react";
export function MdiDatabaseExport(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 7s3.58 4 8 4c.5 0 1-.03 1.5-.08V9.5h2.89l-1-1L18.9 5c-1.4-1.2-3.96-2-6.9-2m6.92 4.08L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12M4 9v3c0 2.21 3.58 4 8 4c1.17 0 2.26-.15 3.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1 .08-1.5.08c-4.42 0-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4c2.94 0 5.5-.8 6.9-2L17 17.1c-1.39.56-3.1.9-5 .9c-4.42 0-8-1.79-8-4"/></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 7s3.58 4 8 4c.5 0 1-.03 1.5-.08V9.5h2.89l-1-1L18.9 5c-1.4-1.2-3.96-2-6.9-2m6.92 4.08L17.5 8.5L20 11h-5v2h5l-2.5 2.5l1.42 1.42L23.84 12M4 9v3c0 2.21 3.58 4 8 4c1.17 0 2.26-.15 3.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1 .08-1.5.08c-4.42 0-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4c2.94 0 5.5-.8 6.9-2L17 17.1c-1.39.56-3.1.9-5 .9c-4.42 0-8-1.79-8-4"/></svg> </template>
CSS
.icon-database-export {
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%207s3.58%204%208%204c.5%200%201-.03%201.5-.08V9.5h2.89l-1-1L18.9%205c-1.4-1.2-3.96-2-6.9-2m6.92%204.08L17.5%208.5L20%2011h-5v2h5l-2.5%202.5l1.42%201.42L23.84%2012M4%209v3c0%202.21%203.58%204%208%204c1.17%200%202.26-.15%203.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1%20.08-1.5.08c-4.42%200-8-1.79-8-4m0%205v3c0%202.21%203.58%204%208%204c2.94%200%205.5-.8%206.9-2L17%2017.1c-1.39.56-3.1.9-5%20.9c-4.42%200-8-1.79-8-4%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%207s3.58%204%208%204c.5%200%201-.03%201.5-.08V9.5h2.89l-1-1L18.9%205c-1.4-1.2-3.96-2-6.9-2m6.92%204.08L17.5%208.5L20%2011h-5v2h5l-2.5%202.5l1.42%201.42L23.84%2012M4%209v3c0%202.21%203.58%204%208%204c1.17%200%202.26-.15%203.25-.37l1.13-1.13H13.5v-1.58c-.5.05-1%20.08-1.5.08c-4.42%200-8-1.79-8-4m0%205v3c0%202.21%203.58%204%208%204c2.94%200%205.5-.8%206.9-2L17%2017.1c-1.39.56-3.1.9-5%20.9c-4.42%200-8-1.79-8-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/database-export.svg?color=%231a73e8&size=48