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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the database link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6v12c0 .69.315 1.293.774 1.78c.455.482 1.079.883 1.793 1.203C7.996 21.623 9.917 22 12 22q.767 0 1.499-.066a4.8 4.8 0 0 1-1.623-1.434c-1.87-.015-3.527-.362-4.696-.886c-.598-.268-1.036-.568-1.315-.864c-.275-.29-.365-.543-.365-.75V8.392c.32.22.68.417 1.067.59C7.996 9.623 9.917 10 12 10s4.004-.377 5.433-1.018c.386-.173.746-.37 1.067-.59V13h.75q.383 0 .75.059V6c0-.69-.315-1.293-.774-1.78c-.455-.482-1.079-.883-1.793-1.202C16.004 2.377 14.083 2 12 2s-4.004.377-5.433 1.018c-.714.32-1.338.72-1.793 1.202C4.315 4.707 4 5.31 4 6m1.5 0c0-.207.09-.46.365-.75c.279-.296.717-.596 1.315-.864C8.375 3.851 10.08 3.5 12 3.5s3.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.899.886-4.82.886s-3.625-.35-4.82-.886c-.598-.268-1.036-.568-1.315-.864C5.59 6.46 5.5 6.207 5.5 6M23 17.75A3.75 3.75 0 0 0 19.25 14l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 20l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21.5l.2-.005A3.75 3.75 0 0 0 23 17.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 20l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 17.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseLink24Regular(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 6v12c0 .69.315 1.293.774 1.78c.455.482 1.079.883 1.793 1.203C7.996 21.623 9.917 22 12 22q.767 0 1.499-.066a4.8 4.8 0 0 1-1.623-1.434c-1.87-.015-3.527-.362-4.696-.886c-.598-.268-1.036-.568-1.315-.864c-.275-.29-.365-.543-.365-.75V8.392c.32.22.68.417 1.067.59C7.996 9.623 9.917 10 12 10s4.004-.377 5.433-1.018c.386-.173.746-.37 1.067-.59V13h.75q.383 0 .75.059V6c0-.69-.315-1.293-.774-1.78c-.455-.482-1.079-.883-1.793-1.202C16.004 2.377 14.083 2 12 2s-4.004.377-5.433 1.018c-.714.32-1.338.72-1.793 1.202C4.315 4.707 4 5.31 4 6m1.5 0c0-.207.09-.46.365-.75c.279-.296.717-.596 1.315-.864C8.375 3.851 10.08 3.5 12 3.5s3.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.899.886-4.82.886s-3.625-.35-4.82-.886c-.598-.268-1.036-.568-1.315-.864C5.59 6.46 5.5 6.207 5.5 6M23 17.75A3.75 3.75 0 0 0 19.25 14l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 20l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21.5l.2-.005A3.75 3.75 0 0 0 23 17.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 20l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 17.75"/></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 6v12c0 .69.315 1.293.774 1.78c.455.482 1.079.883 1.793 1.203C7.996 21.623 9.917 22 12 22q.767 0 1.499-.066a4.8 4.8 0 0 1-1.623-1.434c-1.87-.015-3.527-.362-4.696-.886c-.598-.268-1.036-.568-1.315-.864c-.275-.29-.365-.543-.365-.75V8.392c.32.22.68.417 1.067.59C7.996 9.623 9.917 10 12 10s4.004-.377 5.433-1.018c.386-.173.746-.37 1.067-.59V13h.75q.383 0 .75.059V6c0-.69-.315-1.293-.774-1.78c-.455-.482-1.079-.883-1.793-1.202C16.004 2.377 14.083 2 12 2s-4.004.377-5.433 1.018c-.714.32-1.338.72-1.793 1.202C4.315 4.707 4 5.31 4 6m1.5 0c0-.207.09-.46.365-.75c.279-.296.717-.596 1.315-.864C8.375 3.851 10.08 3.5 12 3.5s3.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.899.886-4.82.886s-3.625-.35-4.82-.886c-.598-.268-1.036-.568-1.315-.864C5.59 6.46 5.5 6.207 5.5 6M23 17.75A3.75 3.75 0 0 0 19.25 14l-.102.007a.75.75 0 0 0 .102 1.493l.154.005A2.25 2.25 0 0 1 19.25 20l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V21.5l.2-.005A3.75 3.75 0 0 0 23 17.75m-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.007A.75.75 0 0 0 15.75 20l-.154-.005a2.25 2.25 0 0 1 .154-4.495l.102-.007a.75.75 0 0 0 .648-.743m3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.102-.007A.75.75 0 0 0 20 17.75"/></svg>
</template>

CSS

.icon-database-link-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%206v12c0%20.69.315%201.293.774%201.78c.455.482%201.079.883%201.793%201.203C7.996%2021.623%209.917%2022%2012%2022q.767%200%201.499-.066a4.8%204.8%200%200%201-1.623-1.434c-1.87-.015-3.527-.362-4.696-.886c-.598-.268-1.036-.568-1.315-.864c-.275-.29-.365-.543-.365-.75V8.392c.32.22.68.417%201.067.59C7.996%209.623%209.917%2010%2012%2010s4.004-.377%205.433-1.018c.386-.173.746-.37%201.067-.59V13h.75q.383%200%20.75.059V6c0-.69-.315-1.293-.774-1.78c-.455-.482-1.079-.883-1.793-1.202C16.004%202.377%2014.083%202%2012%202s-4.004.377-5.433%201.018c-.714.32-1.338.72-1.793%201.202C4.315%204.707%204%205.31%204%206m1.5%200c0-.207.09-.46.365-.75c.279-.296.717-.596%201.315-.864C8.375%203.851%2010.08%203.5%2012%203.5s3.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.899.886-4.82.886s-3.625-.35-4.82-.886c-.598-.268-1.036-.568-1.315-.864C5.59%206.46%205.5%206.207%205.5%206M23%2017.75A3.75%203.75%200%200%200%2019.25%2014l-.102.007a.75.75%200%200%200%20.102%201.493l.154.005A2.25%202.25%200%200%201%2019.25%2020l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V21.5l.2-.005A3.75%203.75%200%200%200%2023%2017.75m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007A.75.75%200%200%200%2015.75%2020l-.154-.005a2.25%202.25%200%200%201%20.154-4.495l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.102-.007A.75.75%200%200%200%2020%2017.75%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%206v12c0%20.69.315%201.293.774%201.78c.455.482%201.079.883%201.793%201.203C7.996%2021.623%209.917%2022%2012%2022q.767%200%201.499-.066a4.8%204.8%200%200%201-1.623-1.434c-1.87-.015-3.527-.362-4.696-.886c-.598-.268-1.036-.568-1.315-.864c-.275-.29-.365-.543-.365-.75V8.392c.32.22.68.417%201.067.59C7.996%209.623%209.917%2010%2012%2010s4.004-.377%205.433-1.018c.386-.173.746-.37%201.067-.59V13h.75q.383%200%20.75.059V6c0-.69-.315-1.293-.774-1.78c-.455-.482-1.079-.883-1.793-1.202C16.004%202.377%2014.083%202%2012%202s-4.004.377-5.433%201.018c-.714.32-1.338.72-1.793%201.202C4.315%204.707%204%205.31%204%206m1.5%200c0-.207.09-.46.365-.75c.279-.296.717-.596%201.315-.864C8.375%203.851%2010.08%203.5%2012%203.5s3.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.899.886-4.82.886s-3.625-.35-4.82-.886c-.598-.268-1.036-.568-1.315-.864C5.59%206.46%205.5%206.207%205.5%206M23%2017.75A3.75%203.75%200%200%200%2019.25%2014l-.102.007a.75.75%200%200%200%20.102%201.493l.154.005A2.25%202.25%200%200%201%2019.25%2020l-.003.005l-.102.007a.75.75%200%200%200%20.108%201.493V21.5l.2-.005A3.75%203.75%200%200%200%2023%2017.75m-6.5-3a.75.75%200%200%200-.75-.75l-.2.005a3.75%203.75%200%200%200%20.2%207.495l.102-.007A.75.75%200%200%200%2015.75%2020l-.154-.005a2.25%202.25%200%200%201%20.154-4.495l.102-.007a.75.75%200%200%200%20.648-.743m3.5%203a.75.75%200%200%200-.75-.75h-3.5l-.102.007a.75.75%200%200%200%20.102%201.493h3.5l.102-.007A.75.75%200%200%200%2020%2017.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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