crying face emoji

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

Name
crying-face
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 crying face 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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><ellipse cx="11.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M5.999 13.5a1 1 0 0 1-.799-1.6c3.262-4.35 7.616-4.4 7.8-4.4a1 1 0 0 1 .004 2c-.155.002-3.568.086-6.204 3.6a1 1 0 0 1-.801.4m24.002 0a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 23 7.5c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6m-6.516 14.879C23.474 28.335 22.34 24 18 24s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 28.855 14.356 28 18 28c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#5dadec" d="M16 31c0 2.762-2.238 5-5 5s-5-2.238-5-5s4-10 5-10s5 7.238 5 10"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCryingFace(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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><ellipse cx="11.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M5.999 13.5a1 1 0 0 1-.799-1.6c3.262-4.35 7.616-4.4 7.8-4.4a1 1 0 0 1 .004 2c-.155.002-3.568.086-6.204 3.6a1 1 0 0 1-.801.4m24.002 0a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 23 7.5c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6m-6.516 14.879C23.474 28.335 22.34 24 18 24s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 28.855 14.356 28 18 28c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#5dadec" d="M16 31c0 2.762-2.238 5-5 5s-5-2.238-5-5s4-10 5-10s5 7.238 5 10"/></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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><ellipse cx="11.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="17" fill="#664500" rx="2.5" ry="3.5"/><path fill="#664500" d="M5.999 13.5a1 1 0 0 1-.799-1.6c3.262-4.35 7.616-4.4 7.8-4.4a1 1 0 0 1 .004 2c-.155.002-3.568.086-6.204 3.6a1 1 0 0 1-.801.4m24.002 0a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 23 7.5c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6m-6.516 14.879C23.474 28.335 22.34 24 18 24s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06C13.352 28.855 14.356 28 18 28c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484"/><path fill="#5dadec" d="M16 31c0 2.762-2.238 5-5 5s-5-2.238-5-5s4-10 5-10s5 7.238 5 10"/></svg>
</template>

CSS

.icon-crying-face {
  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%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2217%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224.5%22%20cy%3D%2217%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M5.999%2013.5a1%201%200%200%201-.799-1.6c3.262-4.35%207.616-4.4%207.8-4.4a1%201%200%200%201%20.004%202c-.155.002-3.568.086-6.204%203.6a1%201%200%200%201-.801.4m24.002%200a1%201%200%200%201-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1%201%200%200%201-.991-1.005A.997.997%200%200%201%2023%207.5c.184%200%204.537.05%207.8%204.4a1%201%200%200%201-.799%201.6m-6.516%2014.879C23.474%2028.335%2022.34%2024%2018%2024s-5.474%204.335-5.485%204.379a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06C13.352%2028.855%2014.356%2028%2018%2028c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M16%2031c0%202.762-2.238%205-5%205s-5-2.238-5-5s4-10%205-10s5%207.238%205%2010%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%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2217%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224.5%22%20cy%3D%2217%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M5.999%2013.5a1%201%200%200%201-.799-1.6c3.262-4.35%207.616-4.4%207.8-4.4a1%201%200%200%201%20.004%202c-.155.002-3.568.086-6.204%203.6a1%201%200%200%201-.801.4m24.002%200a1%201%200%200%201-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1%201%200%200%201-.991-1.005A.997.997%200%200%201%2023%207.5c.184%200%204.537.05%207.8%204.4a1%201%200%200%201-.799%201.6m-6.516%2014.879C23.474%2028.335%2022.34%2024%2018%2024s-5.474%204.335-5.485%204.379a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06C13.352%2028.855%2014.356%2028%2018%2028c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M16%2031c0%202.762-2.238%205-5%205s-5-2.238-5-5s4-10%205-10s5%207.238%205%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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