two hearts emoji

two-hearts from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
two-hearts
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the two hearts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164m18-18.643a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164zm18-18.644a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTwoHearts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164m18-18.643a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164zm18-18.644a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164m18-18.643a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43 36.165a8.51 8.51 0 0 0-16-4.045a8.51 8.51 0 0 0-16 4.044a8.47 8.47 0 0 0 1.886 5.337l-.003.003L27 59l14.117-17.496l-.003-.002A8.47 8.47 0 0 0 43 36.164zm18-18.644a4.521 4.521 0 0 0-8.5-2.148a4.521 4.521 0 1 0-7.498 4.984h-.001l7.499 9.296l7.5-9.295l-.002-.001A4.5 4.5 0 0 0 61 17.52z"/></svg>
</template>

CSS

.icon-two-hearts {
  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%23ffa7c0%22%20d%3D%22M43%2036.165a8.51%208.51%200%200%200-16-4.045a8.51%208.51%200%200%200-16%204.044a8.47%208.47%200%200%200%201.886%205.337l-.003.003L27%2059l14.117-17.496l-.003-.002A8.47%208.47%200%200%200%2043%2036.164m18-18.643a4.521%204.521%200%200%200-8.5-2.148a4.521%204.521%200%201%200-7.498%204.984h-.001l7.499%209.296l7.5-9.295l-.002-.001A4.5%204.5%200%200%200%2061%2017.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43%2036.165a8.51%208.51%200%200%200-16-4.045a8.51%208.51%200%200%200-16%204.044a8.47%208.47%200%200%200%201.886%205.337l-.003.003L27%2059l14.117-17.496l-.003-.002A8.47%208.47%200%200%200%2043%2036.164zm18-18.644a4.521%204.521%200%200%200-8.5-2.148a4.521%204.521%200%201%200-7.498%204.984h-.001l7.499%209.296l7.5-9.295l-.002-.001A4.5%204.5%200%200%200%2061%2017.52z%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%23ffa7c0%22%20d%3D%22M43%2036.165a8.51%208.51%200%200%200-16-4.045a8.51%208.51%200%200%200-16%204.044a8.47%208.47%200%200%200%201.886%205.337l-.003.003L27%2059l14.117-17.496l-.003-.002A8.47%208.47%200%200%200%2043%2036.164m18-18.643a4.521%204.521%200%200%200-8.5-2.148a4.521%204.521%200%201%200-7.498%204.984h-.001l7.499%209.296l7.5-9.295l-.002-.001A4.5%204.5%200%200%200%2061%2017.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43%2036.165a8.51%208.51%200%200%200-16-4.045a8.51%208.51%200%200%200-16%204.044a8.47%208.47%200%200%200%201.886%205.337l-.003.003L27%2059l14.117-17.496l-.003-.002A8.47%208.47%200%200%200%2043%2036.164zm18-18.644a4.521%204.521%200%200%200-8.5-2.148a4.521%204.521%200%201%200-7.498%204.984h-.001l7.499%209.296l7.5-9.295l-.002-.001A4.5%204.5%200%200%200%2061%2017.52z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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