house icon

house-line-duotone from Solar by 480 Design · Line Duotone · Building · CC-BY-4.0 Attribution required.

Name
house-line-duotone
Set
Solar
Style
Line Duotone
Category
Building
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More building icons from Solar

Use the house 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-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path stroke-linecap="round" d="M2 11L10.1259 4.49931C11.2216 3.62279 12.7784 3.62279 13.8741 4.49931L22 11"/><path stroke-linecap="round" d="M15.5 5.5V3.5C15.5 3.22386 15.7239 3 16 3H18.5C18.7761 3 19 3.22386 19 3.5V8.5" opacity=".5"/><path stroke-linecap="round" d="M4 22V9.5"/><path stroke-linecap="round" d="M20 22V9.5"/><path d="M15 22V17C15 15.5858 15 14.8787 14.5607 14.4393C14.1213 14 13.4142 14 12 14C10.5858 14 9.87868 14 9.43934 14.4393C9 14.8787 9 15.5858 9 17V22" opacity=".5"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.39543 10.8954 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHouseLineDuotone(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" strokeWidth="1.5"><path strokeLinecap="round" d="M22 22L2 22"/><path strokeLinecap="round" d="M2 11L10.1259 4.49931C11.2216 3.62279 12.7784 3.62279 13.8741 4.49931L22 11"/><path strokeLinecap="round" d="M15.5 5.5V3.5C15.5 3.22386 15.7239 3 16 3H18.5C18.7761 3 19 3.22386 19 3.5V8.5" opacity=".5"/><path strokeLinecap="round" d="M4 22V9.5"/><path strokeLinecap="round" d="M20 22V9.5"/><path d="M15 22V17C15 15.5858 15 14.8787 14.5607 14.4393C14.1213 14 13.4142 14 12 14C10.5858 14 9.87868 14 9.43934 14.4393C9 14.8787 9 15.5858 9 17V22" opacity=".5"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.39543 10.8954 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z" opacity=".5"/></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-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path stroke-linecap="round" d="M2 11L10.1259 4.49931C11.2216 3.62279 12.7784 3.62279 13.8741 4.49931L22 11"/><path stroke-linecap="round" d="M15.5 5.5V3.5C15.5 3.22386 15.7239 3 16 3H18.5C18.7761 3 19 3.22386 19 3.5V8.5" opacity=".5"/><path stroke-linecap="round" d="M4 22V9.5"/><path stroke-linecap="round" d="M20 22V9.5"/><path d="M15 22V17C15 15.5858 15 14.8787 14.5607 14.4393C14.1213 14 13.4142 14 12 14C10.5858 14 9.87868 14 9.43934 14.4393C9 14.8787 9 15.5858 9 17V22" opacity=".5"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.39543 10.8954 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-house-line-duotone {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2011L10.1259%204.49931C11.2216%203.62279%2012.7784%203.62279%2013.8741%204.49931L22%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%205.5V3.5C15.5%203.22386%2015.7239%203%2016%203H18.5C18.7761%203%2019%203.22386%2019%203.5V8.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2022V9.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2022V9.5%22%2F%3E%3Cpath%20d%3D%22M15%2022V17C15%2015.5858%2015%2014.8787%2014.5607%2014.4393C14.1213%2014%2013.4142%2014%2012%2014C10.5858%2014%209.87868%2014%209.43934%2014.4393C9%2014.8787%209%2015.5858%209%2017V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%209.5C14%2010.6046%2013.1046%2011.5%2012%2011.5C10.8954%2011.5%2010%2010.6046%2010%209.5C10%208.39543%2010.8954%207.5%2012%207.5C13.1046%207.5%2014%208.39543%2014%209.5Z%22%20opacity%3D%22.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2011L10.1259%204.49931C11.2216%203.62279%2012.7784%203.62279%2013.8741%204.49931L22%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%205.5V3.5C15.5%203.22386%2015.7239%203%2016%203H18.5C18.7761%203%2019%203.22386%2019%203.5V8.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2022V9.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2022V9.5%22%2F%3E%3Cpath%20d%3D%22M15%2022V17C15%2015.5858%2015%2014.8787%2014.5607%2014.4393C14.1213%2014%2013.4142%2014%2012%2014C10.5858%2014%209.87868%2014%209.43934%2014.4393C9%2014.8787%209%2015.5858%209%2017V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%209.5C14%2010.6046%2013.1046%2011.5%2012%2011.5C10.8954%2011.5%2010%2010.6046%2010%209.5C10%208.39543%2010.8954%207.5%2012%207.5C13.1046%207.5%2014%208.39543%2014%209.5Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/house-line-duotone.svg?color=%231a73e8&size=48