building townhouse icon
building-townhouse-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- building-townhouse-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
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-home-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-yurt-16-filled
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.039 4.577l2.952 2.558a.75.75 0 0 1 .259.567v7.797h-2.5a.75.75 0 0 0-.75.75v3.25H4.75a.25.25 0 0 1-.25-.25V7.702a.75.75 0 0 1 .259-.567L7.71 4.577a.25.25 0 0 1 .328 0m3.211 12.422v2.5H9.5V17zm1.5 0h1.75v2.5h-1.75zM16 19.5v-3.25a.75.75 0 0 0-.75-.75h-2.5V7.702a.75.75 0 0 1 .259-.567l2.952-2.558a.25.25 0 0 1 .328 0l2.952 2.558a.75.75 0 0 1 .259.567v11.547a.25.25 0 0 1-.25.25zM4.75 21h14.5A1.75 1.75 0 0 0 21 19.25V7.702a2.25 2.25 0 0 0-.777-1.7l-2.952-2.559a1.75 1.75 0 0 0-2.292 0l-2.952 2.558l-.027.024L11.973 6L9.021 3.443a1.75 1.75 0 0 0-2.292 0L3.777 6.001A2.25 2.25 0 0 0 3 7.701V19.25c0 .967.784 1.75 1.75 1.75M8.879 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4.997a1 1 0 1 0 0-2a1 1 0 0 0 0 2M16.121 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-1 2.997a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingTownhouse24Regular(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.039 4.577l2.952 2.558a.75.75 0 0 1 .259.567v7.797h-2.5a.75.75 0 0 0-.75.75v3.25H4.75a.25.25 0 0 1-.25-.25V7.702a.75.75 0 0 1 .259-.567L7.71 4.577a.25.25 0 0 1 .328 0m3.211 12.422v2.5H9.5V17zm1.5 0h1.75v2.5h-1.75zM16 19.5v-3.25a.75.75 0 0 0-.75-.75h-2.5V7.702a.75.75 0 0 1 .259-.567l2.952-2.558a.25.25 0 0 1 .328 0l2.952 2.558a.75.75 0 0 1 .259.567v11.547a.25.25 0 0 1-.25.25zM4.75 21h14.5A1.75 1.75 0 0 0 21 19.25V7.702a2.25 2.25 0 0 0-.777-1.7l-2.952-2.559a1.75 1.75 0 0 0-2.292 0l-2.952 2.558l-.027.024L11.973 6L9.021 3.443a1.75 1.75 0 0 0-2.292 0L3.777 6.001A2.25 2.25 0 0 0 3 7.701V19.25c0 .967.784 1.75 1.75 1.75M8.879 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4.997a1 1 0 1 0 0-2a1 1 0 0 0 0 2M16.121 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-1 2.997a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></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.039 4.577l2.952 2.558a.75.75 0 0 1 .259.567v7.797h-2.5a.75.75 0 0 0-.75.75v3.25H4.75a.25.25 0 0 1-.25-.25V7.702a.75.75 0 0 1 .259-.567L7.71 4.577a.25.25 0 0 1 .328 0m3.211 12.422v2.5H9.5V17zm1.5 0h1.75v2.5h-1.75zM16 19.5v-3.25a.75.75 0 0 0-.75-.75h-2.5V7.702a.75.75 0 0 1 .259-.567l2.952-2.558a.25.25 0 0 1 .328 0l2.952 2.558a.75.75 0 0 1 .259.567v11.547a.25.25 0 0 1-.25.25zM4.75 21h14.5A1.75 1.75 0 0 0 21 19.25V7.702a2.25 2.25 0 0 0-.777-1.7l-2.952-2.559a1.75 1.75 0 0 0-2.292 0l-2.952 2.558l-.027.024L11.973 6L9.021 3.443a1.75 1.75 0 0 0-2.292 0L3.777 6.001A2.25 2.25 0 0 0 3 7.701V19.25c0 .967.784 1.75 1.75 1.75M8.879 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4.997a1 1 0 1 0 0-2a1 1 0 0 0 0 2M16.121 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-1 2.997a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg> </template>
CSS
.icon-building-townhouse-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.039%204.577l2.952%202.558a.75.75%200%200%201%20.259.567v7.797h-2.5a.75.75%200%200%200-.75.75v3.25H4.75a.25.25%200%200%201-.25-.25V7.702a.75.75%200%200%201%20.259-.567L7.71%204.577a.25.25%200%200%201%20.328%200m3.211%2012.422v2.5H9.5V17zm1.5%200h1.75v2.5h-1.75zM16%2019.5v-3.25a.75.75%200%200%200-.75-.75h-2.5V7.702a.75.75%200%200%201%20.259-.567l2.952-2.558a.25.25%200%200%201%20.328%200l2.952%202.558a.75.75%200%200%201%20.259.567v11.547a.25.25%200%200%201-.25.25zM4.75%2021h14.5A1.75%201.75%200%200%200%2021%2019.25V7.702a2.25%202.25%200%200%200-.777-1.7l-2.952-2.559a1.75%201.75%200%200%200-2.292%200l-2.952%202.558l-.027.024L11.973%206L9.021%203.443a1.75%201.75%200%200%200-2.292%200L3.777%206.001A2.25%202.25%200%200%200%203%207.701V19.25c0%20.967.784%201.75%201.75%201.75M8.879%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204.997a1%201%200%201%200%200-2a1%201%200%200%200%200%202M16.121%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-1%202.997a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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.039%204.577l2.952%202.558a.75.75%200%200%201%20.259.567v7.797h-2.5a.75.75%200%200%200-.75.75v3.25H4.75a.25.25%200%200%201-.25-.25V7.702a.75.75%200%200%201%20.259-.567L7.71%204.577a.25.25%200%200%201%20.328%200m3.211%2012.422v2.5H9.5V17zm1.5%200h1.75v2.5h-1.75zM16%2019.5v-3.25a.75.75%200%200%200-.75-.75h-2.5V7.702a.75.75%200%200%201%20.259-.567l2.952-2.558a.25.25%200%200%201%20.328%200l2.952%202.558a.75.75%200%200%201%20.259.567v11.547a.25.25%200%200%201-.25.25zM4.75%2021h14.5A1.75%201.75%200%200%200%2021%2019.25V7.702a2.25%202.25%200%200%200-.777-1.7l-2.952-2.559a1.75%201.75%200%200%200-2.292%200l-2.952%202.558l-.027.024L11.973%206L9.021%203.443a1.75%201.75%200%200%200-2.292%200L3.777%206.001A2.25%202.25%200%200%200%203%207.701V19.25c0%20.967.784%201.75%201.75%201.75M8.879%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204.997a1%201%200%201%200%200-2a1%201%200%200%200%200%202M16.121%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-1%202.997a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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-regular.svg?color=%231a73e8&size=48