houses icon

houses from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
houses
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the houses 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="2"><path d="m12.681 4.24l.834-.715a1.45 1.45 0 0 1 1.88 0l5.09 4.364A1.45 1.45 0 0 1 21 9v6.546a1.45 1.45 0 0 1-1 1.381m-4.515-5.038A1.45 1.45 0 0 1 16 13v6.546A1.454 1.454 0 0 1 14.546 21H4.364a1.454 1.454 0 0 1-1.454-1.454V13a1.45 1.45 0 0 1 .515-1.111l5.09-4.364a1.45 1.45 0 0 1 1.88 0z"/><path d="M7.41 20.546v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideHouses(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="2"><path d="m12.681 4.24l.834-.715a1.45 1.45 0 0 1 1.88 0l5.09 4.364A1.45 1.45 0 0 1 21 9v6.546a1.45 1.45 0 0 1-1 1.381m-4.515-5.038A1.45 1.45 0 0 1 16 13v6.546A1.454 1.454 0 0 1 14.546 21H4.364a1.454 1.454 0 0 1-1.454-1.454V13a1.45 1.45 0 0 1 .515-1.111l5.09-4.364a1.45 1.45 0 0 1 1.88 0z"/><path d="M7.41 20.546v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4"/></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="2"><path d="m12.681 4.24l.834-.715a1.45 1.45 0 0 1 1.88 0l5.09 4.364A1.45 1.45 0 0 1 21 9v6.546a1.45 1.45 0 0 1-1 1.381m-4.515-5.038A1.45 1.45 0 0 1 16 13v6.546A1.454 1.454 0 0 1 14.546 21H4.364a1.454 1.454 0 0 1-1.454-1.454V13a1.45 1.45 0 0 1 .515-1.111l5.09-4.364a1.45 1.45 0 0 1 1.88 0z"/><path d="M7.41 20.546v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4"/></g></svg>
</template>

CSS

.icon-houses {
  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%222%22%3E%3Cpath%20d%3D%22m12.681%204.24l.834-.715a1.45%201.45%200%200%201%201.88%200l5.09%204.364A1.45%201.45%200%200%201%2021%209v6.546a1.45%201.45%200%200%201-1%201.381m-4.515-5.038A1.45%201.45%200%200%201%2016%2013v6.546A1.454%201.454%200%200%201%2014.546%2021H4.364a1.454%201.454%200%200%201-1.454-1.454V13a1.45%201.45%200%200%201%20.515-1.111l5.09-4.364a1.45%201.45%200%200%201%201.88%200z%22%2F%3E%3Cpath%20d%3D%22M7.41%2020.546v-4a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v4%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%222%22%3E%3Cpath%20d%3D%22m12.681%204.24l.834-.715a1.45%201.45%200%200%201%201.88%200l5.09%204.364A1.45%201.45%200%200%201%2021%209v6.546a1.45%201.45%200%200%201-1%201.381m-4.515-5.038A1.45%201.45%200%200%201%2016%2013v6.546A1.454%201.454%200%200%201%2014.546%2021H4.364a1.454%201.454%200%200%201-1.454-1.454V13a1.45%201.45%200%200%201%20.515-1.111l5.09-4.364a1.45%201.45%200%200%201%201.88%200z%22%2F%3E%3Cpath%20d%3D%22M7.41%2020.546v-4a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201v4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide/houses.svg?color=%231a73e8&size=48