database import icon
database-import-outline from Material Design Icons by Pictogrammers · Outline · Database · Apache-2.0 Free for personal and commercial use.
- Name
- database-import-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
databasedatabase-arrow-downdatabase-arrow-leftdatabase-arrow-rightdatabase-arrow-updatabase-checkdatabase-clockdatabase-cogdatabase-editdatabase-exportdatabase-eyedatabase-eye-offdatabase-lockdatabase-markerdatabase-minusdatabase-offdatabase-plusdatabase-refreshdatabase-removedatabase-searchdatabase-settingsdatabase-syncrelation-many-to-manyrelation-many-to-one
Use the database import icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.84 12l-4.92 4.92L2.5 15.5L5 13H0v-2h5L2.5 8.5l1.42-1.42zM12 3C8.59 3 5.68 4.07 4.53 5.57L5 6l1.03 1.07C6 7.05 6 7 6 7c0-.5 2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2c-2.62 0-4.42-.69-5.32-1.28l3.12 3.12c.7.1 1.44.16 2.2.16c2.39 0 4.53-.53 6-1.36v2.81c-1.3.95-3.58 1.55-6 1.55c-.96 0-1.9-.1-2.76-.27l-1.65 1.64c1.32.4 2.82.63 4.41.63c2.28 0 4.39-.45 6-1.23V17c0 .5-2.13 2-6 2s-6-1.5-6-2v-.04L5 18l-.46.43C5.69 19.93 8.6 21 12 21c4.41 0 8-1.79 8-4V7c0-2.21-3.58-4-8-4"/></svg>
React
import type { SVGProps } from "react";
export function MdiDatabaseImportOutline(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="m8.84 12l-4.92 4.92L2.5 15.5L5 13H0v-2h5L2.5 8.5l1.42-1.42zM12 3C8.59 3 5.68 4.07 4.53 5.57L5 6l1.03 1.07C6 7.05 6 7 6 7c0-.5 2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2c-2.62 0-4.42-.69-5.32-1.28l3.12 3.12c.7.1 1.44.16 2.2.16c2.39 0 4.53-.53 6-1.36v2.81c-1.3.95-3.58 1.55-6 1.55c-.96 0-1.9-.1-2.76-.27l-1.65 1.64c1.32.4 2.82.63 4.41.63c2.28 0 4.39-.45 6-1.23V17c0 .5-2.13 2-6 2s-6-1.5-6-2v-.04L5 18l-.46.43C5.69 19.93 8.6 21 12 21c4.41 0 8-1.79 8-4V7c0-2.21-3.58-4-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="m8.84 12l-4.92 4.92L2.5 15.5L5 13H0v-2h5L2.5 8.5l1.42-1.42zM12 3C8.59 3 5.68 4.07 4.53 5.57L5 6l1.03 1.07C6 7.05 6 7 6 7c0-.5 2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2c-2.62 0-4.42-.69-5.32-1.28l3.12 3.12c.7.1 1.44.16 2.2.16c2.39 0 4.53-.53 6-1.36v2.81c-1.3.95-3.58 1.55-6 1.55c-.96 0-1.9-.1-2.76-.27l-1.65 1.64c1.32.4 2.82.63 4.41.63c2.28 0 4.39-.45 6-1.23V17c0 .5-2.13 2-6 2s-6-1.5-6-2v-.04L5 18l-.46.43C5.69 19.93 8.6 21 12 21c4.41 0 8-1.79 8-4V7c0-2.21-3.58-4-8-4"/></svg> </template>
CSS
.icon-database-import-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%22m8.84%2012l-4.92%204.92L2.5%2015.5L5%2013H0v-2h5L2.5%208.5l1.42-1.42zM12%203C8.59%203%205.68%204.07%204.53%205.57L5%206l1.03%201.07C6%207.05%206%207%206%207c0-.5%202.13-2%206-2s6%201.5%206%202s-2.13%202-6%202c-2.62%200-4.42-.69-5.32-1.28l3.12%203.12c.7.1%201.44.16%202.2.16c2.39%200%204.53-.53%206-1.36v2.81c-1.3.95-3.58%201.55-6%201.55c-.96%200-1.9-.1-2.76-.27l-1.65%201.64c1.32.4%202.82.63%204.41.63c2.28%200%204.39-.45%206-1.23V17c0%20.5-2.13%202-6%202s-6-1.5-6-2v-.04L5%2018l-.46.43C5.69%2019.93%208.6%2021%2012%2021c4.41%200%208-1.79%208-4V7c0-2.21-3.58-4-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%22m8.84%2012l-4.92%204.92L2.5%2015.5L5%2013H0v-2h5L2.5%208.5l1.42-1.42zM12%203C8.59%203%205.68%204.07%204.53%205.57L5%206l1.03%201.07C6%207.05%206%207%206%207c0-.5%202.13-2%206-2s6%201.5%206%202s-2.13%202-6%202c-2.62%200-4.42-.69-5.32-1.28l3.12%203.12c.7.1%201.44.16%202.2.16c2.39%200%204.53-.53%206-1.36v2.81c-1.3.95-3.58%201.55-6%201.55c-.96%200-1.9-.1-2.76-.27l-1.65%201.64c1.32.4%202.82.63%204.41.63c2.28%200%204.39-.45%206-1.23V17c0%20.5-2.13%202-6%202s-6-1.5-6-2v-.04L5%2018l-.46.43C5.69%2019.93%208.6%2021%2012%2021c4.41%200%208-1.79%208-4V7c0-2.21-3.58-4-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-import-outline.svg?color=%231a73e8&size=48