building-home-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
building-home-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5v13A1.5 1.5 0 0 0 3.5 18H9v-3.316c0-.763.316-1.49.874-2.01L14 8.821V8.5A1.5 1.5 0 0 0 12.5 7H11V3.5A1.5 1.5 0 0 0 9.5 2zM6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M6 11.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m9.444-3.061a1.75 1.75 0 0 0-2.388 0l-4.25 3.966a1.75 1.75 0 0 0-.556 1.28V20.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5V18h2v2.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5.815a1.75 1.75 0 0 0-.556-1.28zm-1.365 1.096a.25.25 0 0 1 .342 0l4.25 3.967a.25.25 0 0 1 .079.183V20.5h-2V18a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5v2.5h-2v-5.815a.25.25 0 0 1 .08-.183zM9.25 2h-5.5Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingHome24Filled(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="M3.5 2A1.5 1.5 0 0 0 2 3.5v13A1.5 1.5 0 0 0 3.5 18H9v-3.316c0-.763.316-1.49.874-2.01L14 8.821V8.5A1.5 1.5 0 0 0 12.5 7H11V3.5A1.5 1.5 0 0 0 9.5 2zM6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M6 11.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m9.444-3.061a1.75 1.75 0 0 0-2.388 0l-4.25 3.966a1.75 1.75 0 0 0-.556 1.28V20.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5V18h2v2.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5.815a1.75 1.75 0 0 0-.556-1.28zm-1.365 1.096a.25.25 0 0 1 .342 0l4.25 3.967a.25.25 0 0 1 .079.183V20.5h-2V18a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5v2.5h-2v-5.815a.25.25 0 0 1 .08-.183zM9.25 2h-5.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5v13A1.5 1.5 0 0 0 3.5 18H9v-3.316c0-.763.316-1.49.874-2.01L14 8.821V8.5A1.5 1.5 0 0 0 12.5 7H11V3.5A1.5 1.5 0 0 0 9.5 2zM6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M6 11.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m9.444-3.061a1.75 1.75 0 0 0-2.388 0l-4.25 3.966a1.75 1.75 0 0 0-.556 1.28V20.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5V18h2v2.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5.815a1.75 1.75 0 0 0-.556-1.28zm-1.365 1.096a.25.25 0 0 1 .342 0l4.25 3.967a.25.25 0 0 1 .079.183V20.5h-2V18a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5v2.5h-2v-5.815a.25.25 0 0 1 .08-.183zM9.25 2h-5.5Z"/></svg>
</template>

CSS

.icon-building-home-24-filled {
  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%22M3.5%202A1.5%201.5%200%200%200%202%203.5v13A1.5%201.5%200%200%200%203.5%2018H9v-3.316c0-.763.316-1.49.874-2.01L14%208.821V8.5A1.5%201.5%200%200%200%2012.5%207H11V3.5A1.5%201.5%200%200%200%209.5%202zM6%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.25%209.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M6%2011.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.75%206.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m.75%202.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m9.444-3.061a1.75%201.75%200%200%200-2.388%200l-4.25%203.966a1.75%201.75%200%200%200-.556%201.28V20.5a1.5%201.5%200%200%200%201.5%201.5h2a1.5%201.5%200%200%200%201.5-1.5V18h2v2.5a1.5%201.5%200%200%200%201.5%201.5h2a1.5%201.5%200%200%200%201.5-1.5v-5.815a1.75%201.75%200%200%200-.556-1.28zm-1.365%201.096a.25.25%200%200%201%20.342%200l4.25%203.967a.25.25%200%200%201%20.079.183V20.5h-2V18a1.5%201.5%200%200%200-1.5-1.5h-2a1.5%201.5%200%200%200-1.5%201.5v2.5h-2v-5.815a.25.25%200%200%201%20.08-.183zM9.25%202h-5.5Z%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%22M3.5%202A1.5%201.5%200%200%200%202%203.5v13A1.5%201.5%200%200%200%203.5%2018H9v-3.316c0-.763.316-1.49.874-2.01L14%208.821V8.5A1.5%201.5%200%200%200%2012.5%207H11V3.5A1.5%201.5%200%200%200%209.5%202zM6%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.25%209.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M6%2011.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.75%206.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m.75%202.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m9.444-3.061a1.75%201.75%200%200%200-2.388%200l-4.25%203.966a1.75%201.75%200%200%200-.556%201.28V20.5a1.5%201.5%200%200%200%201.5%201.5h2a1.5%201.5%200%200%200%201.5-1.5V18h2v2.5a1.5%201.5%200%200%200%201.5%201.5h2a1.5%201.5%200%200%200%201.5-1.5v-5.815a1.75%201.75%200%200%200-.556-1.28zm-1.365%201.096a.25.25%200%200%201%20.342%200l4.25%203.967a.25.25%200%200%201%20.079.183V20.5h-2V18a1.5%201.5%200%200%200-1.5-1.5h-2a1.5%201.5%200%200%200-1.5%201.5v2.5h-2v-5.815a.25.25%200%200%201%20.08-.183zM9.25%202h-5.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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