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

Name
building-home-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3.252 1c-.69 0-1.25.56-1.25 1.25L2 10.75c0 .69.56 1.25 1.25 1.25H5v-1.565a2.5 2.5 0 0 1 .799-1.832l.652-.605A.5.5 0 1 1 7 7.488l1.64-1.522a2 2 0 0 1 2.359-.267A1.25 1.25 0 0 0 9.75 4.5h-.497a.25.25 0 0 1-.25-.25l.002-1.999c0-.69-.56-1.251-1.25-1.251zM4.5 4a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M5 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 8a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M7 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 6a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m4.18.7a1 1 0 0 0-1.36 0L6.48 9.337a1.5 1.5 0 0 0-.48 1.1V14a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-1h1v1a1 1 0 0 0 1 1H13a1 1 0 0 0 1-1v-3.564a1.5 1.5 0 0 0-.48-1.1zm-3.52 3.37L10 7.432l2.84 2.638a.5.5 0 0 1 .16.366V14h-1.5v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1H7v-3.564a.5.5 0 0 1 .16-.366"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingHome16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.252 1c-.69 0-1.25.56-1.25 1.25L2 10.75c0 .69.56 1.25 1.25 1.25H5v-1.565a2.5 2.5 0 0 1 .799-1.832l.652-.605A.5.5 0 1 1 7 7.488l1.64-1.522a2 2 0 0 1 2.359-.267A1.25 1.25 0 0 0 9.75 4.5h-.497a.25.25 0 0 1-.25-.25l.002-1.999c0-.69-.56-1.251-1.25-1.251zM4.5 4a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M5 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 8a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M7 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 6a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m4.18.7a1 1 0 0 0-1.36 0L6.48 9.337a1.5 1.5 0 0 0-.48 1.1V14a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-1h1v1a1 1 0 0 0 1 1H13a1 1 0 0 0 1-1v-3.564a1.5 1.5 0 0 0-.48-1.1zm-3.52 3.37L10 7.432l2.84 2.638a.5.5 0 0 1 .16.366V14h-1.5v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1H7v-3.564a.5.5 0 0 1 .16-.366"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.252 1c-.69 0-1.25.56-1.25 1.25L2 10.75c0 .69.56 1.25 1.25 1.25H5v-1.565a2.5 2.5 0 0 1 .799-1.832l.652-.605A.5.5 0 1 1 7 7.488l1.64-1.522a2 2 0 0 1 2.359-.267A1.25 1.25 0 0 0 9.75 4.5h-.497a.25.25 0 0 1-.25-.25l.002-1.999c0-.69-.56-1.251-1.25-1.251zM4.5 4a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M5 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 8a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M7 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 6a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m4.18.7a1 1 0 0 0-1.36 0L6.48 9.337a1.5 1.5 0 0 0-.48 1.1V14a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-1h1v1a1 1 0 0 0 1 1H13a1 1 0 0 0 1-1v-3.564a1.5 1.5 0 0 0-.48-1.1zm-3.52 3.37L10 7.432l2.84 2.638a.5.5 0 0 1 .16.366V14h-1.5v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1H7v-3.564a.5.5 0 0 1 .16-.366"/></svg>
</template>

CSS

.icon-building-home-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.252%201c-.69%200-1.25.56-1.25%201.25L2%2010.75c0%20.69.56%201.25%201.25%201.25H5v-1.565a2.5%202.5%200%200%201%20.799-1.832l.652-.605A.5.5%200%201%201%207%207.488l1.64-1.522a2%202%200%200%201%202.359-.267A1.25%201.25%200%200%200%209.75%204.5h-.497a.25.25%200%200%201-.25-.25l.002-1.999c0-.69-.56-1.251-1.25-1.251zM4.5%204a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M5%205.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M4.5%208a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M7%203.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%206a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m4.18.7a1%201%200%200%200-1.36%200L6.48%209.337a1.5%201.5%200%200%200-.48%201.1V14a1%201%200%200%200%201%201h1.5a1%201%200%200%200%201-1v-1h1v1a1%201%200%200%200%201%201H13a1%201%200%200%200%201-1v-3.564a1.5%201.5%200%200%200-.48-1.1zm-3.52%203.37L10%207.432l2.84%202.638a.5.5%200%200%201%20.16.366V14h-1.5v-1a1%201%200%200%200-1-1h-1a1%201%200%200%200-1%201v1H7v-3.564a.5.5%200%200%201%20.16-.366%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.252%201c-.69%200-1.25.56-1.25%201.25L2%2010.75c0%20.69.56%201.25%201.25%201.25H5v-1.565a2.5%202.5%200%200%201%20.799-1.832l.652-.605A.5.5%200%201%201%207%207.488l1.64-1.522a2%202%200%200%201%202.359-.267A1.25%201.25%200%200%200%209.75%204.5h-.497a.25.25%200%200%201-.25-.25l.002-1.999c0-.69-.56-1.251-1.25-1.251zM4.5%204a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M5%205.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M4.5%208a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M7%203.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%206a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m4.18.7a1%201%200%200%200-1.36%200L6.48%209.337a1.5%201.5%200%200%200-.48%201.1V14a1%201%200%200%200%201%201h1.5a1%201%200%200%200%201-1v-1h1v1a1%201%200%200%200%201%201H13a1%201%200%200%200%201-1v-3.564a1.5%201.5%200%200%200-.48-1.1zm-3.52%203.37L10%207.432l2.84%202.638a.5.5%200%200%201%20.16.366V14h-1.5v-1a1%201%200%200%200-1-1h-1a1%201%200%200%200-1%201v1H7v-3.564a.5.5%200%200%201%20.16-.366%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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