house heart icon
house-heart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- house-heart
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the house heart 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="M11.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"/><path d="M16.49 21.637c-1.185-.955-2.99-2.687-2.99-4.38c0-1.247.842-2.257 2-2.257c.6 0 1.2.217 2 1.086c.8-.869 1.4-1.086 2-1.086c1.158 0 2 1.01 2 2.256c0 1.694-1.805 3.426-2.99 4.38a1.584 1.584 0 0 1-2.02 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHouseHeart(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="M11.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"/><path d="M16.49 21.637c-1.185-.955-2.99-2.687-2.99-4.38c0-1.247.842-2.257 2-2.257c.6 0 1.2.217 2 1.086c.8-.869 1.4-1.086 2-1.086c1.158 0 2 1.01 2 2.256c0 1.694-1.805 3.426-2.99 4.38a1.584 1.584 0 0 1-2.02 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="M11.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"/><path d="M16.49 21.637c-1.185-.955-2.99-2.687-2.99-4.38c0-1.247.842-2.257 2-2.257c.6 0 1.2.217 2 1.086c.8-.869 1.4-1.086 2-1.086c1.158 0 2 1.01 2 2.256c0 1.694-1.805 3.426-2.99 4.38a1.584 1.584 0 0 1-2.02 0"/></g></svg> </template>
CSS
.icon-house-heart {
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%22M11.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%3Cpath%20d%3D%22M16.49%2021.637c-1.185-.955-2.99-2.687-2.99-4.38c0-1.247.842-2.257%202-2.257c.6%200%201.2.217%202%201.086c.8-.869%201.4-1.086%202-1.086c1.158%200%202%201.01%202%202.256c0%201.694-1.805%203.426-2.99%204.38a1.584%201.584%200%200%201-2.02%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%22M11.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%3Cpath%20d%3D%22M16.49%2021.637c-1.185-.955-2.99-2.687-2.99-4.38c0-1.247.842-2.257%202-2.257c.6%200%201.2.217%202%201.086c.8-.869%201.4-1.086%202-1.086c1.158%200%202%201.01%202%202.256c0%201.694-1.805%203.426-2.99%204.38a1.584%201.584%200%200%201-2.02%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/house-heart.svg?color=%231a73e8&size=48