smiling face with hearts emoji

smiling-face-with-hearts from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
smiling-face-with-hearts
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the smiling face with hearts emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M12 15a1 1 0 0 1 1 1c0 .507.16 1.289.611 1.916C14.026 18.49 14.727 19 16 19s1.974-.509 2.389-1.084c.45-.627.611-1.41.611-1.916a1 1 0 1 1 2 0c0 .827-.24 2.044-.988 3.084C19.226 20.175 17.926 21 16 21s-3.226-.825-4.011-1.916C11.239 18.044 11 16.827 11 16a1 1 0 0 1 1-1"/><path fill="#f70a8d" d="M3 1.1c1.213-.36 2.5.4 3 .9c.5-.5 2.168-1.832 3.75-.25C11.025 3.025 10.5 5 9.5 6.5c-.589.883-2.116 2.272-3.347 3.21c-.644.49-1.54.345-2.086-.253C3.143 8.444 1.973 7.145 1.4 6c-1-2 0-4.425 1.6-4.9M4 28c-1.118-1.118-1.5-3-.5-4s3-.5 3-.5s.5-1.25 2-1c2 .25 2.25 2.5 1.75 4c-.382 1.146-1.307 2.369-1.98 3.156c-.431.506-1.167.58-1.717.204C5.628 29.23 4.316 28.316 4 28m22.5-9.5c-.333-.5-2-1.9-3.5-1.4c-1.897.633-2 2.9-1 4.4c.625.938 2.392 3.034 3.355 4.16a.956.956 0 0 0 1.381.09C27.94 24.636 30.27 22.326 31 20.5c.557-1.393 0-3.5-2-3.5c-1.6 0-2.333 1-2.5 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSmilingFaceWithHearts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M12 15a1 1 0 0 1 1 1c0 .507.16 1.289.611 1.916C14.026 18.49 14.727 19 16 19s1.974-.509 2.389-1.084c.45-.627.611-1.41.611-1.916a1 1 0 1 1 2 0c0 .827-.24 2.044-.988 3.084C19.226 20.175 17.926 21 16 21s-3.226-.825-4.011-1.916C11.239 18.044 11 16.827 11 16a1 1 0 0 1 1-1"/><path fill="#f70a8d" d="M3 1.1c1.213-.36 2.5.4 3 .9c.5-.5 2.168-1.832 3.75-.25C11.025 3.025 10.5 5 9.5 6.5c-.589.883-2.116 2.272-3.347 3.21c-.644.49-1.54.345-2.086-.253C3.143 8.444 1.973 7.145 1.4 6c-1-2 0-4.425 1.6-4.9M4 28c-1.118-1.118-1.5-3-.5-4s3-.5 3-.5s.5-1.25 2-1c2 .25 2.25 2.5 1.75 4c-.382 1.146-1.307 2.369-1.98 3.156c-.431.506-1.167.58-1.717.204C5.628 29.23 4.316 28.316 4 28m22.5-9.5c-.333-.5-2-1.9-3.5-1.4c-1.897.633-2 2.9-1 4.4c.625.938 2.392 3.034 3.355 4.16a.956.956 0 0 0 1.381.09C27.94 24.636 30.27 22.326 31 20.5c.557-1.393 0-3.5-2-3.5c-1.6 0-2.333 1-2.5 1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M12 15a1 1 0 0 1 1 1c0 .507.16 1.289.611 1.916C14.026 18.49 14.727 19 16 19s1.974-.509 2.389-1.084c.45-.627.611-1.41.611-1.916a1 1 0 1 1 2 0c0 .827-.24 2.044-.988 3.084C19.226 20.175 17.926 21 16 21s-3.226-.825-4.011-1.916C11.239 18.044 11 16.827 11 16a1 1 0 0 1 1-1"/><path fill="#f70a8d" d="M3 1.1c1.213-.36 2.5.4 3 .9c.5-.5 2.168-1.832 3.75-.25C11.025 3.025 10.5 5 9.5 6.5c-.589.883-2.116 2.272-3.347 3.21c-.644.49-1.54.345-2.086-.253C3.143 8.444 1.973 7.145 1.4 6c-1-2 0-4.425 1.6-4.9M4 28c-1.118-1.118-1.5-3-.5-4s3-.5 3-.5s.5-1.25 2-1c2 .25 2.25 2.5 1.75 4c-.382 1.146-1.307 2.369-1.98 3.156c-.431.506-1.167.58-1.717.204C5.628 29.23 4.316 28.316 4 28m22.5-9.5c-.333-.5-2-1.9-3.5-1.4c-1.897.633-2 2.9-1 4.4c.625.938 2.392 3.034 3.355 4.16a.956.956 0 0 0 1.381.09C27.94 24.636 30.27 22.326 31 20.5c.557-1.393 0-3.5-2-3.5c-1.6 0-2.333 1-2.5 1.5"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M8.982%2011.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%208.452%2011.696%208%2010.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%208.452%2022.696%208%2021.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38M12%2015a1%201%200%200%201%201%201c0%20.507.16%201.289.611%201.916C14.026%2018.49%2014.727%2019%2016%2019s1.974-.509%202.389-1.084c.45-.627.611-1.41.611-1.916a1%201%200%201%201%202%200c0%20.827-.24%202.044-.988%203.084C19.226%2020.175%2017.926%2021%2016%2021s-3.226-.825-4.011-1.916C11.239%2018.044%2011%2016.827%2011%2016a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M3%201.1c1.213-.36%202.5.4%203%20.9c.5-.5%202.168-1.832%203.75-.25C11.025%203.025%2010.5%205%209.5%206.5c-.589.883-2.116%202.272-3.347%203.21c-.644.49-1.54.345-2.086-.253C3.143%208.444%201.973%207.145%201.4%206c-1-2%200-4.425%201.6-4.9M4%2028c-1.118-1.118-1.5-3-.5-4s3-.5%203-.5s.5-1.25%202-1c2%20.25%202.25%202.5%201.75%204c-.382%201.146-1.307%202.369-1.98%203.156c-.431.506-1.167.58-1.717.204C5.628%2029.23%204.316%2028.316%204%2028m22.5-9.5c-.333-.5-2-1.9-3.5-1.4c-1.897.633-2%202.9-1%204.4c.625.938%202.392%203.034%203.355%204.16a.956.956%200%200%200%201.381.09C27.94%2024.636%2030.27%2022.326%2031%2020.5c.557-1.393%200-3.5-2-3.5c-1.6%200-2.333%201-2.5%201.5%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M8.982%2011.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%208.452%2011.696%208%2010.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%208.452%2022.696%208%2021.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38M12%2015a1%201%200%200%201%201%201c0%20.507.16%201.289.611%201.916C14.026%2018.49%2014.727%2019%2016%2019s1.974-.509%202.389-1.084c.45-.627.611-1.41.611-1.916a1%201%200%201%201%202%200c0%20.827-.24%202.044-.988%203.084C19.226%2020.175%2017.926%2021%2016%2021s-3.226-.825-4.011-1.916C11.239%2018.044%2011%2016.827%2011%2016a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M3%201.1c1.213-.36%202.5.4%203%20.9c.5-.5%202.168-1.832%203.75-.25C11.025%203.025%2010.5%205%209.5%206.5c-.589.883-2.116%202.272-3.347%203.21c-.644.49-1.54.345-2.086-.253C3.143%208.444%201.973%207.145%201.4%206c-1-2%200-4.425%201.6-4.9M4%2028c-1.118-1.118-1.5-3-.5-4s3-.5%203-.5s.5-1.25%202-1c2%20.25%202.25%202.5%201.75%204c-.382%201.146-1.307%202.369-1.98%203.156c-.431.506-1.167.58-1.717.204C5.628%2029.23%204.316%2028.316%204%2028m22.5-9.5c-.333-.5-2-1.9-3.5-1.4c-1.897.633-2%202.9-1%204.4c.625.938%202.392%203.034%203.355%204.16a.956.956%200%200%200%201.381.09C27.94%2024.636%2030.27%2022.326%2031%2020.5c.557-1.393%200-3.5-2-3.5c-1.6%200-2.333%201-2.5%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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