database icon

database-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
database-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M216 80c0 26.51-39.4 48-88 48s-88-21.49-88-48s39.4-48 88-48s88 21.49 88 48" opacity=".2"/><path 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.64ZM69.61 53.08C85.07 44.65 105.81 40 128 40s42.93 4.65 58.39 13.08C200.12 60.57 208 70.38 208 80s-7.88 19.43-21.61 26.92C170.93 115.35 150.19 120 128 120s-42.93-4.65-58.39-13.08C55.88 99.43 48 89.62 48 80s7.88-19.43 21.61-26.92m116.78 149.84C170.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"/></g></svg>

React

import type { SVGProps } from "react";

export function PhDatabaseDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 80c0 26.51-39.4 48-88 48s-88-21.49-88-48s39.4-48 88-48s88 21.49 88 48" opacity=".2"/><path 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.64ZM69.61 53.08C85.07 44.65 105.81 40 128 40s42.93 4.65 58.39 13.08C200.12 60.57 208 70.38 208 80s-7.88 19.43-21.61 26.92C170.93 115.35 150.19 120 128 120s-42.93-4.65-58.39-13.08C55.88 99.43 48 89.62 48 80s7.88-19.43 21.61-26.92m116.78 149.84C170.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 80c0 26.51-39.4 48-88 48s-88-21.49-88-48s39.4-48 88-48s88 21.49 88 48" opacity=".2"/><path 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.64ZM69.61 53.08C85.07 44.65 105.81 40 128 40s42.93 4.65 58.39 13.08C200.12 60.57 208 70.38 208 80s-7.88 19.43-21.61 26.92C170.93 115.35 150.19 120 128 120s-42.93-4.65-58.39-13.08C55.88 99.43 48 89.62 48 80s7.88-19.43 21.61-26.92m116.78 149.84C170.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"/></g></svg>
</template>

CSS

.icon-database-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2080c0%2026.51-39.4%2048-88%2048s-88-21.49-88-48s39.4-48%2088-48s88%2021.49%2088%2048%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.64ZM69.61%2053.08C85.07%2044.65%20105.81%2040%20128%2040s42.93%204.65%2058.39%2013.08C200.12%2060.57%20208%2070.38%20208%2080s-7.88%2019.43-21.61%2026.92C170.93%20115.35%20150.19%20120%20128%20120s-42.93-4.65-58.39-13.08C55.88%2099.43%2048%2089.62%2048%2080s7.88-19.43%2021.61-26.92m116.78%20149.84C170.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%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2080c0%2026.51-39.4%2048-88%2048s-88-21.49-88-48s39.4-48%2088-48s88%2021.49%2088%2048%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.64ZM69.61%2053.08C85.07%2044.65%20105.81%2040%20128%2040s42.93%204.65%2058.39%2013.08C200.12%2060.57%20208%2070.38%20208%2080s-7.88%2019.43-21.61%2026.92C170.93%20115.35%20150.19%20120%20128%20120s-42.93-4.65-58.39-13.08C55.88%2099.43%2048%2089.62%2048%2080s7.88-19.43%2021.61-26.92m116.78%20149.84C170.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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