database icon

database-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
database-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M128 24c-53.83 0-96 24.6-96 56v96c0 31.4 42.17 56 96 56s96-24.6 96-56V80c0-31.4-42.17-56-96-56m80 104c0 9.62-7.88 19.43-21.61 26.92C170.93 163.35 150.19 168 128 168s-42.93-4.65-58.39-13.08C55.88 147.43 48 137.62 48 128v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64Zm-21.61 74.92C170.93 211.35 150.19 216 128 216s-42.93-4.65-58.39-13.08C55.88 195.43 48 185.62 48 176v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64V176c0 9.62-7.88 19.43-21.61 26.92"/></svg>

React

import type { SVGProps } from "react";

export function PhDatabaseFill(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="M128 24c-53.83 0-96 24.6-96 56v96c0 31.4 42.17 56 96 56s96-24.6 96-56V80c0-31.4-42.17-56-96-56m80 104c0 9.62-7.88 19.43-21.61 26.92C170.93 163.35 150.19 168 128 168s-42.93-4.65-58.39-13.08C55.88 147.43 48 137.62 48 128v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64Zm-21.61 74.92C170.93 211.35 150.19 216 128 216s-42.93-4.65-58.39-13.08C55.88 195.43 48 185.62 48 176v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64V176c0 9.62-7.88 19.43-21.61 26.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24c-53.83 0-96 24.6-96 56v96c0 31.4 42.17 56 96 56s96-24.6 96-56V80c0-31.4-42.17-56-96-56m80 104c0 9.62-7.88 19.43-21.61 26.92C170.93 163.35 150.19 168 128 168s-42.93-4.65-58.39-13.08C55.88 147.43 48 137.62 48 128v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64Zm-21.61 74.92C170.93 211.35 150.19 216 128 216s-42.93-4.65-58.39-13.08C55.88 195.43 48 185.62 48 176v-16.64c17.06 15 46.23 24.64 80 24.64s62.94-9.68 80-24.64V176c0 9.62-7.88 19.43-21.61 26.92"/></svg>
</template>

CSS

.icon-database-fill {
  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%22M128%2024c-53.83%200-96%2024.6-96%2056v96c0%2031.4%2042.17%2056%2096%2056s96-24.6%2096-56V80c0-31.4-42.17-56-96-56m80%20104c0%209.62-7.88%2019.43-21.61%2026.92C170.93%20163.35%20150.19%20168%20128%20168s-42.93-4.65-58.39-13.08C55.88%20147.43%2048%20137.62%2048%20128v-16.64c17.06%2015%2046.23%2024.64%2080%2024.64s62.94-9.68%2080-24.64Zm-21.61%2074.92C170.93%20211.35%20150.19%20216%20128%20216s-42.93-4.65-58.39-13.08C55.88%20195.43%2048%20185.62%2048%20176v-16.64c17.06%2015%2046.23%2024.64%2080%2024.64s62.94-9.68%2080-24.64V176c0%209.62-7.88%2019.43-21.61%2026.92%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%22M128%2024c-53.83%200-96%2024.6-96%2056v96c0%2031.4%2042.17%2056%2096%2056s96-24.6%2096-56V80c0-31.4-42.17-56-96-56m80%20104c0%209.62-7.88%2019.43-21.61%2026.92C170.93%20163.35%20150.19%20168%20128%20168s-42.93-4.65-58.39-13.08C55.88%20147.43%2048%20137.62%2048%20128v-16.64c17.06%2015%2046.23%2024.64%2080%2024.64s62.94-9.68%2080-24.64Zm-21.61%2074.92C170.93%20211.35%20150.19%20216%20128%20216s-42.93-4.65-58.39-13.08C55.88%20195.43%2048%20185.62%2048%20176v-16.64c17.06%2015%2046.23%2024.64%2080%2024.64s62.94-9.68%2080-24.64V176c0%209.62-7.88%2019.43-21.61%2026.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/database-fill.svg?color=%231a73e8&size=48