beating-heart from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
beating-heart
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the beating heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M57.2 22.1c-5.5-14.8-23.5-8.2-25.2-.8c-2.3-7.9-19.8-13.8-25.2.8C.8 38.3 29.9 52.8 32 55.2c2.1-1.9 31.2-17.2 25.2-33.1"/><path d="M60 18.5c-.6-1.9-1.6-3.6-3-5c-1.3-1.4-3-2.5-4.7-3.2c-.9-.4-1.8-.6-2.7-.8c-.5-.1-.9-.1-1.4-.2h-1.4l1.2.6l1.2.6c.8.4 1.6.8 2.3 1.3c1.5.9 2.8 2 4 3.2s2.1 2.6 3 4.2c.4.8.8 1.6 1.1 2.4c.2.4.3.9.5 1.3l.5 1.3c.1-.5.1-1 .1-1.4c0-.5 0-1-.1-1.4c-.1-1-.3-2-.6-2.9m2-2.7c-.1-.7-.2-1.4-.4-2.1c-.4-1.4-1.2-2.7-2.2-3.8S57.2 8 55.9 7.6c-.7-.2-1.3-.4-2-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c.3.2.6.3.9.5c.2.1.5.3.8.4c.6.3 1.1.6 1.6 1c1 .7 2 1.5 2.8 2.3c.8.9 1.5 1.9 2.2 3c.3.5.6 1.1.9 1.7c.1.3.3.6.4.9s.3.6.4 1c.1-.4.1-.7.1-1.1zM4.3 21.6c.3-.8.7-1.7 1.1-2.4q1.2-2.4 3-4.2c1.2-1.2 2.5-2.3 4-3.2c.7-.5 1.5-.9 2.3-1.3l1.2-.6l1.2-.6h-1.4c-.5 0-.9.1-1.4.2c-.9.2-1.8.4-2.7.8c-1.7.7-3.3 1.8-4.6 3.2s-2.4 3.1-3 5c-.3.9-.5 1.9-.6 2.8c-.1.5-.1 1-.1 1.4c0 .5 0 1 .1 1.4l.5-1.3c.1-.4.2-.8.4-1.2M6 11.4c.8-.9 1.8-1.7 2.8-2.4c.5-.3 1.1-.7 1.6-1c.3-.2.6-.3.9-.5s.6-.3.9-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c-.7.1-1.3.3-2 .5q-2.1.9-3.6 2.4c-1 1.1-1.8 2.4-2.2 3.8c-.2.7-.3 1.4-.4 2.1v1.1c0 .4 0 .7.1 1.1c.1-.3.3-.6.4-1c.2-.4.3-.7.5-1c.3-.6.6-1.2.9-1.7c.6-1.1 1.3-2.1 2.1-2.9m1.8 29.1l-.1.2c.5 1.5 1.3 2.7 2.1 3.9s1.8 2.2 2.8 3.1s2.1 1.8 3.3 2.6s2.5 1.4 4 1.8l.1-.2c-2-2-4-3.9-6-5.8c-2.1-1.8-4.1-3.8-6.2-5.6m-4.2 3l-.1.2c.7 1.7 1.6 3.1 2.6 4.4q1.5 1.95 3.3 3.6c1.2 1.1 2.4 2.1 3.8 3.1c1.4.9 2.8 1.8 4.5 2.3l.1-.2c-2.3-2.3-4.7-4.5-7-6.8c-2.4-2.2-4.8-4.5-7.2-6.6m47.9 4.2c1-1 2-2 2.8-3.1s1.6-2.4 2.1-3.9l-.1-.2c-2.1 1.8-4.1 3.8-6.2 5.6c-2 1.9-4 3.8-6 5.8l.1.2c1.5-.4 2.8-1.1 4-1.8c1.2-.8 2.2-1.7 3.3-2.6m1.7 2.4c-2.3 2.3-4.7 4.5-7 6.8l.1.2c1.7-.6 3.1-1.4 4.5-2.3s2.6-1.9 3.8-3.1q1.8-1.65 3.3-3.6c1-1.3 1.9-2.7 2.6-4.4l-.1-.2c-2.4 2.1-4.8 4.4-7.2 6.6"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneBeatingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M57.2 22.1c-5.5-14.8-23.5-8.2-25.2-.8c-2.3-7.9-19.8-13.8-25.2.8C.8 38.3 29.9 52.8 32 55.2c2.1-1.9 31.2-17.2 25.2-33.1"/><path d="M60 18.5c-.6-1.9-1.6-3.6-3-5c-1.3-1.4-3-2.5-4.7-3.2c-.9-.4-1.8-.6-2.7-.8c-.5-.1-.9-.1-1.4-.2h-1.4l1.2.6l1.2.6c.8.4 1.6.8 2.3 1.3c1.5.9 2.8 2 4 3.2s2.1 2.6 3 4.2c.4.8.8 1.6 1.1 2.4c.2.4.3.9.5 1.3l.5 1.3c.1-.5.1-1 .1-1.4c0-.5 0-1-.1-1.4c-.1-1-.3-2-.6-2.9m2-2.7c-.1-.7-.2-1.4-.4-2.1c-.4-1.4-1.2-2.7-2.2-3.8S57.2 8 55.9 7.6c-.7-.2-1.3-.4-2-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c.3.2.6.3.9.5c.2.1.5.3.8.4c.6.3 1.1.6 1.6 1c1 .7 2 1.5 2.8 2.3c.8.9 1.5 1.9 2.2 3c.3.5.6 1.1.9 1.7c.1.3.3.6.4.9s.3.6.4 1c.1-.4.1-.7.1-1.1zM4.3 21.6c.3-.8.7-1.7 1.1-2.4q1.2-2.4 3-4.2c1.2-1.2 2.5-2.3 4-3.2c.7-.5 1.5-.9 2.3-1.3l1.2-.6l1.2-.6h-1.4c-.5 0-.9.1-1.4.2c-.9.2-1.8.4-2.7.8c-1.7.7-3.3 1.8-4.6 3.2s-2.4 3.1-3 5c-.3.9-.5 1.9-.6 2.8c-.1.5-.1 1-.1 1.4c0 .5 0 1 .1 1.4l.5-1.3c.1-.4.2-.8.4-1.2M6 11.4c.8-.9 1.8-1.7 2.8-2.4c.5-.3 1.1-.7 1.6-1c.3-.2.6-.3.9-.5s.6-.3.9-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c-.7.1-1.3.3-2 .5q-2.1.9-3.6 2.4c-1 1.1-1.8 2.4-2.2 3.8c-.2.7-.3 1.4-.4 2.1v1.1c0 .4 0 .7.1 1.1c.1-.3.3-.6.4-1c.2-.4.3-.7.5-1c.3-.6.6-1.2.9-1.7c.6-1.1 1.3-2.1 2.1-2.9m1.8 29.1l-.1.2c.5 1.5 1.3 2.7 2.1 3.9s1.8 2.2 2.8 3.1s2.1 1.8 3.3 2.6s2.5 1.4 4 1.8l.1-.2c-2-2-4-3.9-6-5.8c-2.1-1.8-4.1-3.8-6.2-5.6m-4.2 3l-.1.2c.7 1.7 1.6 3.1 2.6 4.4q1.5 1.95 3.3 3.6c1.2 1.1 2.4 2.1 3.8 3.1c1.4.9 2.8 1.8 4.5 2.3l.1-.2c-2.3-2.3-4.7-4.5-7-6.8c-2.4-2.2-4.8-4.5-7.2-6.6m47.9 4.2c1-1 2-2 2.8-3.1s1.6-2.4 2.1-3.9l-.1-.2c-2.1 1.8-4.1 3.8-6.2 5.6c-2 1.9-4 3.8-6 5.8l.1.2c1.5-.4 2.8-1.1 4-1.8c1.2-.8 2.2-1.7 3.3-2.6m1.7 2.4c-2.3 2.3-4.7 4.5-7 6.8l.1.2c1.7-.6 3.1-1.4 4.5-2.3s2.6-1.9 3.8-3.1q1.8-1.65 3.3-3.6c1-1.3 1.9-2.7 2.6-4.4l-.1-.2c-2.4 2.1-4.8 4.4-7.2 6.6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M57.2 22.1c-5.5-14.8-23.5-8.2-25.2-.8c-2.3-7.9-19.8-13.8-25.2.8C.8 38.3 29.9 52.8 32 55.2c2.1-1.9 31.2-17.2 25.2-33.1"/><path d="M60 18.5c-.6-1.9-1.6-3.6-3-5c-1.3-1.4-3-2.5-4.7-3.2c-.9-.4-1.8-.6-2.7-.8c-.5-.1-.9-.1-1.4-.2h-1.4l1.2.6l1.2.6c.8.4 1.6.8 2.3 1.3c1.5.9 2.8 2 4 3.2s2.1 2.6 3 4.2c.4.8.8 1.6 1.1 2.4c.2.4.3.9.5 1.3l.5 1.3c.1-.5.1-1 .1-1.4c0-.5 0-1-.1-1.4c-.1-1-.3-2-.6-2.9m2-2.7c-.1-.7-.2-1.4-.4-2.1c-.4-1.4-1.2-2.7-2.2-3.8S57.2 8 55.9 7.6c-.7-.2-1.3-.4-2-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c.3.2.6.3.9.5c.2.1.5.3.8.4c.6.3 1.1.6 1.6 1c1 .7 2 1.5 2.8 2.3c.8.9 1.5 1.9 2.2 3c.3.5.6 1.1.9 1.7c.1.3.3.6.4.9s.3.6.4 1c.1-.4.1-.7.1-1.1zM4.3 21.6c.3-.8.7-1.7 1.1-2.4q1.2-2.4 3-4.2c1.2-1.2 2.5-2.3 4-3.2c.7-.5 1.5-.9 2.3-1.3l1.2-.6l1.2-.6h-1.4c-.5 0-.9.1-1.4.2c-.9.2-1.8.4-2.7.8c-1.7.7-3.3 1.8-4.6 3.2s-2.4 3.1-3 5c-.3.9-.5 1.9-.6 2.8c-.1.5-.1 1-.1 1.4c0 .5 0 1 .1 1.4l.5-1.3c.1-.4.2-.8.4-1.2M6 11.4c.8-.9 1.8-1.7 2.8-2.4c.5-.3 1.1-.7 1.6-1c.3-.2.6-.3.9-.5s.6-.3.9-.5c-.3 0-.7-.1-1-.1s-.7 0-1 .1c-.7.1-1.3.3-2 .5q-2.1.9-3.6 2.4c-1 1.1-1.8 2.4-2.2 3.8c-.2.7-.3 1.4-.4 2.1v1.1c0 .4 0 .7.1 1.1c.1-.3.3-.6.4-1c.2-.4.3-.7.5-1c.3-.6.6-1.2.9-1.7c.6-1.1 1.3-2.1 2.1-2.9m1.8 29.1l-.1.2c.5 1.5 1.3 2.7 2.1 3.9s1.8 2.2 2.8 3.1s2.1 1.8 3.3 2.6s2.5 1.4 4 1.8l.1-.2c-2-2-4-3.9-6-5.8c-2.1-1.8-4.1-3.8-6.2-5.6m-4.2 3l-.1.2c.7 1.7 1.6 3.1 2.6 4.4q1.5 1.95 3.3 3.6c1.2 1.1 2.4 2.1 3.8 3.1c1.4.9 2.8 1.8 4.5 2.3l.1-.2c-2.3-2.3-4.7-4.5-7-6.8c-2.4-2.2-4.8-4.5-7.2-6.6m47.9 4.2c1-1 2-2 2.8-3.1s1.6-2.4 2.1-3.9l-.1-.2c-2.1 1.8-4.1 3.8-6.2 5.6c-2 1.9-4 3.8-6 5.8l.1.2c1.5-.4 2.8-1.1 4-1.8c1.2-.8 2.2-1.7 3.3-2.6m1.7 2.4c-2.3 2.3-4.7 4.5-7 6.8l.1.2c1.7-.6 3.1-1.4 4.5-2.3s2.6-1.9 3.8-3.1q1.8-1.65 3.3-3.6c1-1.3 1.9-2.7 2.6-4.4l-.1-.2c-2.4 2.1-4.8 4.4-7.2 6.6"/></g></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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Cpath%20d%3D%22M57.2%2022.1c-5.5-14.8-23.5-8.2-25.2-.8c-2.3-7.9-19.8-13.8-25.2.8C.8%2038.3%2029.9%2052.8%2032%2055.2c2.1-1.9%2031.2-17.2%2025.2-33.1%22%2F%3E%3Cpath%20d%3D%22M60%2018.5c-.6-1.9-1.6-3.6-3-5c-1.3-1.4-3-2.5-4.7-3.2c-.9-.4-1.8-.6-2.7-.8c-.5-.1-.9-.1-1.4-.2h-1.4l1.2.6l1.2.6c.8.4%201.6.8%202.3%201.3c1.5.9%202.8%202%204%203.2s2.1%202.6%203%204.2c.4.8.8%201.6%201.1%202.4c.2.4.3.9.5%201.3l.5%201.3c.1-.5.1-1%20.1-1.4c0-.5%200-1-.1-1.4c-.1-1-.3-2-.6-2.9m2-2.7c-.1-.7-.2-1.4-.4-2.1c-.4-1.4-1.2-2.7-2.2-3.8S57.2%208%2055.9%207.6c-.7-.2-1.3-.4-2-.5c-.3%200-.7-.1-1-.1s-.7%200-1%20.1c.3.2.6.3.9.5c.2.1.5.3.8.4c.6.3%201.1.6%201.6%201c1%20.7%202%201.5%202.8%202.3c.8.9%201.5%201.9%202.2%203c.3.5.6%201.1.9%201.7c.1.3.3.6.4.9s.3.6.4%201c.1-.4.1-.7.1-1.1zM4.3%2021.6c.3-.8.7-1.7%201.1-2.4q1.2-2.4%203-4.2c1.2-1.2%202.5-2.3%204-3.2c.7-.5%201.5-.9%202.3-1.3l1.2-.6l1.2-.6h-1.4c-.5%200-.9.1-1.4.2c-.9.2-1.8.4-2.7.8c-1.7.7-3.3%201.8-4.6%203.2s-2.4%203.1-3%205c-.3.9-.5%201.9-.6%202.8c-.1.5-.1%201-.1%201.4c0%20.5%200%201%20.1%201.4l.5-1.3c.1-.4.2-.8.4-1.2M6%2011.4c.8-.9%201.8-1.7%202.8-2.4c.5-.3%201.1-.7%201.6-1c.3-.2.6-.3.9-.5s.6-.3.9-.5c-.3%200-.7-.1-1-.1s-.7%200-1%20.1c-.7.1-1.3.3-2%20.5q-2.1.9-3.6%202.4c-1%201.1-1.8%202.4-2.2%203.8c-.2.7-.3%201.4-.4%202.1v1.1c0%20.4%200%20.7.1%201.1c.1-.3.3-.6.4-1c.2-.4.3-.7.5-1c.3-.6.6-1.2.9-1.7c.6-1.1%201.3-2.1%202.1-2.9m1.8%2029.1l-.1.2c.5%201.5%201.3%202.7%202.1%203.9s1.8%202.2%202.8%203.1s2.1%201.8%203.3%202.6s2.5%201.4%204%201.8l.1-.2c-2-2-4-3.9-6-5.8c-2.1-1.8-4.1-3.8-6.2-5.6m-4.2%203l-.1.2c.7%201.7%201.6%203.1%202.6%204.4q1.5%201.95%203.3%203.6c1.2%201.1%202.4%202.1%203.8%203.1c1.4.9%202.8%201.8%204.5%202.3l.1-.2c-2.3-2.3-4.7-4.5-7-6.8c-2.4-2.2-4.8-4.5-7.2-6.6m47.9%204.2c1-1%202-2%202.8-3.1s1.6-2.4%202.1-3.9l-.1-.2c-2.1%201.8-4.1%203.8-6.2%205.6c-2%201.9-4%203.8-6%205.8l.1.2c1.5-.4%202.8-1.1%204-1.8c1.2-.8%202.2-1.7%203.3-2.6m1.7%202.4c-2.3%202.3-4.7%204.5-7%206.8l.1.2c1.7-.6%203.1-1.4%204.5-2.3s2.6-1.9%203.8-3.1q1.8-1.65%203.3-3.6c1-1.3%201.9-2.7%202.6-4.4l-.1-.2c-2.4%202.1-4.8%204.4-7.2%206.6%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Cpath%20d%3D%22M57.2%2022.1c-5.5-14.8-23.5-8.2-25.2-.8c-2.3-7.9-19.8-13.8-25.2.8C.8%2038.3%2029.9%2052.8%2032%2055.2c2.1-1.9%2031.2-17.2%2025.2-33.1%22%2F%3E%3Cpath%20d%3D%22M60%2018.5c-.6-1.9-1.6-3.6-3-5c-1.3-1.4-3-2.5-4.7-3.2c-.9-.4-1.8-.6-2.7-.8c-.5-.1-.9-.1-1.4-.2h-1.4l1.2.6l1.2.6c.8.4%201.6.8%202.3%201.3c1.5.9%202.8%202%204%203.2s2.1%202.6%203%204.2c.4.8.8%201.6%201.1%202.4c.2.4.3.9.5%201.3l.5%201.3c.1-.5.1-1%20.1-1.4c0-.5%200-1-.1-1.4c-.1-1-.3-2-.6-2.9m2-2.7c-.1-.7-.2-1.4-.4-2.1c-.4-1.4-1.2-2.7-2.2-3.8S57.2%208%2055.9%207.6c-.7-.2-1.3-.4-2-.5c-.3%200-.7-.1-1-.1s-.7%200-1%20.1c.3.2.6.3.9.5c.2.1.5.3.8.4c.6.3%201.1.6%201.6%201c1%20.7%202%201.5%202.8%202.3c.8.9%201.5%201.9%202.2%203c.3.5.6%201.1.9%201.7c.1.3.3.6.4.9s.3.6.4%201c.1-.4.1-.7.1-1.1zM4.3%2021.6c.3-.8.7-1.7%201.1-2.4q1.2-2.4%203-4.2c1.2-1.2%202.5-2.3%204-3.2c.7-.5%201.5-.9%202.3-1.3l1.2-.6l1.2-.6h-1.4c-.5%200-.9.1-1.4.2c-.9.2-1.8.4-2.7.8c-1.7.7-3.3%201.8-4.6%203.2s-2.4%203.1-3%205c-.3.9-.5%201.9-.6%202.8c-.1.5-.1%201-.1%201.4c0%20.5%200%201%20.1%201.4l.5-1.3c.1-.4.2-.8.4-1.2M6%2011.4c.8-.9%201.8-1.7%202.8-2.4c.5-.3%201.1-.7%201.6-1c.3-.2.6-.3.9-.5s.6-.3.9-.5c-.3%200-.7-.1-1-.1s-.7%200-1%20.1c-.7.1-1.3.3-2%20.5q-2.1.9-3.6%202.4c-1%201.1-1.8%202.4-2.2%203.8c-.2.7-.3%201.4-.4%202.1v1.1c0%20.4%200%20.7.1%201.1c.1-.3.3-.6.4-1c.2-.4.3-.7.5-1c.3-.6.6-1.2.9-1.7c.6-1.1%201.3-2.1%202.1-2.9m1.8%2029.1l-.1.2c.5%201.5%201.3%202.7%202.1%203.9s1.8%202.2%202.8%203.1s2.1%201.8%203.3%202.6s2.5%201.4%204%201.8l.1-.2c-2-2-4-3.9-6-5.8c-2.1-1.8-4.1-3.8-6.2-5.6m-4.2%203l-.1.2c.7%201.7%201.6%203.1%202.6%204.4q1.5%201.95%203.3%203.6c1.2%201.1%202.4%202.1%203.8%203.1c1.4.9%202.8%201.8%204.5%202.3l.1-.2c-2.3-2.3-4.7-4.5-7-6.8c-2.4-2.2-4.8-4.5-7.2-6.6m47.9%204.2c1-1%202-2%202.8-3.1s1.6-2.4%202.1-3.9l-.1-.2c-2.1%201.8-4.1%203.8-6.2%205.6c-2%201.9-4%203.8-6%205.8l.1.2c1.5-.4%202.8-1.1%204-1.8c1.2-.8%202.2-1.7%203.3-2.6m1.7%202.4c-2.3%202.3-4.7%204.5-7%206.8l.1.2c1.7-.6%203.1-1.4%204.5-2.3s2.6-1.9%203.8-3.1q1.8-1.65%203.3-3.6c1-1.3%201.9-2.7%202.6-4.4l-.1-.2c-2.4%202.1-4.8%204.4-7.2%206.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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