database-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
database-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M4 6c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.377 9.917 2 12 2s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v12c0 .69-.315 1.293-.774 1.78c-.455.482-1.079.883-1.793 1.203C16.004 21.623 14.083 22 12 22s-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.293 4 18.69 4 18zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864c-1.195-.535-2.9-.886-4.82-.886s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75m13 2.392c-.32.22-.68.417-1.067.59C16.004 9.623 14.083 10 12 10s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabase24Regular(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="M4 6c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.377 9.917 2 12 2s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v12c0 .69-.315 1.293-.774 1.78c-.455.482-1.079.883-1.793 1.203C16.004 21.623 14.083 22 12 22s-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.293 4 18.69 4 18zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864c-1.195-.535-2.9-.886-4.82-.886s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75m13 2.392c-.32.22-.68.417-1.067.59C16.004 9.623 14.083 10 12 10s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.377 9.917 2 12 2s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v12c0 .69-.315 1.293-.774 1.78c-.455.482-1.079.883-1.793 1.203C16.004 21.623 14.083 22 12 22s-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.293 4 18.69 4 18zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864c-1.195-.535-2.9-.886-4.82-.886s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75m13 2.392c-.32.22-.68.417-1.067.59C16.004 9.623 14.083 10 12 10s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.899.886 4.82.886s3.625-.35 4.82-.886c.598-.268 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75z"/></svg>
</template>

CSS

.icon-database-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206c0-.69.315-1.293.774-1.78c.455-.482%201.079-.883%201.793-1.202C7.996%202.377%209.917%202%2012%202s4.004.377%205.433%201.018c.714.32%201.338.72%201.793%201.202c.459.487.774%201.09.774%201.78v12c0%20.69-.315%201.293-.774%201.78c-.455.482-1.079.883-1.793%201.203C16.004%2021.623%2014.083%2022%2012%2022s-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315%2019.293%204%2018.69%204%2018zm1.5%200c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.899.886%204.82.886s3.625-.35%204.82-.886c.598-.268%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864c-1.195-.535-2.9-.886-4.82-.886s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75m13%202.392c-.32.22-.68.417-1.067.59C16.004%209.623%2014.083%2010%2012%2010s-4.004-.377-5.433-1.018a7%207%200%200%201-1.067-.59V18c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.899.886%204.82.886s3.625-.35%204.82-.886c.598-.268%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75z%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%22M4%206c0-.69.315-1.293.774-1.78c.455-.482%201.079-.883%201.793-1.202C7.996%202.377%209.917%202%2012%202s4.004.377%205.433%201.018c.714.32%201.338.72%201.793%201.202c.459.487.774%201.09.774%201.78v12c0%20.69-.315%201.293-.774%201.78c-.455.482-1.079.883-1.793%201.203C16.004%2021.623%2014.083%2022%2012%2022s-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315%2019.293%204%2018.69%204%2018zm1.5%200c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.899.886%204.82.886s3.625-.35%204.82-.886c.598-.268%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864c-1.195-.535-2.9-.886-4.82-.886s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75m13%202.392c-.32.22-.68.417-1.067.59C16.004%209.623%2014.083%2010%2012%2010s-4.004-.377-5.433-1.018a7%207%200%200%201-1.067-.59V18c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.899.886%204.82.886s3.625-.35%204.82-.886c.598-.268%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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