real-estate-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
real-estate-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the real estate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 4.25V20.5H5v-14h14.728a.773.773 0 0 0 0-1.545H5v-.75a.705.705 0 0 0-.705-.705H4.25a.75.75 0 0 0-.75.75M22 5.728a2.27 2.27 0 0 1-1 1.883v7.639A3.75 3.75 0 0 1 17.25 19h-8.5a3.73 3.73 0 0 1-2.25-.75v2.5c0 .69-.56 1.25-1.25 1.25h-2C2.56 22 2 21.44 2 20.75V4.25A2.25 2.25 0 0 1 4.25 2h.045c.954 0 1.767.606 2.074 1.455h13.359A2.27 2.27 0 0 1 22 5.728M6.5 8v7.25a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25V8zm3 4.46a1 1 0 0 1 .35-.76l2.825-2.42a.5.5 0 0 1 .65 0l2.826 2.42a1 1 0 0 1 .349.76v3.04a.5.5 0 0 1-.5.5h-1.75a.25.25 0 0 1-.25-.25V14.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.25a.25.25 0 0 1-.25.25H10a.5.5 0 0 1-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRealEstate24Regular(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="M3.5 4.25V20.5H5v-14h14.728a.773.773 0 0 0 0-1.545H5v-.75a.705.705 0 0 0-.705-.705H4.25a.75.75 0 0 0-.75.75M22 5.728a2.27 2.27 0 0 1-1 1.883v7.639A3.75 3.75 0 0 1 17.25 19h-8.5a3.73 3.73 0 0 1-2.25-.75v2.5c0 .69-.56 1.25-1.25 1.25h-2C2.56 22 2 21.44 2 20.75V4.25A2.25 2.25 0 0 1 4.25 2h.045c.954 0 1.767.606 2.074 1.455h13.359A2.27 2.27 0 0 1 22 5.728M6.5 8v7.25a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25V8zm3 4.46a1 1 0 0 1 .35-.76l2.825-2.42a.5.5 0 0 1 .65 0l2.826 2.42a1 1 0 0 1 .349.76v3.04a.5.5 0 0 1-.5.5h-1.75a.25.25 0 0 1-.25-.25V14.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.25a.25.25 0 0 1-.25.25H10a.5.5 0 0 1-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 4.25V20.5H5v-14h14.728a.773.773 0 0 0 0-1.545H5v-.75a.705.705 0 0 0-.705-.705H4.25a.75.75 0 0 0-.75.75M22 5.728a2.27 2.27 0 0 1-1 1.883v7.639A3.75 3.75 0 0 1 17.25 19h-8.5a3.73 3.73 0 0 1-2.25-.75v2.5c0 .69-.56 1.25-1.25 1.25h-2C2.56 22 2 21.44 2 20.75V4.25A2.25 2.25 0 0 1 4.25 2h.045c.954 0 1.767.606 2.074 1.455h13.359A2.27 2.27 0 0 1 22 5.728M6.5 8v7.25a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25V8zm3 4.46a1 1 0 0 1 .35-.76l2.825-2.42a.5.5 0 0 1 .65 0l2.826 2.42a1 1 0 0 1 .349.76v3.04a.5.5 0 0 1-.5.5h-1.75a.25.25 0 0 1-.25-.25V14.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.25a.25.25 0 0 1-.25.25H10a.5.5 0 0 1-.5-.5z"/></svg>
</template>

CSS

.icon-real-estate-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%22M3.5%204.25V20.5H5v-14h14.728a.773.773%200%200%200%200-1.545H5v-.75a.705.705%200%200%200-.705-.705H4.25a.75.75%200%200%200-.75.75M22%205.728a2.27%202.27%200%200%201-1%201.883v7.639A3.75%203.75%200%200%201%2017.25%2019h-8.5a3.73%203.73%200%200%201-2.25-.75v2.5c0%20.69-.56%201.25-1.25%201.25h-2C2.56%2022%202%2021.44%202%2020.75V4.25A2.25%202.25%200%200%201%204.25%202h.045c.954%200%201.767.606%202.074%201.455h13.359A2.27%202.27%200%200%201%2022%205.728M6.5%208v7.25a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25V8zm3%204.46a1%201%200%200%201%20.35-.76l2.825-2.42a.5.5%200%200%201%20.65%200l2.826%202.42a1%201%200%200%201%20.349.76v3.04a.5.5%200%200%201-.5.5h-1.75a.25.25%200%200%201-.25-.25V14.5a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5v1.25a.25.25%200%200%201-.25.25H10a.5.5%200%200%201-.5-.5z%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%22M3.5%204.25V20.5H5v-14h14.728a.773.773%200%200%200%200-1.545H5v-.75a.705.705%200%200%200-.705-.705H4.25a.75.75%200%200%200-.75.75M22%205.728a2.27%202.27%200%200%201-1%201.883v7.639A3.75%203.75%200%200%201%2017.25%2019h-8.5a3.73%203.73%200%200%201-2.25-.75v2.5c0%20.69-.56%201.25-1.25%201.25h-2C2.56%2022%202%2021.44%202%2020.75V4.25A2.25%202.25%200%200%201%204.25%202h.045c.954%200%201.767.606%202.074%201.455h13.359A2.27%202.27%200%200%201%2022%205.728M6.5%208v7.25a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25V8zm3%204.46a1%201%200%200%201%20.35-.76l2.825-2.42a.5.5%200%200%201%20.65%200l2.826%202.42a1%201%200%200%201%20.349.76v3.04a.5.5%200%200%201-.5.5h-1.75a.25.25%200%200%201-.25-.25V14.5a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5v1.25a.25.25%200%200%201-.25.25H10a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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