beating heart emoji

beating-heart from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
beating-heart
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the beating heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M37.91 13.32a4.08 4.08 0 0 0-4.84-3.12a1.13 1.13 0 1 1-.48-2.2a6.31 6.31 0 0 1 7.52 4.84a1.13 1.13 0 1 1-2.2.48"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M42.54 11.92a8.3 8.3 0 0 0-9.87-6.35a1.13 1.13 0 1 1-.47-2.21a10.57 10.57 0 0 1 12.55 8.09a1.13 1.13 0 1 1-2.21.47m-32.45 1.4a4.08 4.08 0 0 1 4.84-3.12a1.13 1.13 0 0 0 .48-2.2a6.31 6.31 0 0 0-7.52 4.84a1.13 1.13 0 0 0 2.2.48"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M5.46 11.92a8.3 8.3 0 0 1 9.87-6.35a1.13 1.13 0 1 0 .47-2.21a10.57 10.57 0 0 0-12.55 8.09a1.13 1.13 0 0 0 2.21.47"/><path fill="#ffe5ee" d="M12.5 44.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0"/><path fill="#ff6196" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/><path fill="#ff87af" d="M30.26 15.09a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42A12 12 0 0 0 13.06 29c-.08-.22-.18-.44-.24-.66c-1.38-5.18 2.16-8.36 5.59-8.36A8.06 8.06 0 0 1 24 22.32a8.06 8.06 0 0 1 5.59-2.39c3.43 0 7 3.18 5.59 8.36c-.06.22-.16.44-.24.66a12.1 12.1 0 0 0 1.58-3.44c1.55-6.46-2.41-10.42-6.26-10.42"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisBeatingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" strokeLinecap="round" strokeLinejoin="round" d="M37.91 13.32a4.08 4.08 0 0 0-4.84-3.12a1.13 1.13 0 1 1-.48-2.2a6.31 6.31 0 0 1 7.52 4.84a1.13 1.13 0 1 1-2.2.48"/><path fill="#fcd" stroke="#ffb0ca" strokeLinecap="round" strokeLinejoin="round" d="M42.54 11.92a8.3 8.3 0 0 0-9.87-6.35a1.13 1.13 0 1 1-.47-2.21a10.57 10.57 0 0 1 12.55 8.09a1.13 1.13 0 1 1-2.21.47m-32.45 1.4a4.08 4.08 0 0 1 4.84-3.12a1.13 1.13 0 0 0 .48-2.2a6.31 6.31 0 0 0-7.52 4.84a1.13 1.13 0 0 0 2.2.48"/><path fill="#fcd" stroke="#ffb0ca" strokeLinecap="round" strokeLinejoin="round" d="M5.46 11.92a8.3 8.3 0 0 1 9.87-6.35a1.13 1.13 0 1 0 .47-2.21a10.57 10.57 0 0 0-12.55 8.09a1.13 1.13 0 0 0 2.21.47"/><path fill="#ffe5ee" d="M12.5 44.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0"/><path fill="#ff6196" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/><path fill="#ff87af" d="M30.26 15.09a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42A12 12 0 0 0 13.06 29c-.08-.22-.18-.44-.24-.66c-1.38-5.18 2.16-8.36 5.59-8.36A8.06 8.06 0 0 1 24 22.32a8.06 8.06 0 0 1 5.59-2.39c3.43 0 7 3.18 5.59 8.36c-.06.22-.16.44-.24.66a12.1 12.1 0 0 0 1.58-3.44c1.55-6.46-2.41-10.42-6.26-10.42"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M37.91 13.32a4.08 4.08 0 0 0-4.84-3.12a1.13 1.13 0 1 1-.48-2.2a6.31 6.31 0 0 1 7.52 4.84a1.13 1.13 0 1 1-2.2.48"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M42.54 11.92a8.3 8.3 0 0 0-9.87-6.35a1.13 1.13 0 1 1-.47-2.21a10.57 10.57 0 0 1 12.55 8.09a1.13 1.13 0 1 1-2.21.47m-32.45 1.4a4.08 4.08 0 0 1 4.84-3.12a1.13 1.13 0 0 0 .48-2.2a6.31 6.31 0 0 0-7.52 4.84a1.13 1.13 0 0 0 2.2.48"/><path fill="#fcd" stroke="#ffb0ca" stroke-linecap="round" stroke-linejoin="round" d="M5.46 11.92a8.3 8.3 0 0 1 9.87-6.35a1.13 1.13 0 1 0 .47-2.21a10.57 10.57 0 0 0-12.55 8.09a1.13 1.13 0 0 0 2.21.47"/><path fill="#ffe5ee" d="M12.5 44.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0"/><path fill="#ff6196" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/><path fill="#ff87af" d="M30.26 15.09a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42A12 12 0 0 0 13.06 29c-.08-.22-.18-.44-.24-.66c-1.38-5.18 2.16-8.36 5.59-8.36A8.06 8.06 0 0 1 24 22.32a8.06 8.06 0 0 1 5.59-2.39c3.43 0 7 3.18 5.59 8.36c-.06.22-.16.44-.24.66a12.1 12.1 0 0 0 1.58-3.44c1.55-6.46-2.41-10.42-6.26-10.42"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M23.21 39a1.29 1.29 0 0 0 1.58 0c2.55-1.89 10.43-8.1 11.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86 7.86 0 0 0-5.75 3.06a.66.66 0 0 1-1 0a7.86 7.86 0 0 0-5.75-3.06c-3.85 0-7.81 4-6.26 10.42c1.28 5.39 9.16 11.6 11.71 13.49"/></svg>
</template>

CSS

.icon-beating-heart {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.91%2013.32a4.08%204.08%200%200%200-4.84-3.12a1.13%201.13%200%201%201-.48-2.2a6.31%206.31%200%200%201%207.52%204.84a1.13%201.13%200%201%201-2.2.48%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.54%2011.92a8.3%208.3%200%200%200-9.87-6.35a1.13%201.13%200%201%201-.47-2.21a10.57%2010.57%200%200%201%2012.55%208.09a1.13%201.13%200%201%201-2.21.47m-32.45%201.4a4.08%204.08%200%200%201%204.84-3.12a1.13%201.13%200%200%200%20.48-2.2a6.31%206.31%200%200%200-7.52%204.84a1.13%201.13%200%200%200%202.2.48%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.46%2011.92a8.3%208.3%200%200%201%209.87-6.35a1.13%201.13%200%201%200%20.47-2.21a10.57%2010.57%200%200%200-12.55%208.09a1.13%201.13%200%200%200%202.21.47%22%2F%3E%3Cpath%20fill%3D%22%23ffe5ee%22%20d%3D%22M12.5%2044.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M23.21%2039a1.29%201.29%200%200%200%201.58%200c2.55-1.89%2010.43-8.1%2011.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42c1.28%205.39%209.16%2011.6%2011.71%2013.49%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M30.26%2015.09a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42A12%2012%200%200%200%2013.06%2029c-.08-.22-.18-.44-.24-.66c-1.38-5.18%202.16-8.36%205.59-8.36A8.06%208.06%200%200%201%2024%2022.32a8.06%208.06%200%200%201%205.59-2.39c3.43%200%207%203.18%205.59%208.36c-.06.22-.16.44-.24.66a12.1%2012.1%200%200%200%201.58-3.44c1.55-6.46-2.41-10.42-6.26-10.42%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.21%2039a1.29%201.29%200%200%200%201.58%200c2.55-1.89%2010.43-8.1%2011.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42c1.28%205.39%209.16%2011.6%2011.71%2013.49%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.91%2013.32a4.08%204.08%200%200%200-4.84-3.12a1.13%201.13%200%201%201-.48-2.2a6.31%206.31%200%200%201%207.52%204.84a1.13%201.13%200%201%201-2.2.48%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.54%2011.92a8.3%208.3%200%200%200-9.87-6.35a1.13%201.13%200%201%201-.47-2.21a10.57%2010.57%200%200%201%2012.55%208.09a1.13%201.13%200%201%201-2.21.47m-32.45%201.4a4.08%204.08%200%200%201%204.84-3.12a1.13%201.13%200%200%200%20.48-2.2a6.31%206.31%200%200%200-7.52%204.84a1.13%201.13%200%200%200%202.2.48%22%2F%3E%3Cpath%20fill%3D%22%23fcd%22%20stroke%3D%22%23ffb0ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.46%2011.92a8.3%208.3%200%200%201%209.87-6.35a1.13%201.13%200%201%200%20.47-2.21a10.57%2010.57%200%200%200-12.55%208.09a1.13%201.13%200%200%200%202.21.47%22%2F%3E%3Cpath%20fill%3D%22%23ffe5ee%22%20d%3D%22M12.5%2044.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M23.21%2039a1.29%201.29%200%200%200%201.58%200c2.55-1.89%2010.43-8.1%2011.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42c1.28%205.39%209.16%2011.6%2011.71%2013.49%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M30.26%2015.09a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42A12%2012%200%200%200%2013.06%2029c-.08-.22-.18-.44-.24-.66c-1.38-5.18%202.16-8.36%205.59-8.36A8.06%208.06%200%200%201%2024%2022.32a8.06%208.06%200%200%201%205.59-2.39c3.43%200%207%203.18%205.59%208.36c-.06.22-.16.44-.24.66a12.1%2012.1%200%200%200%201.58-3.44c1.55-6.46-2.41-10.42-6.26-10.42%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.21%2039a1.29%201.29%200%200%200%201.58%200c2.55-1.89%2010.43-8.1%2011.73-13.49c1.55-6.45-2.41-10.42-6.26-10.42a7.86%207.86%200%200%200-5.75%203.06a.66.66%200%200%201-1%200a7.86%207.86%200%200%200-5.75-3.06c-3.85%200-7.81%204-6.26%2010.42c1.28%205.39%209.16%2011.6%2011.71%2013.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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