home heart icon
home-heart-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- home-heart-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System 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="M13.45 2.533a2.25 2.25 0 0 0-2.9 0L3.8 8.228a2.25 2.25 0 0 0-.8 1.72v9.305c0 .966.784 1.75 1.75 1.75h8.617l-2.063-2.136c-1.48-1.532-1.696-3.857-.668-5.62a4.57 4.57 0 0 1 1.924-1.8a4.4 4.4 0 0 1 4.44.337a4.4 4.4 0 0 1 4-.523V9.947a2.25 2.25 0 0 0-.8-1.72zm8.527 15.64c1.364-1.412 1.364-3.702 0-5.114a3.6 3.6 0 0 0-.476-.413a3.406 3.406 0 0 0-4.465.413h-.072A3.41 3.41 0 0 0 13 12.346a3.57 3.57 0 0 0-1.5 1.404c-.81 1.39-.636 3.223.523 4.423l4.442 4.598a.74.74 0 0 0 1.07 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHomeHeart24Filled(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="M13.45 2.533a2.25 2.25 0 0 0-2.9 0L3.8 8.228a2.25 2.25 0 0 0-.8 1.72v9.305c0 .966.784 1.75 1.75 1.75h8.617l-2.063-2.136c-1.48-1.532-1.696-3.857-.668-5.62a4.57 4.57 0 0 1 1.924-1.8a4.4 4.4 0 0 1 4.44.337a4.4 4.4 0 0 1 4-.523V9.947a2.25 2.25 0 0 0-.8-1.72zm8.527 15.64c1.364-1.412 1.364-3.702 0-5.114a3.6 3.6 0 0 0-.476-.413a3.406 3.406 0 0 0-4.465.413h-.072A3.41 3.41 0 0 0 13 12.346a3.57 3.57 0 0 0-1.5 1.404c-.81 1.39-.636 3.223.523 4.423l4.442 4.598a.74.74 0 0 0 1.07 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.45 2.533a2.25 2.25 0 0 0-2.9 0L3.8 8.228a2.25 2.25 0 0 0-.8 1.72v9.305c0 .966.784 1.75 1.75 1.75h8.617l-2.063-2.136c-1.48-1.532-1.696-3.857-.668-5.62a4.57 4.57 0 0 1 1.924-1.8a4.4 4.4 0 0 1 4.44.337a4.4 4.4 0 0 1 4-.523V9.947a2.25 2.25 0 0 0-.8-1.72zm8.527 15.64c1.364-1.412 1.364-3.702 0-5.114a3.6 3.6 0 0 0-.476-.413a3.406 3.406 0 0 0-4.465.413h-.072A3.41 3.41 0 0 0 13 12.346a3.57 3.57 0 0 0-1.5 1.404c-.81 1.39-.636 3.223.523 4.423l4.442 4.598a.74.74 0 0 0 1.07 0z"/></svg> </template>
CSS
.icon-home-heart-24-filled {
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%22M13.45%202.533a2.25%202.25%200%200%200-2.9%200L3.8%208.228a2.25%202.25%200%200%200-.8%201.72v9.305c0%20.966.784%201.75%201.75%201.75h8.617l-2.063-2.136c-1.48-1.532-1.696-3.857-.668-5.62a4.57%204.57%200%200%201%201.924-1.8a4.4%204.4%200%200%201%204.44.337a4.4%204.4%200%200%201%204-.523V9.947a2.25%202.25%200%200%200-.8-1.72zm8.527%2015.64c1.364-1.412%201.364-3.702%200-5.114a3.6%203.6%200%200%200-.476-.413a3.406%203.406%200%200%200-4.465.413h-.072A3.41%203.41%200%200%200%2013%2012.346a3.57%203.57%200%200%200-1.5%201.404c-.81%201.39-.636%203.223.523%204.423l4.442%204.598a.74.74%200%200%200%201.07%200z%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%22M13.45%202.533a2.25%202.25%200%200%200-2.9%200L3.8%208.228a2.25%202.25%200%200%200-.8%201.72v9.305c0%20.966.784%201.75%201.75%201.75h8.617l-2.063-2.136c-1.48-1.532-1.696-3.857-.668-5.62a4.57%204.57%200%200%201%201.924-1.8a4.4%204.4%200%200%201%204.44.337a4.4%204.4%200%200%201%204-.523V9.947a2.25%202.25%200%200%200-.8-1.72zm8.527%2015.64c1.364-1.412%201.364-3.702%200-5.114a3.6%203.6%200%200%200-.476-.413a3.406%203.406%200%200%200-4.465.413h-.072A3.41%203.41%200%200%200%2013%2012.346a3.57%203.57%200%200%200-1.5%201.404c-.81%201.39-.636%203.223.523%204.423l4.442%204.598a.74.74%200%200%200%201.07%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-heart-24-filled.svg?color=%231a73e8&size=48