database icon

database from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.

Name
database
Set
Unicons
Style
Line
Category
Cloud And Web
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More cloud and web icons from Unicons

Use the database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 16.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2C8 2 4 3.37 4 6v12c0 2.63 4 4 8 4s8-1.37 8-4V6c0-2.63-4-4-8-4m6 16c0 .71-2.28 2-6 2s-6-1.29-6-2v-3.27A13.16 13.16 0 0 0 12 16a13.16 13.16 0 0 0 6-1.27Zm0-6c0 .71-2.28 2-6 2s-6-1.29-6-2V8.73A13.16 13.16 0 0 0 12 10a13.16 13.16 0 0 0 6-1.27Zm-6-4C8.28 8 6 6.71 6 6s2.28-2 6-2s6 1.29 6 2s-2.28 2-6 2m-4 2.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilDatabase(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 16.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2C8 2 4 3.37 4 6v12c0 2.63 4 4 8 4s8-1.37 8-4V6c0-2.63-4-4-8-4m6 16c0 .71-2.28 2-6 2s-6-1.29-6-2v-3.27A13.16 13.16 0 0 0 12 16a13.16 13.16 0 0 0 6-1.27Zm0-6c0 .71-2.28 2-6 2s-6-1.29-6-2V8.73A13.16 13.16 0 0 0 12 10a13.16 13.16 0 0 0 6-1.27Zm-6-4C8.28 8 6 6.71 6 6s2.28-2 6-2s6 1.29 6 2s-2.28 2-6 2m-4 2.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 16.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1M12 2C8 2 4 3.37 4 6v12c0 2.63 4 4 8 4s8-1.37 8-4V6c0-2.63-4-4-8-4m6 16c0 .71-2.28 2-6 2s-6-1.29-6-2v-3.27A13.16 13.16 0 0 0 12 16a13.16 13.16 0 0 0 6-1.27Zm0-6c0 .71-2.28 2-6 2s-6-1.29-6-2V8.73A13.16 13.16 0 0 0 12 10a13.16 13.16 0 0 0 6-1.27Zm-6-4C8.28 8 6 6.71 6 6s2.28-2 6-2s6 1.29 6 2s-2.28 2-6 2m-4 2.5a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-database {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1M12%202C8%202%204%203.37%204%206v12c0%202.63%204%204%208%204s8-1.37%208-4V6c0-2.63-4-4-8-4m6%2016c0%20.71-2.28%202-6%202s-6-1.29-6-2v-3.27A13.16%2013.16%200%200%200%2012%2016a13.16%2013.16%200%200%200%206-1.27Zm0-6c0%20.71-2.28%202-6%202s-6-1.29-6-2V8.73A13.16%2013.16%200%200%200%2012%2010a13.16%2013.16%200%200%200%206-1.27Zm-6-4C8.28%208%206%206.71%206%206s2.28-2%206-2s6%201.29%206%202s-2.28%202-6%202m-4%202.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1M12%202C8%202%204%203.37%204%206v12c0%202.63%204%204%208%204s8-1.37%208-4V6c0-2.63-4-4-8-4m6%2016c0%20.71-2.28%202-6%202s-6-1.29-6-2v-3.27A13.16%2013.16%200%200%200%2012%2016a13.16%2013.16%200%200%200%206-1.27Zm0-6c0%20.71-2.28%202-6%202s-6-1.29-6-2V8.73A13.16%2013.16%200%200%200%2012%2010a13.16%2013.16%200%200%200%206-1.27Zm-6-4C8.28%208%206%206.71%206%206s2.28-2%206-2s6%201.29%206%202s-2.28%202-6%202m-4%202.5a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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