database icon
database-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- database-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
database-filledAnt Design IconsdatabaseBootstrap IconsdatabaseCatppuccin IconsdatabaseCodiconsdatabaseFont Awesome 6 SoliddatabaseFont Awesome SoliddatabaseFeather Iconsdatabase-outlineFlowbite Iconsdatabase-16Fluent UI System Color Iconsdatabasecss.ggdatabaseHealth IconsdatabaseHuge IconsdatabaseHumbleiconsdatabaseIconoirdatabaseJam IconsdatabaseLine AwesomedatabaseLucidedatabaseMage IconsdatabaseMajesticonsdatabaseMaterial Icon ThemedatabaseMaterial SymbolsdatabaseMaterial Symbols LightdatabaseMaterial Design IconsdatabaseMyna UI Icons
Related icons in Fluent UI System Icons
database-arrow-down-20-filleddatabase-arrow-right-16-filleddatabase-arrow-up-16-filleddatabase-checkmark-16-filleddatabase-lightning-20-filleddatabase-link-20-filleddatabase-multiple-20-filleddatabase-person-20-filleddatabase-plug-connected-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40 12c0-2.651-2.293-4.648-5.05-5.91C32.083 4.778 28.21 4 24 4s-8.083.778-10.95 2.09C10.293 7.352 8 9.35 8 12v24.25h.007c.139 2.527 2.373 4.438 5.043 5.66C15.917 43.222 19.79 44 24 44s8.083-.779 10.95-2.09c2.67-1.222 4.904-3.133 5.043-5.66H40zm-29.5 0c0-1.077 1.009-2.455 3.59-3.636C16.562 7.233 20.064 6.5 24 6.5s7.438.733 9.91 1.864c2.58 1.181 3.59 2.56 3.59 3.636s-1.009 2.455-3.59 3.636C31.438 16.767 27.936 17.5 24 17.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636m27 24c0 1.077-1.009 2.455-3.59 3.636C31.438 40.767 27.936 41.5 24 41.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636V16.394c.752.586 1.625 1.092 2.55 1.516C15.917 19.22 19.79 20 24 20s8.083-.779 10.95-2.09c.925-.424 1.798-.93 2.55-1.516z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabase48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40 12c0-2.651-2.293-4.648-5.05-5.91C32.083 4.778 28.21 4 24 4s-8.083.778-10.95 2.09C10.293 7.352 8 9.35 8 12v24.25h.007c.139 2.527 2.373 4.438 5.043 5.66C15.917 43.222 19.79 44 24 44s8.083-.779 10.95-2.09c2.67-1.222 4.904-3.133 5.043-5.66H40zm-29.5 0c0-1.077 1.009-2.455 3.59-3.636C16.562 7.233 20.064 6.5 24 6.5s7.438.733 9.91 1.864c2.58 1.181 3.59 2.56 3.59 3.636s-1.009 2.455-3.59 3.636C31.438 16.767 27.936 17.5 24 17.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636m27 24c0 1.077-1.009 2.455-3.59 3.636C31.438 40.767 27.936 41.5 24 41.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636V16.394c.752.586 1.625 1.092 2.55 1.516C15.917 19.22 19.79 20 24 20s8.083-.779 10.95-2.09c.925-.424 1.798-.93 2.55-1.516z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40 12c0-2.651-2.293-4.648-5.05-5.91C32.083 4.778 28.21 4 24 4s-8.083.778-10.95 2.09C10.293 7.352 8 9.35 8 12v24.25h.007c.139 2.527 2.373 4.438 5.043 5.66C15.917 43.222 19.79 44 24 44s8.083-.779 10.95-2.09c2.67-1.222 4.904-3.133 5.043-5.66H40zm-29.5 0c0-1.077 1.009-2.455 3.59-3.636C16.562 7.233 20.064 6.5 24 6.5s7.438.733 9.91 1.864c2.58 1.181 3.59 2.56 3.59 3.636s-1.009 2.455-3.59 3.636C31.438 16.767 27.936 17.5 24 17.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636m27 24c0 1.077-1.009 2.455-3.59 3.636C31.438 40.767 27.936 41.5 24 41.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636V16.394c.752.586 1.625 1.092 2.55 1.516C15.917 19.22 19.79 20 24 20s8.083-.779 10.95-2.09c.925-.424 1.798-.93 2.55-1.516z"/></svg> </template>
CSS
.icon-database-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%2012c0-2.651-2.293-4.648-5.05-5.91C32.083%204.778%2028.21%204%2024%204s-8.083.778-10.95%202.09C10.293%207.352%208%209.35%208%2012v24.25h.007c.139%202.527%202.373%204.438%205.043%205.66C15.917%2043.222%2019.79%2044%2024%2044s8.083-.779%2010.95-2.09c2.67-1.222%204.904-3.133%205.043-5.66H40zm-29.5%200c0-1.077%201.009-2.455%203.59-3.636C16.562%207.233%2020.064%206.5%2024%206.5s7.438.733%209.91%201.864c2.58%201.181%203.59%202.56%203.59%203.636s-1.009%202.455-3.59%203.636C31.438%2016.767%2027.936%2017.5%2024%2017.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636m27%2024c0%201.077-1.009%202.455-3.59%203.636C31.438%2040.767%2027.936%2041.5%2024%2041.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636V16.394c.752.586%201.625%201.092%202.55%201.516C15.917%2019.22%2019.79%2020%2024%2020s8.083-.779%2010.95-2.09c.925-.424%201.798-.93%202.55-1.516z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%2012c0-2.651-2.293-4.648-5.05-5.91C32.083%204.778%2028.21%204%2024%204s-8.083.778-10.95%202.09C10.293%207.352%208%209.35%208%2012v24.25h.007c.139%202.527%202.373%204.438%205.043%205.66C15.917%2043.222%2019.79%2044%2024%2044s8.083-.779%2010.95-2.09c2.67-1.222%204.904-3.133%205.043-5.66H40zm-29.5%200c0-1.077%201.009-2.455%203.59-3.636C16.562%207.233%2020.064%206.5%2024%206.5s7.438.733%209.91%201.864c2.58%201.181%203.59%202.56%203.59%203.636s-1.009%202.455-3.59%203.636C31.438%2016.767%2027.936%2017.5%2024%2017.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636m27%2024c0%201.077-1.009%202.455-3.59%203.636C31.438%2040.767%2027.936%2041.5%2024%2041.5s-7.438-.733-9.91-1.864c-2.58-1.181-3.59-2.56-3.59-3.636V16.394c.752.586%201.625%201.092%202.55%201.516C15.917%2019.22%2019.79%2020%2024%2020s8.083-.779%2010.95-2.09c.925-.424%201.798-.93%202.55-1.516z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-48-regular.svg?color=%231a73e8&size=48