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

Name
building-home-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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 2a.25.25 0 0 0-.25.25L3 10.75c0 .138.112.25.25.25H5v1H3.25C2.56 12 2 11.44 2 10.75l.002-8.5c0-.69.56-1.25 1.25-1.25h4.503c.69 0 1.25.56 1.25 1.251L9.003 4.25c0 .138.111.25.25.25h.497A1.25 1.25 0 0 1 11 5.699A2 2 0 0 0 9.481 5.5h-.228a1.25 1.25 0 0 1-1.25-1.251l.002-1.999a.25.25 0 0 0-.25-.25zm7.429 4.7a1 1 0 0 0-1.361 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.1zM7.16 10.07L10 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-.366M5 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 6a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M7 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingHome16Regular(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 2a.25.25 0 0 0-.25.25L3 10.75c0 .138.112.25.25.25H5v1H3.25C2.56 12 2 11.44 2 10.75l.002-8.5c0-.69.56-1.25 1.25-1.25h4.503c.69 0 1.25.56 1.25 1.251L9.003 4.25c0 .138.111.25.25.25h.497A1.25 1.25 0 0 1 11 5.699A2 2 0 0 0 9.481 5.5h-.228a1.25 1.25 0 0 1-1.25-1.251l.002-1.999a.25.25 0 0 0-.25-.25zm7.429 4.7a1 1 0 0 0-1.361 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.1zM7.16 10.07L10 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-.366M5 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 6a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M7 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></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 2a.25.25 0 0 0-.25.25L3 10.75c0 .138.112.25.25.25H5v1H3.25C2.56 12 2 11.44 2 10.75l.002-8.5c0-.69.56-1.25 1.25-1.25h4.503c.69 0 1.25.56 1.25 1.251L9.003 4.25c0 .138.111.25.25.25h.497A1.25 1.25 0 0 1 11 5.699A2 2 0 0 0 9.481 5.5h-.228a1.25 1.25 0 0 1-1.25-1.251l.002-1.999a.25.25 0 0 0-.25-.25zm7.429 4.7a1 1 0 0 0-1.361 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.1zM7.16 10.07L10 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-.366M5 3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M4.5 6a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M7 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M6.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
</template>

CSS

.icon-building-home-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.252%202a.25.25%200%200%200-.25.25L3%2010.75c0%20.138.112.25.25.25H5v1H3.25C2.56%2012%202%2011.44%202%2010.75l.002-8.5c0-.69.56-1.25%201.25-1.25h4.503c.69%200%201.25.56%201.25%201.251L9.003%204.25c0%20.138.111.25.25.25h.497A1.25%201.25%200%200%201%2011%205.699A2%202%200%200%200%209.481%205.5h-.228a1.25%201.25%200%200%201-1.25-1.251l.002-1.999a.25.25%200%200%200-.25-.25zm7.429%204.7a1%201%200%200%200-1.361%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.1zM7.16%2010.07L10%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-.366M5%203.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M4.5%206a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M5%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M7%205.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%202a.25.25%200%200%200-.25.25L3%2010.75c0%20.138.112.25.25.25H5v1H3.25C2.56%2012%202%2011.44%202%2010.75l.002-8.5c0-.69.56-1.25%201.25-1.25h4.503c.69%200%201.25.56%201.25%201.251L9.003%204.25c0%20.138.111.25.25.25h.497A1.25%201.25%200%200%201%2011%205.699A2%202%200%200%200%209.481%205.5h-.228a1.25%201.25%200%200%201-1.25-1.251l.002-1.999a.25.25%200%200%200-.25-.25zm7.429%204.7a1%201%200%200%200-1.361%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.1zM7.16%2010.07L10%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-.366M5%203.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M4.5%206a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M5%207.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M7%205.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M6.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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-regular.svg?color=%231a73e8&size=48