home-heart-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
home-heart-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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="M7.313 1.262a1 1 0 0 1 1.374 0l4.844 4.579c.138.131.25.287.329.457a3.55 3.55 0 0 0-3.36.276a3.55 3.55 0 0 0-4.459.478a3.597 3.597 0 0 0 0 5.063L7.912 14H3.5A1.5 1.5 0 0 1 2 12.5V6.93c0-.411.17-.806.47-1.089zM14 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 FluentHomeHeart16Filled(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="M7.313 1.262a1 1 0 0 1 1.374 0l4.844 4.579c.138.131.25.287.329.457a3.55 3.55 0 0 0-3.36.276a3.55 3.55 0 0 0-4.459.478a3.597 3.597 0 0 0 0 5.063L7.912 14H3.5A1.5 1.5 0 0 1 2 12.5V6.93c0-.411.17-.806.47-1.089zM14 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="M7.313 1.262a1 1 0 0 1 1.374 0l4.844 4.579c.138.131.25.287.329.457a3.55 3.55 0 0 0-3.36.276a3.55 3.55 0 0 0-4.459.478a3.597 3.597 0 0 0 0 5.063L7.912 14H3.5A1.5 1.5 0 0 1 2 12.5V6.93c0-.411.17-.806.47-1.089zM14 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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.313%201.262a1%201%200%200%201%201.374%200l4.844%204.579c.138.131.25.287.329.457a3.55%203.55%200%200%200-3.36.276a3.55%203.55%200%200%200-4.459.478a3.597%203.597%200%200%200%200%205.063L7.912%2014H3.5A1.5%201.5%200%200%201%202%2012.5V6.93c0-.411.17-.806.47-1.089zM14%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%22M7.313%201.262a1%201%200%200%201%201.374%200l4.844%204.579c.138.131.25.287.329.457a3.55%203.55%200%200%200-3.36.276a3.55%203.55%200%200%200-4.459.478a3.597%203.597%200%200%200%200%205.063L7.912%2014H3.5A1.5%201.5%200%200%201%202%2012.5V6.93c0-.411.17-.806.47-1.089zM14%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-filled.svg?color=%231a73e8&size=48