beating heart emoji

beating-heart from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
beating-heart
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the beating heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M60.1 23.3c-5.9-7-16.5-7.4-22.8-1c-.9.9-2.3.9-3.1 0c-6-6.1-15.9-6.1-21.9 0c-5.2 5.1-6 13.4-2 19.5c1.2 1.9 2.8 3.4 4.5 4.5l19.9 16.1c.7.6 1.7.6 2.4 0l19.8-16.1c1.7-1.1 3.2-2.5 4.4-4.4c3.6-5.7 3.2-13.4-1.2-18.6"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiBeatingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M60.1 23.3c-5.9-7-16.5-7.4-22.8-1c-.9.9-2.3.9-3.1 0c-6-6.1-15.9-6.1-21.9 0c-5.2 5.1-6 13.4-2 19.5c1.2 1.9 2.8 3.4 4.5 4.5l19.9 16.1c.7.6 1.7.6 2.4 0l19.8-16.1c1.7-1.1 3.2-2.5 4.4-4.4c3.6-5.7 3.2-13.4-1.2-18.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M60.1 23.3c-5.9-7-16.5-7.4-22.8-1c-.9.9-2.3.9-3.1 0c-6-6.1-15.9-6.1-21.9 0c-5.2 5.1-6 13.4-2 19.5c1.2 1.9 2.8 3.4 4.5 4.5l19.9 16.1c.7.6 1.7.6 2.4 0l19.8-16.1c1.7-1.1 3.2-2.5 4.4-4.4c3.6-5.7 3.2-13.4-1.2-18.6"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M60.1%2023.3c-5.9-7-16.5-7.4-22.8-1c-.9.9-2.3.9-3.1%200c-6-6.1-15.9-6.1-21.9%200c-5.2%205.1-6%2013.4-2%2019.5c1.2%201.9%202.8%203.4%204.5%204.5l19.9%2016.1c.7.6%201.7.6%202.4%200l19.8-16.1c1.7-1.1%203.2-2.5%204.4-4.4c3.6-5.7%203.2-13.4-1.2-18.6%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M60.1%2023.3c-5.9-7-16.5-7.4-22.8-1c-.9.9-2.3.9-3.1%200c-6-6.1-15.9-6.1-21.9%200c-5.2%205.1-6%2013.4-2%2019.5c1.2%201.9%202.8%203.4%204.5%204.5l19.9%2016.1c.7.6%201.7.6%202.4%200l19.8-16.1c1.7-1.1%203.2-2.5%204.4-4.4c3.6-5.7%203.2-13.4-1.2-18.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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