building townhouse icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the building townhouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.482 3.53a1.75 1.75 0 0 0-2.509 0l-2.336 2.4A2.25 2.25 0 0 0 3 7.5v11.75c0 .966.784 1.75 1.75 1.75H8v-4.25a.75.75 0 0 1 .75-.75h2.5V7.29a2.25 2.25 0 0 0-.637-1.57zm4.268 3.76V16h2.5a.75.75 0 0 1 .75.75V21h3.25A1.75 1.75 0 0 0 21 19.25V7.5a2.25 2.25 0 0 0-.637-1.57l-2.336-2.4a1.75 1.75 0 0 0-2.509 0l-2.13 2.19a2.25 2.25 0 0 0-.638 1.57m0 10.21V21h1.75v-3.5zm-1.5 3.5v-3.5H9.5V21zM8.125 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-8.75 2.997a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingTownhouse24Filled(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="M8.482 3.53a1.75 1.75 0 0 0-2.509 0l-2.336 2.4A2.25 2.25 0 0 0 3 7.5v11.75c0 .966.784 1.75 1.75 1.75H8v-4.25a.75.75 0 0 1 .75-.75h2.5V7.29a2.25 2.25 0 0 0-.637-1.57zm4.268 3.76V16h2.5a.75.75 0 0 1 .75.75V21h3.25A1.75 1.75 0 0 0 21 19.25V7.5a2.25 2.25 0 0 0-.637-1.57l-2.336-2.4a1.75 1.75 0 0 0-2.509 0l-2.13 2.19a2.25 2.25 0 0 0-.638 1.57m0 10.21V21h1.75v-3.5zm-1.5 3.5v-3.5H9.5V21zM8.125 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-8.75 2.997a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.482 3.53a1.75 1.75 0 0 0-2.509 0l-2.336 2.4A2.25 2.25 0 0 0 3 7.5v11.75c0 .966.784 1.75 1.75 1.75H8v-4.25a.75.75 0 0 1 .75-.75h2.5V7.29a2.25 2.25 0 0 0-.637-1.57zm4.268 3.76V16h2.5a.75.75 0 0 1 .75.75V21h3.25A1.75 1.75 0 0 0 21 19.25V7.5a2.25 2.25 0 0 0-.637-1.57l-2.336-2.4a1.75 1.75 0 0 0-2.509 0l-2.13 2.19a2.25 2.25 0 0 0-.638 1.57m0 10.21V21h1.75v-3.5zm-1.5 3.5v-3.5H9.5V21zM8.125 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-8.75 2.997a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8.75 1a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-building-townhouse-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%22M8.482%203.53a1.75%201.75%200%200%200-2.509%200l-2.336%202.4A2.25%202.25%200%200%200%203%207.5v11.75c0%20.966.784%201.75%201.75%201.75H8v-4.25a.75.75%200%200%201%20.75-.75h2.5V7.29a2.25%202.25%200%200%200-.637-1.57zm4.268%203.76V16h2.5a.75.75%200%200%201%20.75.75V21h3.25A1.75%201.75%200%200%200%2021%2019.25V7.5a2.25%202.25%200%200%200-.637-1.57l-2.336-2.4a1.75%201.75%200%200%200-2.509%200l-2.13%202.19a2.25%202.25%200%200%200-.638%201.57m0%2010.21V21h1.75v-3.5zm-1.5%203.5v-3.5H9.5V21zM8.125%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.75%201a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-8.75%202.997a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.75%201a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22M8.482%203.53a1.75%201.75%200%200%200-2.509%200l-2.336%202.4A2.25%202.25%200%200%200%203%207.5v11.75c0%20.966.784%201.75%201.75%201.75H8v-4.25a.75.75%200%200%201%20.75-.75h2.5V7.29a2.25%202.25%200%200%200-.637-1.57zm4.268%203.76V16h2.5a.75.75%200%200%201%20.75.75V21h3.25A1.75%201.75%200%200%200%2021%2019.25V7.5a2.25%202.25%200%200%200-.637-1.57l-2.336-2.4a1.75%201.75%200%200%200-2.509%200l-2.13%202.19a2.25%202.25%200%200%200-.638%201.57m0%2010.21V21h1.75v-3.5zm-1.5%203.5v-3.5H9.5V21zM8.125%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.75%201a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-8.75%202.997a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8.75%201a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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