real estate 01 icon
real-estate-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- real-estate-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the real estate 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 17v-2.204c0-.884 0-1.326.176-1.717c.175-.391.506-.685 1.167-1.272l2.783-2.475a1.315 1.315 0 0 1 1.748 0l2.784 2.475c.66.587.991.881 1.167 1.272c.175.39.175.833.175 1.717V17c0 1.886 0 2.828-.586 3.414S10.886 21 9 21H7c-1.886 0-2.828 0-3.414-.586S3 18.886 3 17m5 0v4"/><path d="M9 21h7c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3h-2c-2.357 0-3.536 0-4.268.732S9 5.643 9 8v1"/><path d="M13.125 7H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRealEstate01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3 17v-2.204c0-.884 0-1.326.176-1.717c.175-.391.506-.685 1.167-1.272l2.783-2.475a1.315 1.315 0 0 1 1.748 0l2.784 2.475c.66.587.991.881 1.167 1.272c.175.39.175.833.175 1.717V17c0 1.886 0 2.828-.586 3.414S10.886 21 9 21H7c-1.886 0-2.828 0-3.414-.586S3 18.886 3 17m5 0v4"/><path d="M9 21h7c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3h-2c-2.357 0-3.536 0-4.268.732S9 5.643 9 8v1"/><path d="M13.125 7H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 17v-2.204c0-.884 0-1.326.176-1.717c.175-.391.506-.685 1.167-1.272l2.783-2.475a1.315 1.315 0 0 1 1.748 0l2.784 2.475c.66.587.991.881 1.167 1.272c.175.39.175.833.175 1.717V17c0 1.886 0 2.828-.586 3.414S10.886 21 9 21H7c-1.886 0-2.828 0-3.414-.586S3 18.886 3 17m5 0v4"/><path d="M9 21h7c2.357 0 3.535 0 4.268-.732C21 19.535 21 18.357 21 16V8c0-2.357 0-3.536-.732-4.268C19.535 3 18.357 3 16 3h-2c-2.357 0-3.536 0-4.268.732S9 5.643 9 8v1"/><path d="M13.125 7H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 4H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-real-estate-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2017v-2.204c0-.884%200-1.326.176-1.717c.175-.391.506-.685%201.167-1.272l2.783-2.475a1.315%201.315%200%200%201%201.748%200l2.784%202.475c.66.587.991.881%201.167%201.272c.175.39.175.833.175%201.717V17c0%201.886%200%202.828-.586%203.414S10.886%2021%209%2021H7c-1.886%200-2.828%200-3.414-.586S3%2018.886%203%2017m5%200v4%22%2F%3E%3Cpath%20d%3D%22M9%2021h7c2.357%200%203.535%200%204.268-.732C21%2019.535%2021%2018.357%2021%2016V8c0-2.357%200-3.536-.732-4.268C19.535%203%2018.357%203%2016%203h-2c-2.357%200-3.536%200-4.268.732S9%205.643%209%208v1%22%2F%3E%3Cpath%20d%3D%22M13.125%207H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%204H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%204H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2017v-2.204c0-.884%200-1.326.176-1.717c.175-.391.506-.685%201.167-1.272l2.783-2.475a1.315%201.315%200%200%201%201.748%200l2.784%202.475c.66.587.991.881%201.167%201.272c.175.39.175.833.175%201.717V17c0%201.886%200%202.828-.586%203.414S10.886%2021%209%2021H7c-1.886%200-2.828%200-3.414-.586S3%2018.886%203%2017m5%200v4%22%2F%3E%3Cpath%20d%3D%22M9%2021h7c2.357%200%203.535%200%204.268-.732C21%2019.535%2021%2018.357%2021%2016V8c0-2.357%200-3.536-.732-4.268C19.535%203%2018.357%203%2016%203h-2c-2.357%200-3.536%200-4.268.732S9%205.643%209%208v1%22%2F%3E%3Cpath%20d%3D%22M13.125%207H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%204H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%204H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/real-estate-01.svg?color=%231a73e8&size=48