home heart icon
home-heart-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- home-heart-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.317A4.4 4.4 0 0 0 19.5 11V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h7.169l1.449 1.5H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm11.427 15.64c1.364-1.411 1.364-3.7 0-5.113a3.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 FluentHomeHeart24Regular(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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.317A4.4 4.4 0 0 0 19.5 11V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h7.169l1.449 1.5H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm11.427 15.64c1.364-1.411 1.364-3.7 0-5.113a3.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="M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v1.317A4.4 4.4 0 0 0 19.5 11V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.31c0 .138.112.25.25.25h7.169l1.449 1.5H4.75A1.75 1.75 0 0 1 3 19.254v-9.31c0-.663.293-1.292.8-1.72zm11.427 15.64c1.364-1.411 1.364-3.7 0-5.113a3.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-regular {
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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v1.317A4.4%204.4%200%200%200%2019.5%2011V9.944a.75.75%200%200%200-.267-.573l-6.75-5.692a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25h7.169l1.449%201.5H4.75A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zm11.427%2015.64c1.364-1.411%201.364-3.7%200-5.113a3.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%22M10.55%202.532a2.25%202.25%200%200%201%202.9%200l6.75%205.692c.507.428.8%201.057.8%201.72v1.317A4.4%204.4%200%200%200%2019.5%2011V9.944a.75.75%200%200%200-.267-.573l-6.75-5.692a.75.75%200%200%200-.966%200L4.767%209.37a.75.75%200%200%200-.267.573v9.31c0%20.138.112.25.25.25h7.169l1.449%201.5H4.75A1.75%201.75%200%200%201%203%2019.254v-9.31c0-.663.293-1.292.8-1.72zm11.427%2015.64c1.364-1.411%201.364-3.7%200-5.113a3.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-regular.svg?color=%231a73e8&size=48