home heart icon
home-heart-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- home-heart-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8.687 1.262a1 1 0 0 0-1.374 0L2.469 5.84A1.5 1.5 0 0 0 2 6.931v5.57A1.5 1.5 0 0 0 3.5 14h4.412l-.992-1H3.5a.5.5 0 0 1-.5-.5V6.93a.5.5 0 0 1 .156-.363L8 1.988l4.249 4.017a3.56 3.56 0 0 1 1.61.293a1.5 1.5 0 0 0-.328-.457zM14 7.536a2.55 2.55 0 0 0-3.377.22l-.123.124l-.123-.123a2.547 2.547 0 0 0-3.626 0a2.597 2.597 0 0 0 0 3.653l3.43 3.457a.45.45 0 0 0 .637 0l3.431-3.457A2.598 2.598 0 0 0 14 7.536"/></svg>
React
import type { SVGProps } from "react";
export function FluentHomeHeart16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.687 1.262a1 1 0 0 0-1.374 0L2.469 5.84A1.5 1.5 0 0 0 2 6.931v5.57A1.5 1.5 0 0 0 3.5 14h4.412l-.992-1H3.5a.5.5 0 0 1-.5-.5V6.93a.5.5 0 0 1 .156-.363L8 1.988l4.249 4.017a3.56 3.56 0 0 1 1.61.293a1.5 1.5 0 0 0-.328-.457zM14 7.536a2.55 2.55 0 0 0-3.377.22l-.123.124l-.123-.123a2.547 2.547 0 0 0-3.626 0a2.597 2.597 0 0 0 0 3.653l3.43 3.457a.45.45 0 0 0 .637 0l3.431-3.457A2.598 2.598 0 0 0 14 7.536"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.687 1.262a1 1 0 0 0-1.374 0L2.469 5.84A1.5 1.5 0 0 0 2 6.931v5.57A1.5 1.5 0 0 0 3.5 14h4.412l-.992-1H3.5a.5.5 0 0 1-.5-.5V6.93a.5.5 0 0 1 .156-.363L8 1.988l4.249 4.017a3.56 3.56 0 0 1 1.61.293a1.5 1.5 0 0 0-.328-.457zM14 7.536a2.55 2.55 0 0 0-3.377.22l-.123.124l-.123-.123a2.547 2.547 0 0 0-3.626 0a2.597 2.597 0 0 0 0 3.653l3.43 3.457a.45.45 0 0 0 .637 0l3.431-3.457A2.598 2.598 0 0 0 14 7.536"/></svg> </template>
CSS
.icon-home-heart-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.687%201.262a1%201%200%200%200-1.374%200L2.469%205.84A1.5%201.5%200%200%200%202%206.931v5.57A1.5%201.5%200%200%200%203.5%2014h4.412l-.992-1H3.5a.5.5%200%200%201-.5-.5V6.93a.5.5%200%200%201%20.156-.363L8%201.988l4.249%204.017a3.56%203.56%200%200%201%201.61.293a1.5%201.5%200%200%200-.328-.457zM14%207.536a2.55%202.55%200%200%200-3.377.22l-.123.124l-.123-.123a2.547%202.547%200%200%200-3.626%200a2.597%202.597%200%200%200%200%203.653l3.43%203.457a.45.45%200%200%200%20.637%200l3.431-3.457A2.598%202.598%200%200%200%2014%207.536%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.687%201.262a1%201%200%200%200-1.374%200L2.469%205.84A1.5%201.5%200%200%200%202%206.931v5.57A1.5%201.5%200%200%200%203.5%2014h4.412l-.992-1H3.5a.5.5%200%200%201-.5-.5V6.93a.5.5%200%200%201%20.156-.363L8%201.988l4.249%204.017a3.56%203.56%200%200%201%201.61.293a1.5%201.5%200%200%200-.328-.457zM14%207.536a2.55%202.55%200%200%200-3.377.22l-.123.124l-.123-.123a2.547%202.547%200%200%200-3.626%200a2.597%202.597%200%200%200%200%203.653l3.43%203.457a.45.45%200%200%200%20.637%200l3.431-3.457A2.598%202.598%200%200%200%2014%207.536%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-heart-16-regular.svg?color=%231a73e8&size=48