smiling face with hearts emoji

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

Name
smiling-face-with-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 smiling face with hearts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#ffa7c0" d="M11.319 34.66a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857m37-27a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342A4.048 4.048 0 1 0 48.32 7.66m7.999 45a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M45.815 44.804a15.43 15.43 0 0 1-19.63 0m25.855 5.562a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-45-18a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m37-27a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-1.232 52.61A23 23 0 0 1 36 59c-7.94 0-14.939-4.022-19.072-10.14m36.82-27.49A22.9 22.9 0 0 1 59 36a22.9 22.9 0 0 1-2.306 10.05M14.732 27.227C18.181 18.877 26.404 13 36 13"/><path stroke-miterlimit="10" d="M31.694 32.404a4.726 4.726 0 0 0-8.638 0m25.888 0a4.726 4.726 0 0 0-8.638 0"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSmilingFaceWithHearts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#ffa7c0" d="M11.319 34.66a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857m37-27a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342A4.048 4.048 0 1 0 48.32 7.66m7.999 45a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M45.815 44.804a15.43 15.43 0 0 1-19.63 0m25.855 5.562a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-45-18a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m37-27a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-1.232 52.61A23 23 0 0 1 36 59c-7.94 0-14.939-4.022-19.072-10.14m36.82-27.49A22.9 22.9 0 0 1 59 36a22.9 22.9 0 0 1-2.306 10.05M14.732 27.227C18.181 18.877 26.404 13 36 13"/><path strokeMiterlimit="10" d="M31.694 32.404a4.726 4.726 0 0 0-8.638 0m25.888 0a4.726 4.726 0 0 0-8.638 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#ffa7c0" d="M11.319 34.66a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857m37-27a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342A4.048 4.048 0 1 0 48.32 7.66m7.999 45a.351.351 0 0 1-.633 0a4.048 4.048 0 1 0-6.917 4.143l7.233 9.274l7.191-9.218l.232-.342a4.048 4.048 0 1 0-7.106-3.857"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M45.815 44.804a15.43 15.43 0 0 1-19.63 0m25.855 5.562a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-45-18a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m37-27a4.05 4.05 0 0 0-3.462 6.15l.232.343l7.191 9.218l7.233-9.275a4.048 4.048 0 1 0-6.916-4.142a.351.351 0 0 1-.633 0a4.02 4.02 0 0 0-3.645-2.294m-1.232 52.61A23 23 0 0 1 36 59c-7.94 0-14.939-4.022-19.072-10.14m36.82-27.49A22.9 22.9 0 0 1 59 36a22.9 22.9 0 0 1-2.306 10.05M14.732 27.227C18.181 18.877 26.404 13 36 13"/><path stroke-miterlimit="10" d="M31.694 32.404a4.726 4.726 0 0 0-8.638 0m25.888 0a4.726 4.726 0 0 0-8.638 0"/></g></svg>
</template>

CSS

.icon-smiling-face-with-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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M11.319%2034.66a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342a4.048%204.048%200%201%200-7.106-3.857m37-27a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342A4.048%204.048%200%201%200%2048.32%207.66m7.999%2045a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342a4.048%204.048%200%201%200-7.106-3.857%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M45.815%2044.804a15.43%2015.43%200%200%201-19.63%200m25.855%205.562a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m-45-18a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m37-27a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m-1.232%2052.61A23%2023%200%200%201%2036%2059c-7.94%200-14.939-4.022-19.072-10.14m36.82-27.49A22.9%2022.9%200%200%201%2059%2036a22.9%2022.9%200%200%201-2.306%2010.05M14.732%2027.227C18.181%2018.877%2026.404%2013%2036%2013%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.694%2032.404a4.726%204.726%200%200%200-8.638%200m25.888%200a4.726%204.726%200%200%200-8.638%200%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M11.319%2034.66a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342a4.048%204.048%200%201%200-7.106-3.857m37-27a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342A4.048%204.048%200%201%200%2048.32%207.66m7.999%2045a.351.351%200%200%201-.633%200a4.048%204.048%200%201%200-6.917%204.143l7.233%209.274l7.191-9.218l.232-.342a4.048%204.048%200%201%200-7.106-3.857%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M45.815%2044.804a15.43%2015.43%200%200%201-19.63%200m25.855%205.562a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m-45-18a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m37-27a4.05%204.05%200%200%200-3.462%206.15l.232.343l7.191%209.218l7.233-9.275a4.048%204.048%200%201%200-6.916-4.142a.351.351%200%200%201-.633%200a4.02%204.02%200%200%200-3.645-2.294m-1.232%2052.61A23%2023%200%200%201%2036%2059c-7.94%200-14.939-4.022-19.072-10.14m36.82-27.49A22.9%2022.9%200%200%201%2059%2036a22.9%2022.9%200%200%201-2.306%2010.05M14.732%2027.227C18.181%2018.877%2026.404%2013%2036%2013%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.694%2032.404a4.726%204.726%200%200%200-8.638%200m25.888%200a4.726%204.726%200%200%200-8.638%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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