house plus icon
house-plus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- house-plus
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the house plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.994 15v7m3.506-3.506h-7M11.5 21h-2c-3.3 0-4.95 0-5.975-1.025S2.5 17.3 2.5 14v-2.51c0-1.682 0-2.522.356-3.25s1.02-1.244 2.346-2.276l2-1.555C9.267 2.803 10.3 2 11.5 2s2.233.803 4.298 2.409l2 1.555c1.327 1.032 1.99 1.548 2.346 2.276s.356 1.568.356 3.25V12"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHousePlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.994 15v7m3.506-3.506h-7M11.5 21h-2c-3.3 0-4.95 0-5.975-1.025S2.5 17.3 2.5 14v-2.51c0-1.682 0-2.522.356-3.25s1.02-1.244 2.346-2.276l2-1.555C9.267 2.803 10.3 2 11.5 2s2.233.803 4.298 2.409l2 1.555c1.327 1.032 1.99 1.548 2.346 2.276s.356 1.568.356 3.25V12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.994 15v7m3.506-3.506h-7M11.5 21h-2c-3.3 0-4.95 0-5.975-1.025S2.5 17.3 2.5 14v-2.51c0-1.682 0-2.522.356-3.25s1.02-1.244 2.346-2.276l2-1.555C9.267 2.803 10.3 2 11.5 2s2.233.803 4.298 2.409l2 1.555c1.327 1.032 1.99 1.548 2.346 2.276s.356 1.568.356 3.25V12"/></svg> </template>
CSS
.icon-house-plus {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.994%2015v7m3.506-3.506h-7M11.5%2021h-2c-3.3%200-4.95%200-5.975-1.025S2.5%2017.3%202.5%2014v-2.51c0-1.682%200-2.522.356-3.25s1.02-1.244%202.346-2.276l2-1.555C9.267%202.803%2010.3%202%2011.5%202s2.233.803%204.298%202.409l2%201.555c1.327%201.032%201.99%201.548%202.346%202.276s.356%201.568.356%203.25V12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.994%2015v7m3.506-3.506h-7M11.5%2021h-2c-3.3%200-4.95%200-5.975-1.025S2.5%2017.3%202.5%2014v-2.51c0-1.682%200-2.522.356-3.25s1.02-1.244%202.346-2.276l2-1.555C9.267%202.803%2010.3%202%2011.5%202s2.233.803%204.298%202.409l2%201.555c1.327%201.032%201.99%201.548%202.346%202.276s.356%201.568.356%203.25V12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/house-plus.svg?color=%231a73e8&size=48