building home icon
building-home-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- building-home-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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
building-bank-16-filledbuilding-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-16-filledbuilding-government-search-16-filledbuilding-lighthouse-16-filledbuilding-mosque-12-filledbuilding-multiple-16-filledbuilding-people-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
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 2C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.24 2.24 0 0 1 13 8v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2zm1.5 3.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 9.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m6.061.034a1.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-.253z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingHome20Filled(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 2C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.24 2.24 0 0 1 13 8v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2zm1.5 3.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 9.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m6.061.034a1.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-.253z"/></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 2C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.24 2.24 0 0 1 13 8v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2zm1.5 3.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M8 9.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m6.061.034a1.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-.253z"/></svg> </template>
CSS
.icon-building-home-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%202C2.56%202%202%202.56%202%203.25v10.5c0%20.69.56%201.25%201.25%201.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.24%202.24%200%200%201%2013%208v-.75C13%206.56%2012.44%206%2011.75%206h-1.5a.25.25%200%200%201-.25-.25v-2.5C10%202.56%209.44%202%208.75%202zm1.5%203.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M5.5%207A.75.75%200%201%201%204%207a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M8%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M8%209.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m6.061.034a1.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-.253z%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%202C2.56%202%202%202.56%202%203.25v10.5c0%20.69.56%201.25%201.25%201.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.24%202.24%200%200%201%2013%208v-.75C13%206.56%2012.44%206%2011.75%206h-1.5a.25.25%200%200%201-.25-.25v-2.5C10%202.56%209.44%202%208.75%202zm1.5%203.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M5.5%207A.75.75%200%201%201%204%207a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M8%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M8%209.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m6.061.034a1.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-.253z%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-filled.svg?color=%231a73e8&size=48