home heart icon
home-heart-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- home-heart-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the home heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.184 7.765a2.93 2.93 0 0 0-1.16-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.48 4a3 3 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.17 3.17 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a2.9 2.9 0 0 0-.24-1.71m-4.73 6a9.18 9.18 0 0 1-4.18 3.91a.54.54 0 0 1-.27.07a.5.5 0 0 1-.27-.07a9.13 9.13 0 0 1-4.18-3.91a3.79 3.79 0 0 1 .55-4.25a2.52 2.52 0 0 1 2.25-.55a3 3 0 0 1 1.65 1a3 3 0 0 1 1.65-1a2.52 2.52 0 0 1 2.25.55a3.82 3.82 0 0 1 .55 4.22z"/></svg>
React
import type { SVGProps } from "react";
export function MageHomeHeartFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.184 7.765a2.93 2.93 0 0 0-1.16-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.48 4a3 3 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.17 3.17 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a2.9 2.9 0 0 0-.24-1.71m-4.73 6a9.18 9.18 0 0 1-4.18 3.91a.54.54 0 0 1-.27.07a.5.5 0 0 1-.27-.07a9.13 9.13 0 0 1-4.18-3.91a3.79 3.79 0 0 1 .55-4.25a2.52 2.52 0 0 1 2.25-.55a3 3 0 0 1 1.65 1a3 3 0 0 1 1.65-1a2.52 2.52 0 0 1 2.25.55a3.82 3.82 0 0 1 .55 4.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.184 7.765a2.93 2.93 0 0 0-1.16-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.48 4a3 3 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.17 3.17 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a2.9 2.9 0 0 0-.24-1.71m-4.73 6a9.18 9.18 0 0 1-4.18 3.91a.54.54 0 0 1-.27.07a.5.5 0 0 1-.27-.07a9.13 9.13 0 0 1-4.18-3.91a3.79 3.79 0 0 1 .55-4.25a2.52 2.52 0 0 1 2.25-.55a3 3 0 0 1 1.65 1a3 3 0 0 1 1.65-1a2.52 2.52 0 0 1 2.25.55a3.82 3.82 0 0 1 .55 4.22z"/></svg> </template>
CSS
.icon-home-heart-fill {
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%22currentColor%22%20d%3D%22M21.184%207.765a2.93%202.93%200%200%200-1.16-1.28l-6.46-4a3%203%200%200%200-3.16%200l-6.48%204a3%203%200%200%200-1.12%201.29a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%202.93%202.49h9.63a3.17%203.17%200%200%200%201.95-.7a3%203%200%200%200%201-1.79l1.67-10a2.9%202.9%200%200%200-.24-1.71m-4.73%206a9.18%209.18%200%200%201-4.18%203.91a.54.54%200%200%201-.27.07a.5.5%200%200%201-.27-.07a9.13%209.13%200%200%201-4.18-3.91a3.79%203.79%200%200%201%20.55-4.25a2.52%202.52%200%200%201%202.25-.55a3%203%200%200%201%201.65%201a3%203%200%200%201%201.65-1a2.52%202.52%200%200%201%202.25.55a3.82%203.82%200%200%201%20.55%204.22z%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%22currentColor%22%20d%3D%22M21.184%207.765a2.93%202.93%200%200%200-1.16-1.28l-6.46-4a3%203%200%200%200-3.16%200l-6.48%204a3%203%200%200%200-1.12%201.29a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%202.93%202.49h9.63a3.17%203.17%200%200%200%201.95-.7a3%203%200%200%200%201-1.79l1.67-10a2.9%202.9%200%200%200-.24-1.71m-4.73%206a9.18%209.18%200%200%201-4.18%203.91a.54.54%200%200%201-.27.07a.5.5%200%200%201-.27-.07a9.13%209.13%200%200%201-4.18-3.91a3.79%203.79%200%200%201%20.55-4.25a2.52%202.52%200%200%201%202.25-.55a3%203%200%200%201%201.65%201a3%203%200%200%201%201.65-1a2.52%202.52%200%200%201%202.25.55a3.82%203.82%200%200%201%20.55%204.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/home-heart-fill.svg?color=%231a73e8&size=48