database 2 icon
database-2 from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- database-2
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Use the database 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.938 14.315v3.467a2.31 2.31 0 0 1-1.157 1.987A11.14 11.14 0 0 1 12 21.248a11.14 11.14 0 0 1-5.781-1.49a2.31 2.31 0 0 1-1.157-1.976v-3.467A10.13 10.13 0 0 0 12 16.626c2.52.12 4.994-.704 6.938-2.31m0-.001V9.694A10.13 10.13 0 0 1 12 12.004c-2.52.12-4.994-.704-6.937-2.31v4.621m13.875-9.243A10.13 10.13 0 0 0 12 2.762c-2.52-.12-4.994.704-6.937 2.31"/><path d="M18.938 9.69V5.067A10.13 10.13 0 0 1 12 7.378c-2.52.12-4.994-.704-6.937-2.31v4.621"/></g></svg>
React
import type { SVGProps } from "react";
export function MageDatabase2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18.938 14.315v3.467a2.31 2.31 0 0 1-1.157 1.987A11.14 11.14 0 0 1 12 21.248a11.14 11.14 0 0 1-5.781-1.49a2.31 2.31 0 0 1-1.157-1.976v-3.467A10.13 10.13 0 0 0 12 16.626c2.52.12 4.994-.704 6.938-2.31m0-.001V9.694A10.13 10.13 0 0 1 12 12.004c-2.52.12-4.994-.704-6.937-2.31v4.621m13.875-9.243A10.13 10.13 0 0 0 12 2.762c-2.52-.12-4.994.704-6.937 2.31"/><path d="M18.938 9.69V5.067A10.13 10.13 0 0 1 12 7.378c-2.52.12-4.994-.704-6.937-2.31v4.621"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.938 14.315v3.467a2.31 2.31 0 0 1-1.157 1.987A11.14 11.14 0 0 1 12 21.248a11.14 11.14 0 0 1-5.781-1.49a2.31 2.31 0 0 1-1.157-1.976v-3.467A10.13 10.13 0 0 0 12 16.626c2.52.12 4.994-.704 6.938-2.31m0-.001V9.694A10.13 10.13 0 0 1 12 12.004c-2.52.12-4.994-.704-6.937-2.31v4.621m13.875-9.243A10.13 10.13 0 0 0 12 2.762c-2.52-.12-4.994.704-6.937 2.31"/><path d="M18.938 9.69V5.067A10.13 10.13 0 0 1 12 7.378c-2.52.12-4.994-.704-6.937-2.31v4.621"/></g></svg> </template>
CSS
.icon-database-2 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.938%2014.315v3.467a2.31%202.31%200%200%201-1.157%201.987A11.14%2011.14%200%200%201%2012%2021.248a11.14%2011.14%200%200%201-5.781-1.49a2.31%202.31%200%200%201-1.157-1.976v-3.467A10.13%2010.13%200%200%200%2012%2016.626c2.52.12%204.994-.704%206.938-2.31m0-.001V9.694A10.13%2010.13%200%200%201%2012%2012.004c-2.52.12-4.994-.704-6.937-2.31v4.621m13.875-9.243A10.13%2010.13%200%200%200%2012%202.762c-2.52-.12-4.994.704-6.937%202.31%22%2F%3E%3Cpath%20d%3D%22M18.938%209.69V5.067A10.13%2010.13%200%200%201%2012%207.378c-2.52.12-4.994-.704-6.937-2.31v4.621%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.938%2014.315v3.467a2.31%202.31%200%200%201-1.157%201.987A11.14%2011.14%200%200%201%2012%2021.248a11.14%2011.14%200%200%201-5.781-1.49a2.31%202.31%200%200%201-1.157-1.976v-3.467A10.13%2010.13%200%200%200%2012%2016.626c2.52.12%204.994-.704%206.938-2.31m0-.001V9.694A10.13%2010.13%200%200%201%2012%2012.004c-2.52.12-4.994-.704-6.937-2.31v4.621m13.875-9.243A10.13%2010.13%200%200%200%2012%202.762c-2.52-.12-4.994.704-6.937%202.31%22%2F%3E%3Cpath%20d%3D%22M18.938%209.69V5.067A10.13%2010.13%200%200%201%2012%207.378c-2.52.12-4.994-.704-6.937-2.31v4.621%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/database-2.svg?color=%231a73e8&size=48