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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the home database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.497a9 9 0 0 0-1.5-.338V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25H12v.996q.001.262.056.504H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zM21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>

React

import type { SVGProps } from "react";

export function FluentHomeDatabase24Regular(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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.497a9 9 0 0 0-1.5-.338V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25H12v.996q.001.262.056.504H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zM21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.497a9 9 0 0 0-1.5-.338V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25H12v.996q.001.262.056.504H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zM21 12.5a7.7 7.7 0 0 0-1.5-.386A10 10 0 0 0 18 12c-2.761 0-5 1.12-5 2.5s2.239 2.5 5 2.5c.523 0 1.026-.04 1.5-.114A7.7 7.7 0 0 0 21 16.5c1.214-.456 2-1.182 2-2s-.786-1.544-2-2m0 5.058c-.466.15-.97.264-1.5.338A11 11 0 0 1 18 18c-1.502 0-2.912-.302-3.983-.838a5 5 0 0 1-1.017-.67V20.5c0 .356.148.694.416 1c.772.883 2.534 1.5 4.584 1.5c2.761 0 5-1.12 5-2.5v-4.008a5 5 0 0 1-1.017.67a7 7 0 0 1-.983.396"/></svg>
</template>

CSS

.icon-home-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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v1.497a9%209%200%200%200-1.5-.338V9.944a.75.75%200%200%200-.267-.573l-6.75-5.692a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25H12v.996q.001.262.056.504H4.75A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zM21%2012.5a7.7%207.7%200%200%200-1.5-.386A10%2010%200%200%200%2018%2012c-2.761%200-5%201.12-5%202.5s2.239%202.5%205%202.5c.523%200%201.026-.04%201.5-.114A7.7%207.7%200%200%200%2021%2016.5c1.214-.456%202-1.182%202-2s-.786-1.544-2-2m0%205.058c-.466.15-.97.264-1.5.338A11%2011%200%200%201%2018%2018c-1.502%200-2.912-.302-3.983-.838a5%205%200%200%201-1.017-.67V20.5c0%20.356.148.694.416%201c.772.883%202.534%201.5%204.584%201.5c2.761%200%205-1.12%205-2.5v-4.008a5%205%200%200%201-1.017.67a7%207%200%200%201-.983.396%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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v1.497a9%209%200%200%200-1.5-.338V9.944a.75.75%200%200%200-.267-.573l-6.75-5.692a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25H12v.996q.001.262.056.504H4.75A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zM21%2012.5a7.7%207.7%200%200%200-1.5-.386A10%2010%200%200%200%2018%2012c-2.761%200-5%201.12-5%202.5s2.239%202.5%205%202.5c.523%200%201.026-.04%201.5-.114A7.7%207.7%200%200%200%2021%2016.5c1.214-.456%202-1.182%202-2s-.786-1.544-2-2m0%205.058c-.466.15-.97.264-1.5.338A11%2011%200%200%201%2018%2018c-1.502%200-2.912-.302-3.983-.838a5%205%200%200%201-1.017-.67V20.5c0%20.356.148.694.416%201c.772.883%202.534%201.5%204.584%201.5c2.761%200%205-1.12%205-2.5v-4.008a5%205%200%200%201-1.017.67a7%207%200%200%201-.983.396%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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