beaming face with smiling eyes emoji

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

Name
beaming-face-with-smiling-eyes
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 beaming face with smiling 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="#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.38"/><path fill="#bb1d80" d="M6 16h20s0 3.774-2.318 6.685H8.318C6 19.774 6 16 6 16"/><path fill="#fff" d="M7.759 19.794L7 16h18l-.759 3.794A1.5 1.5 0 0 1 22.771 21H9.23a1.5 1.5 0 0 1-1.471-1.206m.526 2.849C9.738 24.49 12.114 26 16 26s6.262-1.51 7.715-3.357A1 1 0 0 0 22.78 22H9.22a1 1 0 0 0-.935.643"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBeamingFaceWithSmilingEyes(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.38"/><path fill="#bb1d80" d="M6 16h20s0 3.774-2.318 6.685H8.318C6 19.774 6 16 6 16"/><path fill="#fff" d="M7.759 19.794L7 16h18l-.759 3.794A1.5 1.5 0 0 1 22.771 21H9.23a1.5 1.5 0 0 1-1.471-1.206m.526 2.849C9.738 24.49 12.114 26 16 26s6.262-1.51 7.715-3.357A1 1 0 0 0 22.78 22H9.22a1 1 0 0 0-.935.643"/></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.38"/><path fill="#bb1d80" d="M6 16h20s0 3.774-2.318 6.685H8.318C6 19.774 6 16 6 16"/><path fill="#fff" d="M7.759 19.794L7 16h18l-.759 3.794A1.5 1.5 0 0 1 22.771 21H9.23a1.5 1.5 0 0 1-1.471-1.206m.526 2.849C9.738 24.49 12.114 26 16 26s6.262-1.51 7.715-3.357A1 1 0 0 0 22.78 22H9.22a1 1 0 0 0-.935.643"/></g></svg>
</template>

CSS

.icon-beaming-face-with-smiling-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%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.38%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M6%2016h20s0%203.774-2.318%206.685H8.318C6%2019.774%206%2016%206%2016%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.759%2019.794L7%2016h18l-.759%203.794A1.5%201.5%200%200%201%2022.771%2021H9.23a1.5%201.5%200%200%201-1.471-1.206m.526%202.849C9.738%2024.49%2012.114%2026%2016%2026s6.262-1.51%207.715-3.357A1%201%200%200%200%2022.78%2022H9.22a1%201%200%200%200-.935.643%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.38%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M6%2016h20s0%203.774-2.318%206.685H8.318C6%2019.774%206%2016%206%2016%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.759%2019.794L7%2016h18l-.759%203.794A1.5%201.5%200%200%201%2022.771%2021H9.23a1.5%201.5%200%200%201-1.471-1.206m.526%202.849C9.738%2024.49%2012.114%2026%2016%2026s6.262-1.51%207.715-3.357A1%201%200%200%200%2022.78%2022H9.22a1%201%200%200%200-.935.643%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/beaming-face-with-smiling-eyes.svg?color=%231a73e8&size=48