database icon
database-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- database-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
database-filledAnt Design IconsdatabaseBootstrap IconsdatabaseCatppuccin IconsdatabaseCodiconsdatabaseFont Awesome 6 SoliddatabaseFont Awesome SoliddatabaseFeather Iconsdatabase-outlineFlowbite Iconsdatabase-16-filledFluent UI System Iconsdatabase-16Fluent UI System Color Iconsdatabasecss.ggdatabaseHealth IconsdatabaseHuge IconsdatabaseHumbleiconsdatabaseIconoirdatabaseJam IconsdatabaseLine AwesomedatabaseLucidedatabaseMage IconsdatabaseMaterial Icon ThemedatabaseMaterial SymbolsdatabaseMaterial Symbols LightdatabaseMaterial Design IconsdatabaseMyna UI Icons
Use the database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.432 6.132C4.099 6.482 4 6.773 4 7c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 9.569 9.622 10 12 10c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868c0-.227-.1-.518-.432-.868c-.337-.354-.872-.719-1.61-1.047C16.484 4.431 14.378 4 12 4c-2.379 0-4.484.43-5.958 1.085c-.738.328-1.273.693-1.61 1.047zM20 10.08c-.375.246-.79.466-1.23.662C16.986 11.535 14.592 12 12 12c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 10.08V12c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 14.57 9.622 15 12 15c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zm0 5c-.375.246-.79.466-1.23.662C16.986 16.535 14.592 17 12 17c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 15.08V17c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 19.57 9.622 20 12 20c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zM22 17c0 .878-.404 1.639-.983 2.246c-.573.603-1.356 1.1-2.247 1.496C16.986 21.535 14.592 22 12 22c-2.592 0-4.986-.465-6.77-1.258c-.89-.396-1.674-.893-2.247-1.496C2.404 18.64 2 17.878 2 17V7c0-.878.404-1.638.983-2.246c.573-.603 1.356-1.1 2.247-1.496C7.014 2.465 9.408 2 12 2c2.592 0 4.986.465 6.77 1.258c.89.396 1.674.893 2.247 1.496C21.596 5.362 22 6.122 22 7v10z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsDatabaseLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.432 6.132C4.099 6.482 4 6.773 4 7c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 9.569 9.622 10 12 10c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868c0-.227-.1-.518-.432-.868c-.337-.354-.872-.719-1.61-1.047C16.484 4.431 14.378 4 12 4c-2.379 0-4.484.43-5.958 1.085c-.738.328-1.273.693-1.61 1.047zM20 10.08c-.375.246-.79.466-1.23.662C16.986 11.535 14.592 12 12 12c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 10.08V12c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 14.57 9.622 15 12 15c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zm0 5c-.375.246-.79.466-1.23.662C16.986 16.535 14.592 17 12 17c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 15.08V17c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 19.57 9.622 20 12 20c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zM22 17c0 .878-.404 1.639-.983 2.246c-.573.603-1.356 1.1-2.247 1.496C16.986 21.535 14.592 22 12 22c-2.592 0-4.986-.465-6.77-1.258c-.89-.396-1.674-.893-2.247-1.496C2.404 18.64 2 17.878 2 17V7c0-.878.404-1.638.983-2.246c.573-.603 1.356-1.1 2.247-1.496C7.014 2.465 9.408 2 12 2c2.592 0 4.986.465 6.77 1.258c.89.396 1.674.893 2.247 1.496C21.596 5.362 22 6.122 22 7v10z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.432 6.132C4.099 6.482 4 6.773 4 7c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 9.569 9.622 10 12 10c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868c0-.227-.1-.518-.432-.868c-.337-.354-.872-.719-1.61-1.047C16.484 4.431 14.378 4 12 4c-2.379 0-4.484.43-5.958 1.085c-.738.328-1.273.693-1.61 1.047zM20 10.08c-.375.246-.79.466-1.23.662C16.986 11.535 14.592 12 12 12c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 10.08V12c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 14.57 9.622 15 12 15c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zm0 5c-.375.246-.79.466-1.23.662C16.986 16.535 14.592 17 12 17c-2.592 0-4.986-.465-6.77-1.258A8.689 8.689 0 0 1 4 15.08V17c0 .227.1.518.432.868c.337.354.872.719 1.61 1.047C7.516 19.57 9.622 20 12 20c2.379 0 4.484-.43 5.958-1.085c.738-.328 1.273-.693 1.61-1.047c.333-.35.432-.641.432-.868v-1.92zM22 17c0 .878-.404 1.639-.983 2.246c-.573.603-1.356 1.1-2.247 1.496C16.986 21.535 14.592 22 12 22c-2.592 0-4.986-.465-6.77-1.258c-.89-.396-1.674-.893-2.247-1.496C2.404 18.64 2 17.878 2 17V7c0-.878.404-1.638.983-2.246c.573-.603 1.356-1.1 2.247-1.496C7.014 2.465 9.408 2 12 2c2.592 0 4.986.465 6.77 1.258c.89.396 1.674.893 2.247 1.496C21.596 5.362 22 6.122 22 7v10z"/></g></svg> </template>
CSS
.icon-database-line {
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%22currentColor%22%3E%3Cpath%20d%3D%22M4.432%206.132C4.099%206.482%204%206.773%204%207c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%209.569%209.622%2010%2012%2010c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868c0-.227-.1-.518-.432-.868c-.337-.354-.872-.719-1.61-1.047C16.484%204.431%2014.378%204%2012%204c-2.379%200-4.484.43-5.958%201.085c-.738.328-1.273.693-1.61%201.047zM20%2010.08c-.375.246-.79.466-1.23.662C16.986%2011.535%2014.592%2012%2012%2012c-2.592%200-4.986-.465-6.77-1.258A8.689%208.689%200%200%201%204%2010.08V12c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%2014.57%209.622%2015%2012%2015c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868v-1.92zm0%205c-.375.246-.79.466-1.23.662C16.986%2016.535%2014.592%2017%2012%2017c-2.592%200-4.986-.465-6.77-1.258A8.689%208.689%200%200%201%204%2015.08V17c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%2019.57%209.622%2020%2012%2020c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868v-1.92zM22%2017c0%20.878-.404%201.639-.983%202.246c-.573.603-1.356%201.1-2.247%201.496C16.986%2021.535%2014.592%2022%2012%2022c-2.592%200-4.986-.465-6.77-1.258c-.89-.396-1.674-.893-2.247-1.496C2.404%2018.64%202%2017.878%202%2017V7c0-.878.404-1.638.983-2.246c.573-.603%201.356-1.1%202.247-1.496C7.014%202.465%209.408%202%2012%202c2.592%200%204.986.465%206.77%201.258c.89.396%201.674.893%202.247%201.496C21.596%205.362%2022%206.122%2022%207v10z%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%22currentColor%22%3E%3Cpath%20d%3D%22M4.432%206.132C4.099%206.482%204%206.773%204%207c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%209.569%209.622%2010%2012%2010c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868c0-.227-.1-.518-.432-.868c-.337-.354-.872-.719-1.61-1.047C16.484%204.431%2014.378%204%2012%204c-2.379%200-4.484.43-5.958%201.085c-.738.328-1.273.693-1.61%201.047zM20%2010.08c-.375.246-.79.466-1.23.662C16.986%2011.535%2014.592%2012%2012%2012c-2.592%200-4.986-.465-6.77-1.258A8.689%208.689%200%200%201%204%2010.08V12c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%2014.57%209.622%2015%2012%2015c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868v-1.92zm0%205c-.375.246-.79.466-1.23.662C16.986%2016.535%2014.592%2017%2012%2017c-2.592%200-4.986-.465-6.77-1.258A8.689%208.689%200%200%201%204%2015.08V17c0%20.227.1.518.432.868c.337.354.872.719%201.61%201.047C7.516%2019.57%209.622%2020%2012%2020c2.379%200%204.484-.43%205.958-1.085c.738-.328%201.273-.693%201.61-1.047c.333-.35.432-.641.432-.868v-1.92zM22%2017c0%20.878-.404%201.639-.983%202.246c-.573.603-1.356%201.1-2.247%201.496C16.986%2021.535%2014.592%2022%2012%2022c-2.592%200-4.986-.465-6.77-1.258c-.89-.396-1.674-.893-2.247-1.496C2.404%2018.64%202%2017.878%202%2017V7c0-.878.404-1.638.983-2.246c.573-.603%201.356-1.1%202.247-1.496C7.014%202.465%209.408%202%2012%202c2.592%200%204.986.465%206.77%201.258c.89.396%201.674.893%202.247%201.496C21.596%205.362%2022%206.122%2022%207v10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/database-line.svg?color=%231a73e8&size=48