smiling face with smiling eyes emoji

smiling-face-with-smiling-eyes from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
smiling-face-with-smiling-eyes
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the smiling face with smiling eyes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><circle cx="7" cy="18" r="5" fill="#ff7892"/><circle cx="29" cy="18" r="5" fill="#ff7892"/><path fill="#664500" d="M27.335 21.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 22.472 11.788 27.5 18 27.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628M7.999 15a1 1 0 0 1-.893-1.448C7.158 13.448 8.424 11 12 11s4.842 2.449 4.894 2.553a1 1 0 0 1-1.783.906C15.068 14.379 14.281 13 12 13c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553m20.002 0a1 1 0 0 1-.896-.553C27.08 14.401 26.299 13 24 13s-3.08 1.401-3.112 1.46c-.26.481-.859.67-1.345.42a.994.994 0 0 1-.438-1.328C19.157 13.449 20.423 11 24 11s4.843 2.449 4.895 2.553A1 1 0 0 1 28.001 15"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSmilingFaceWithSmilingEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><circle cx="7" cy="18" r="5" fill="#ff7892"/><circle cx="29" cy="18" r="5" fill="#ff7892"/><path fill="#664500" d="M27.335 21.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 22.472 11.788 27.5 18 27.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628M7.999 15a1 1 0 0 1-.893-1.448C7.158 13.448 8.424 11 12 11s4.842 2.449 4.894 2.553a1 1 0 0 1-1.783.906C15.068 14.379 14.281 13 12 13c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553m20.002 0a1 1 0 0 1-.896-.553C27.08 14.401 26.299 13 24 13s-3.08 1.401-3.112 1.46c-.26.481-.859.67-1.345.42a.994.994 0 0 1-.438-1.328C19.157 13.449 20.423 11 24 11s4.843 2.449 4.895 2.553A1 1 0 0 1 28.001 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><circle cx="7" cy="18" r="5" fill="#ff7892"/><circle cx="29" cy="18" r="5" fill="#ff7892"/><path fill="#664500" d="M27.335 21.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 22.472 11.788 27.5 18 27.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628M7.999 15a1 1 0 0 1-.893-1.448C7.158 13.448 8.424 11 12 11s4.842 2.449 4.894 2.553a1 1 0 0 1-1.783.906C15.068 14.379 14.281 13 12 13c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553m20.002 0a1 1 0 0 1-.896-.553C27.08 14.401 26.299 13 24 13s-3.08 1.401-3.112 1.46c-.26.481-.859.67-1.345.42a.994.994 0 0 1-.438-1.328C19.157 13.449 20.423 11 24 11s4.843 2.449 4.895 2.553A1 1 0 0 1 28.001 15"/></svg>
</template>

CSS

.icon-smiling-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23ff7892%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23ff7892%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.335%2021.629a.5.5%200%200%200-.635-.029c-.039.029-3.922%202.9-8.7%202.9c-4.766%200-8.662-2.871-8.7-2.9a.5.5%200%200%200-.729.657C8.7%2022.472%2011.788%2027.5%2018%2027.5s9.301-5.028%209.429-5.243a.5.5%200%200%200-.094-.628M7.999%2015a1%201%200%200%201-.893-1.448C7.158%2013.448%208.424%2011%2012%2011s4.842%202.449%204.894%202.553a1%201%200%200%201-1.783.906C15.068%2014.379%2014.281%2013%2012%2013c-2.317%200-3.099%201.433-3.106%201.447a1%201%200%200%201-.895.553m20.002%200a1%201%200%200%201-.896-.553C27.08%2014.401%2026.299%2013%2024%2013s-3.08%201.401-3.112%201.46c-.26.481-.859.67-1.345.42a.994.994%200%200%201-.438-1.328C19.157%2013.449%2020.423%2011%2024%2011s4.843%202.449%204.895%202.553A1%201%200%200%201%2028.001%2015%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23ff7892%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2218%22%20r%3D%225%22%20fill%3D%22%23ff7892%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.335%2021.629a.5.5%200%200%200-.635-.029c-.039.029-3.922%202.9-8.7%202.9c-4.766%200-8.662-2.871-8.7-2.9a.5.5%200%200%200-.729.657C8.7%2022.472%2011.788%2027.5%2018%2027.5s9.301-5.028%209.429-5.243a.5.5%200%200%200-.094-.628M7.999%2015a1%201%200%200%201-.893-1.448C7.158%2013.448%208.424%2011%2012%2011s4.842%202.449%204.894%202.553a1%201%200%200%201-1.783.906C15.068%2014.379%2014.281%2013%2012%2013c-2.317%200-3.099%201.433-3.106%201.447a1%201%200%200%201-.895.553m20.002%200a1%201%200%200%201-.896-.553C27.08%2014.401%2026.299%2013%2024%2013s-3.08%201.401-3.112%201.46c-.26.481-.859.67-1.345.42a.994.994%200%200%201-.438-1.328C19.157%2013.449%2020.423%2011%2024%2011s4.843%202.449%204.895%202.553A1%201%200%200%201%2028.001%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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