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

Name
heart-broken-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the heart broken icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.274 4.178a4.3 4.3 0 0 0-6.013.096c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l6.245-6.304a4.41 4.41 0 0 0-.017-6.187a4.305 4.305 0 0 0-6.135-.015l-.585.592l-1.344 2.06l2.996 2.53a.5.5 0 0 1 .031.735l-2 2a.5.5 0 1 1-.707-.707l1.615-1.616L7.678 7.43a.5.5 0 0 1-.097-.655z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeartBroken20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.274 4.178a4.3 4.3 0 0 0-6.013.096c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l6.245-6.304a4.41 4.41 0 0 0-.017-6.187a4.305 4.305 0 0 0-6.135-.015l-.585.592l-1.344 2.06l2.996 2.53a.5.5 0 0 1 .031.735l-2 2a.5.5 0 1 1-.707-.707l1.615-1.616L7.678 7.43a.5.5 0 0 1-.097-.655z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.274 4.178a4.3 4.3 0 0 0-6.013.096c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l6.245-6.304a4.41 4.41 0 0 0-.017-6.187a4.305 4.305 0 0 0-6.135-.015l-.585.592l-1.344 2.06l2.996 2.53a.5.5 0 0 1 .031.735l-2 2a.5.5 0 1 1-.707-.707l1.615-1.616L7.678 7.43a.5.5 0 0 1-.097-.655z"/></svg>
</template>

CSS

.icon-heart-broken-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.274%204.178a4.3%204.3%200%200%200-6.013.096c-1.688%201.705-1.68%204.476.016%206.189l6.277%206.34c.26.263.682.263.942%200l6.245-6.304a4.41%204.41%200%200%200-.017-6.187a4.305%204.305%200%200%200-6.135-.015l-.585.592l-1.344%202.06l2.996%202.53a.5.5%200%200%201%20.031.735l-2%202a.5.5%200%201%201-.707-.707l1.615-1.616L7.678%207.43a.5.5%200%200%201-.097-.655z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.274%204.178a4.3%204.3%200%200%200-6.013.096c-1.688%201.705-1.68%204.476.016%206.189l6.277%206.34c.26.263.682.263.942%200l6.245-6.304a4.41%204.41%200%200%200-.017-6.187a4.305%204.305%200%200%200-6.135-.015l-.585.592l-1.344%202.06l2.996%202.53a.5.5%200%200%201%20.031.735l-2%202a.5.5%200%201%201-.707-.707l1.615-1.616L7.678%207.43a.5.5%200%200%201-.097-.655z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/heart-broken-20-filled.svg?color=%231a73e8&size=48