database expand icon
database-expand from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- database-expand
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the database expand 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="M12 10c2.21 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s1.79 2 4 2m4 2c0 1.105-1.79 2-4 2s-4-.895-4-2"/><path d="M16 8v8c0 1.105-1.79 2-4 2s-4-.895-4-2V8m10-6h2c.943 0 1.414 0 1.707.293S22 3.057 22 4v2m-.5-3.5L18 6M6 2H4c-.943 0-1.414 0-1.707.293S2 3.057 2 4v2m.5-3.5L6 6m12 16h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-2m-.5 3.5L18 18M6 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20v-2m.5 3.5L6 18"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDatabaseExpand(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="M12 10c2.21 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s1.79 2 4 2m4 2c0 1.105-1.79 2-4 2s-4-.895-4-2"/><path d="M16 8v8c0 1.105-1.79 2-4 2s-4-.895-4-2V8m10-6h2c.943 0 1.414 0 1.707.293S22 3.057 22 4v2m-.5-3.5L18 6M6 2H4c-.943 0-1.414 0-1.707.293S2 3.057 2 4v2m.5-3.5L6 6m12 16h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-2m-.5 3.5L18 18M6 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20v-2m.5 3.5L6 18"/></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="M12 10c2.21 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s1.79 2 4 2m4 2c0 1.105-1.79 2-4 2s-4-.895-4-2"/><path d="M16 8v8c0 1.105-1.79 2-4 2s-4-.895-4-2V8m10-6h2c.943 0 1.414 0 1.707.293S22 3.057 22 4v2m-.5-3.5L18 6M6 2H4c-.943 0-1.414 0-1.707.293S2 3.057 2 4v2m.5-3.5L6 6m12 16h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-2m-.5 3.5L18 18M6 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20v-2m.5 3.5L6 18"/></g></svg> </template>
CSS
.icon-database-expand {
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%22M12%2010c2.21%200%204-.895%204-2s-1.79-2-4-2s-4%20.895-4%202s1.79%202%204%202m4%202c0%201.105-1.79%202-4%202s-4-.895-4-2%22%2F%3E%3Cpath%20d%3D%22M16%208v8c0%201.105-1.79%202-4%202s-4-.895-4-2V8m10-6h2c.943%200%201.414%200%201.707.293S22%203.057%2022%204v2m-.5-3.5L18%206M6%202H4c-.943%200-1.414%200-1.707.293S2%203.057%202%204v2m.5-3.5L6%206m12%2016h2c.943%200%201.414%200%201.707-.293S22%2020.943%2022%2020v-2m-.5%203.5L18%2018M6%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020v-2m.5%203.5L6%2018%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%22M12%2010c2.21%200%204-.895%204-2s-1.79-2-4-2s-4%20.895-4%202s1.79%202%204%202m4%202c0%201.105-1.79%202-4%202s-4-.895-4-2%22%2F%3E%3Cpath%20d%3D%22M16%208v8c0%201.105-1.79%202-4%202s-4-.895-4-2V8m10-6h2c.943%200%201.414%200%201.707.293S22%203.057%2022%204v2m-.5-3.5L18%206M6%202H4c-.943%200-1.414%200-1.707.293S2%203.057%202%204v2m.5-3.5L6%206m12%2016h2c.943%200%201.414%200%201.707-.293S22%2020.943%2022%2020v-2m-.5%203.5L18%2018M6%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020v-2m.5%203.5L6%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/database-expand.svg?color=%231a73e8&size=48