database icon
database-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- database-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 IconsdatabaseMajesticonsdatabaseMaterial Icon ThemedatabaseMaterial SymbolsdatabaseMaterial Symbols LightdatabaseMaterial Design Icons
Use the database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 35.52C177.62 25.51 153.48 20 128 20s-49.62 5.51-68 15.52C39.37 46.79 28 62.58 28 80v96c0 17.42 11.37 33.21 32 44.48c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52c20.66-11.27 32-27.06 32-44.48V80c0-17.42-11.37-33.21-32-44.48m8 92.48c0 17-31.21 36-76 36s-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94Zm-76-84c44.79 0 76 19 76 36s-31.21 36-76 36s-76-19-76-36s31.21-36 76-36m0 168c-44.79 0-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94V176c0 17-31.21 36-76 36"/></svg>
React
import type { SVGProps } from "react";
export function PhDatabaseBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 35.52C177.62 25.51 153.48 20 128 20s-49.62 5.51-68 15.52C39.37 46.79 28 62.58 28 80v96c0 17.42 11.37 33.21 32 44.48c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52c20.66-11.27 32-27.06 32-44.48V80c0-17.42-11.37-33.21-32-44.48m8 92.48c0 17-31.21 36-76 36s-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94Zm-76-84c44.79 0 76 19 76 36s-31.21 36-76 36s-76-19-76-36s31.21-36 76-36m0 168c-44.79 0-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94V176c0 17-31.21 36-76 36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 35.52C177.62 25.51 153.48 20 128 20s-49.62 5.51-68 15.52C39.37 46.79 28 62.58 28 80v96c0 17.42 11.37 33.21 32 44.48c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52c20.66-11.27 32-27.06 32-44.48V80c0-17.42-11.37-33.21-32-44.48m8 92.48c0 17-31.21 36-76 36s-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94Zm-76-84c44.79 0 76 19 76 36s-31.21 36-76 36s-76-19-76-36s31.21-36 76-36m0 168c-44.79 0-76-19-76-36v-8.46a89 89 0 0 0 8 4.94c18.35 10 42.49 15.52 68 15.52s49.62-5.51 68-15.52a89 89 0 0 0 8-4.94V176c0 17-31.21 36-76 36"/></svg> </template>
CSS
.icon-database-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2035.52C177.62%2025.51%20153.48%2020%20128%2020s-49.62%205.51-68%2015.52C39.37%2046.79%2028%2062.58%2028%2080v96c0%2017.42%2011.37%2033.21%2032%2044.48c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52c20.66-11.27%2032-27.06%2032-44.48V80c0-17.42-11.37-33.21-32-44.48m8%2092.48c0%2017-31.21%2036-76%2036s-76-19-76-36v-8.46a89%2089%200%200%200%208%204.94c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52a89%2089%200%200%200%208-4.94Zm-76-84c44.79%200%2076%2019%2076%2036s-31.21%2036-76%2036s-76-19-76-36s31.21-36%2076-36m0%20168c-44.79%200-76-19-76-36v-8.46a89%2089%200%200%200%208%204.94c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52a89%2089%200%200%200%208-4.94V176c0%2017-31.21%2036-76%2036%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2035.52C177.62%2025.51%20153.48%2020%20128%2020s-49.62%205.51-68%2015.52C39.37%2046.79%2028%2062.58%2028%2080v96c0%2017.42%2011.37%2033.21%2032%2044.48c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52c20.66-11.27%2032-27.06%2032-44.48V80c0-17.42-11.37-33.21-32-44.48m8%2092.48c0%2017-31.21%2036-76%2036s-76-19-76-36v-8.46a89%2089%200%200%200%208%204.94c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52a89%2089%200%200%200%208-4.94Zm-76-84c44.79%200%2076%2019%2076%2036s-31.21%2036-76%2036s-76-19-76-36s31.21-36%2076-36m0%20168c-44.79%200-76-19-76-36v-8.46a89%2089%200%200%200%208%204.94c18.35%2010%2042.49%2015.52%2068%2015.52s49.62-5.51%2068-15.52a89%2089%200%200%200%208-4.94V176c0%2017-31.21%2036-76%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/database-bold.svg?color=%231a73e8&size=48