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

Name
building-home-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M3.25 3a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7.5v1H3.25C2.56 15 2 14.44 2 13.75V3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8c-.351.04-.695.161-1 .365V7.25a.25.25 0 0 0-.25-.25h-1.5C9.56 7 9 6.44 9 5.75v-2.5A.25.25 0 0 0 8.75 3zm10.811 6.284a1.25 1.25 0 0 0-1.622 0l-3.47 2.96a1.33 1.33 0 0 0-.469 1.014v4.616c0 .622.504 1.125 1.125 1.125h1.75c.621 0 1.125-.503 1.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069 0 .125.056.125.125v1.75c0 .62.504 1.124 1.125 1.124h1.75c.621 0 1.125-.503 1.125-1.125v-4.616c0-.39-.171-.761-.468-1.014zm-.973.761a.25.25 0 0 1 .324 0l3.47 2.96a.33.33 0 0 1 .118.253v4.616c0 .07-.056.125-.125.125h-1.75a.125.125 0 0 1-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621 0-1.125.504-1.125 1.125v1.75a.125.125 0 0 1-.125.124h-1.75a.125.125 0 0 1-.125-.125v-4.616c0-.097.043-.19.117-.253zM5.5 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.75 1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 7a.75.75 0 1 1-1.5 0A.75.75 0 0 1 8 7m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingHome20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.25 3a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7.5v1H3.25C2.56 15 2 14.44 2 13.75V3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8c-.351.04-.695.161-1 .365V7.25a.25.25 0 0 0-.25-.25h-1.5C9.56 7 9 6.44 9 5.75v-2.5A.25.25 0 0 0 8.75 3zm10.811 6.284a1.25 1.25 0 0 0-1.622 0l-3.47 2.96a1.33 1.33 0 0 0-.469 1.014v4.616c0 .622.504 1.125 1.125 1.125h1.75c.621 0 1.125-.503 1.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069 0 .125.056.125.125v1.75c0 .62.504 1.124 1.125 1.124h1.75c.621 0 1.125-.503 1.125-1.125v-4.616c0-.39-.171-.761-.468-1.014zm-.973.761a.25.25 0 0 1 .324 0l3.47 2.96a.33.33 0 0 1 .118.253v4.616c0 .07-.056.125-.125.125h-1.75a.125.125 0 0 1-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621 0-1.125.504-1.125 1.125v1.75a.125.125 0 0 1-.125.124h-1.75a.125.125 0 0 1-.125-.125v-4.616c0-.097.043-.19.117-.253zM5.5 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.75 1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 7a.75.75 0 1 1-1.5 0A.75.75 0 0 1 8 7m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.25 3a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7.5v1H3.25C2.56 15 2 14.44 2 13.75V3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8c-.351.04-.695.161-1 .365V7.25a.25.25 0 0 0-.25-.25h-1.5C9.56 7 9 6.44 9 5.75v-2.5A.25.25 0 0 0 8.75 3zm10.811 6.284a1.25 1.25 0 0 0-1.622 0l-3.47 2.96a1.33 1.33 0 0 0-.469 1.014v4.616c0 .622.504 1.125 1.125 1.125h1.75c.621 0 1.125-.503 1.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069 0 .125.056.125.125v1.75c0 .62.504 1.124 1.125 1.124h1.75c.621 0 1.125-.503 1.125-1.125v-4.616c0-.39-.171-.761-.468-1.014zm-.973.761a.25.25 0 0 1 .324 0l3.47 2.96a.33.33 0 0 1 .118.253v4.616c0 .07-.056.125-.125.125h-1.75a.125.125 0 0 1-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621 0-1.125.504-1.125 1.125v1.75a.125.125 0 0 1-.125.124h-1.75a.125.125 0 0 1-.125-.125v-4.616c0-.097.043-.19.117-.253zM5.5 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.75 1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 7a.75.75 0 1 1-1.5 0A.75.75 0 0 1 8 7m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
</template>

CSS

.icon-building-home-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%203a.25.25%200%200%200-.25.25v10.5c0%20.138.112.25.25.25H7.5v1H3.25C2.56%2015%202%2014.44%202%2013.75V3.25C2%202.56%202.56%202%203.25%202h5.5C9.44%202%2010%202.56%2010%203.25v2.5c0%20.138.112.25.25.25h1.5c.69%200%201.25.56%201.25%201.25V8c-.351.04-.695.161-1%20.365V7.25a.25.25%200%200%200-.25-.25h-1.5C9.56%207%209%206.44%209%205.75v-2.5A.25.25%200%200%200%208.75%203zm10.811%206.284a1.25%201.25%200%200%200-1.622%200l-3.47%202.96a1.33%201.33%200%200%200-.469%201.014v4.616c0%20.622.504%201.125%201.125%201.125h1.75c.621%200%201.125-.503%201.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069%200%20.125.056.125.125v1.75c0%20.62.504%201.124%201.125%201.124h1.75c.621%200%201.125-.503%201.125-1.125v-4.616c0-.39-.171-.761-.468-1.014zm-.973.761a.25.25%200%200%201%20.324%200l3.47%202.96a.33.33%200%200%201%20.118.253v4.616c0%20.07-.056.125-.125.125h-1.75a.125.125%200%200%201-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621%200-1.125.504-1.125%201.125v1.75a.125.125%200%200%201-.125.124h-1.75a.125.125%200%200%201-.125-.125v-4.616c0-.097.043-.19.117-.253zM5.5%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m.75%201.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.25%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%207a.75.75%200%201%201-1.5%200A.75.75%200%200%201%208%207m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%203a.25.25%200%200%200-.25.25v10.5c0%20.138.112.25.25.25H7.5v1H3.25C2.56%2015%202%2014.44%202%2013.75V3.25C2%202.56%202.56%202%203.25%202h5.5C9.44%202%2010%202.56%2010%203.25v2.5c0%20.138.112.25.25.25h1.5c.69%200%201.25.56%201.25%201.25V8c-.351.04-.695.161-1%20.365V7.25a.25.25%200%200%200-.25-.25h-1.5C9.56%207%209%206.44%209%205.75v-2.5A.25.25%200%200%200%208.75%203zm10.811%206.284a1.25%201.25%200%200%200-1.622%200l-3.47%202.96a1.33%201.33%200%200%200-.469%201.014v4.616c0%20.622.504%201.125%201.125%201.125h1.75c.621%200%201.125-.503%201.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069%200%20.125.056.125.125v1.75c0%20.62.504%201.124%201.125%201.124h1.75c.621%200%201.125-.503%201.125-1.125v-4.616c0-.39-.171-.761-.468-1.014zm-.973.761a.25.25%200%200%201%20.324%200l3.47%202.96a.33.33%200%200%201%20.118.253v4.616c0%20.07-.056.125-.125.125h-1.75a.125.125%200%200%201-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621%200-1.125.504-1.125%201.125v1.75a.125.125%200%200%201-.125.124h-1.75a.125.125%200%200%201-.125-.125v-4.616c0-.097.043-.19.117-.253zM5.5%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m.75%201.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.25%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%207a.75.75%200%201%201-1.5%200A.75.75%200%200%201%208%207m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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