round heart broken icon

round-heart-broken from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-heart-broken
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round heart broken icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.57 3.95c-1.92-1.29-4.08-1.17-5.8-.26L12 9h1.66c.67 0 1.15.65.96 1.29l-1.82 6.07c-.09.29-.52.2-.49-.1L13 10h-1.67c-.66 0-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82 5.07 2 6.7 2 8.49c-.01 3.81 3.53 6.71 8.66 11.3c.76.68 1.92.69 2.69.01c4.98-4.42 8.87-7.58 8.64-11.62c-.09-1.73-.99-3.26-2.42-4.23"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHeartBroken(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="M19.57 3.95c-1.92-1.29-4.08-1.17-5.8-.26L12 9h1.66c.67 0 1.15.65.96 1.29l-1.82 6.07c-.09.29-.52.2-.49-.1L13 10h-1.67c-.66 0-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82 5.07 2 6.7 2 8.49c-.01 3.81 3.53 6.71 8.66 11.3c.76.68 1.92.69 2.69.01c4.98-4.42 8.87-7.58 8.64-11.62c-.09-1.73-.99-3.26-2.42-4.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.57 3.95c-1.92-1.29-4.08-1.17-5.8-.26L12 9h1.66c.67 0 1.15.65.96 1.29l-1.82 6.07c-.09.29-.52.2-.49-.1L13 10h-1.67c-.66 0-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82 5.07 2 6.7 2 8.49c-.01 3.81 3.53 6.71 8.66 11.3c.76.68 1.92.69 2.69.01c4.98-4.42 8.87-7.58 8.64-11.62c-.09-1.73-.99-3.26-2.42-4.23"/></svg>
</template>

CSS

.icon-round-heart-broken {
  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%22M19.57%203.95c-1.92-1.29-4.08-1.17-5.8-.26L12%209h1.66c.67%200%201.15.65.96%201.29l-1.82%206.07c-.09.29-.52.2-.49-.1L13%2010h-1.67c-.66%200-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82%205.07%202%206.7%202%208.49c-.01%203.81%203.53%206.71%208.66%2011.3c.76.68%201.92.69%202.69.01c4.98-4.42%208.87-7.58%208.64-11.62c-.09-1.73-.99-3.26-2.42-4.23%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%22M19.57%203.95c-1.92-1.29-4.08-1.17-5.8-.26L12%209h1.66c.67%200%201.15.65.96%201.29l-1.82%206.07c-.09.29-.52.2-.49-.1L13%2010h-1.67c-.66%200-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82%205.07%202%206.7%202%208.49c-.01%203.81%203.53%206.71%208.66%2011.3c.76.68%201.92.69%202.69.01c4.98-4.42%208.87-7.58%208.64-11.62c-.09-1.73-.99-3.26-2.42-4.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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