smiling face with heart eyes emoji
smiling-face-with-heart-eyes from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- smiling-face-with-heart-eyes
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
smiling-face-with-heart-eyesEmoji One (Colored)smiling-face-with-heart-eyesFluent Emojismiling-face-with-heart-eyesFluent Emoji High Contrastsmiling-face-with-heart-eyesNoto Emojismiling-face-with-heart-eyesOpenMojismiling-face-with-heart-eyesStreamline Emojissmiling-face-with-heart-eyesTwitter Emoji
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the smiling face with heart eyes 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="#bb1d80" d="M16 25c-9 0-9-9-9-9h18s0 9-9 9"/><path fill="#fff" d="M8 16.5V16h16v.5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1"/><path fill="#f70a8d" d="M3.181 9.75c2.016 2.327 4.698 3.346 6.073 3.74a1.6 1.6 0 0 0 1.57-.412c1.194-1.178 3.6-3.879 4.114-6.963c.718-4.306-4.682-5.62-6.858-2.07C2.99 1.655.296 6.421 3.18 9.75m25.637.002c-2.015 2.326-4.695 3.344-6.07 3.737c-.563.162-1.154 0-1.57-.411c-1.194-1.177-3.598-3.877-4.112-6.96c-.718-4.304 4.68-5.617 6.855-2.069c5.089-2.39 7.78 2.375 4.897 5.703"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSmilingFaceWithHeartEyes(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="#bb1d80" d="M16 25c-9 0-9-9-9-9h18s0 9-9 9"/><path fill="#fff" d="M8 16.5V16h16v.5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1"/><path fill="#f70a8d" d="M3.181 9.75c2.016 2.327 4.698 3.346 6.073 3.74a1.6 1.6 0 0 0 1.57-.412c1.194-1.178 3.6-3.879 4.114-6.963c.718-4.306-4.682-5.62-6.858-2.07C2.99 1.655.296 6.421 3.18 9.75m25.637.002c-2.015 2.326-4.695 3.344-6.07 3.737c-.563.162-1.154 0-1.57-.411c-1.194-1.177-3.598-3.877-4.112-6.96c-.718-4.304 4.68-5.617 6.855-2.069c5.089-2.39 7.78 2.375 4.897 5.703"/></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="#bb1d80" d="M16 25c-9 0-9-9-9-9h18s0 9-9 9"/><path fill="#fff" d="M8 16.5V16h16v.5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1"/><path fill="#f70a8d" d="M3.181 9.75c2.016 2.327 4.698 3.346 6.073 3.74a1.6 1.6 0 0 0 1.57-.412c1.194-1.178 3.6-3.879 4.114-6.963c.718-4.306-4.682-5.62-6.858-2.07C2.99 1.655.296 6.421 3.18 9.75m25.637.002c-2.015 2.326-4.695 3.344-6.07 3.737c-.563.162-1.154 0-1.57-.411c-1.194-1.177-3.598-3.877-4.112-6.96c-.718-4.304 4.68-5.617 6.855-2.069c5.089-2.39 7.78 2.375 4.897 5.703"/></g></svg> </template>
CSS
.icon-smiling-face-with-heart-eyes {
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%23bb1d80%22%20d%3D%22M16%2025c-9%200-9-9-9-9h18s0%209-9%209%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2016.5V16h16v.5a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M3.181%209.75c2.016%202.327%204.698%203.346%206.073%203.74a1.6%201.6%200%200%200%201.57-.412c1.194-1.178%203.6-3.879%204.114-6.963c.718-4.306-4.682-5.62-6.858-2.07C2.99%201.655.296%206.421%203.18%209.75m25.637.002c-2.015%202.326-4.695%203.344-6.07%203.737c-.563.162-1.154%200-1.57-.411c-1.194-1.177-3.598-3.877-4.112-6.96c-.718-4.304%204.68-5.617%206.855-2.069c5.089-2.39%207.78%202.375%204.897%205.703%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%23bb1d80%22%20d%3D%22M16%2025c-9%200-9-9-9-9h18s0%209-9%209%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2016.5V16h16v.5a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M3.181%209.75c2.016%202.327%204.698%203.346%206.073%203.74a1.6%201.6%200%200%200%201.57-.412c1.194-1.178%203.6-3.879%204.114-6.963c.718-4.306-4.682-5.62-6.858-2.07C2.99%201.655.296%206.421%203.18%209.75m25.637.002c-2.015%202.326-4.695%203.344-6.07%203.737c-.563.162-1.154%200-1.57-.411c-1.194-1.177-3.598-3.877-4.112-6.96c-.718-4.304%204.68-5.617%206.855-2.069c5.089-2.39%207.78%202.375%204.897%205.703%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-heart-eyes.svg?color=%231a73e8&size=48