crying face emoji

crying-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
crying-face
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the crying face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#92d3f5" d="M22.775 33.825c-1.077 1.101-3.115 3.487-3.293 5.916c-.11 1.52 1.119 2.943 2.637 3.053a2.86 2.86 0 0 0 3.054-2.636c.177-2.43-1.493-5.086-2.398-6.334"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M26.5 48c1.877-3.833 5.824-6.196 10-6c3.834.18 7.293 2.493 9 6"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M20.387 41.63a2.8 2.8 0 0 1-.826-1.994c0-2.479 2.344-4.85 2.443-4.95a.53.53 0 0 1 .75 0c.1.1 2.444 2.472 2.444 4.951a2.82 2.82 0 0 1-2.818 2.818c-.753 0-1.46-.293-1.993-.825z"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCryingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#92d3f5" d="M22.775 33.825c-1.077 1.101-3.115 3.487-3.293 5.916c-.11 1.52 1.119 2.943 2.637 3.053a2.86 2.86 0 0 0 3.054-2.636c.177-2.43-1.493-5.086-2.398-6.334"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M26.5 48c1.877-3.833 5.824-6.196 10-6c3.834.18 7.293 2.493 9 6"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M20.387 41.63a2.8 2.8 0 0 1-.826-1.994c0-2.479 2.344-4.85 2.443-4.95a.53.53 0 0 1 .75 0c.1.1 2.444 2.472 2.444 4.951a2.82 2.82 0 0 1-2.818 2.818c-.753 0-1.46-.293-1.993-.825z"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#92d3f5" d="M22.775 33.825c-1.077 1.101-3.115 3.487-3.293 5.916c-.11 1.52 1.119 2.943 2.637 3.053a2.86 2.86 0 0 0 3.054-2.636c.177-2.43-1.493-5.086-2.398-6.334"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M26.5 48c1.877-3.833 5.824-6.196 10-6c3.834.18 7.293 2.493 9 6"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M20.387 41.63a2.8 2.8 0 0 1-.826-1.994c0-2.479 2.344-4.85 2.443-4.95a.53.53 0 0 1 .75 0c.1.1 2.444 2.472 2.444 4.951a2.82 2.82 0 0 1-2.818 2.818c-.753 0-1.46-.293-1.993-.825z"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.2%2013.316c-12.572%200-22.8%2010.228-22.8%2022.8s10.228%2022.8%2022.8%2022.8S59%2048.688%2059%2036.116s-10.228-22.8-22.8-22.8%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M22.775%2033.825c-1.077%201.101-3.115%203.487-3.293%205.916c-.11%201.52%201.119%202.943%202.637%203.053a2.86%202.86%200%200%200%203.054-2.636c.177-2.43-1.493-5.086-2.398-6.334%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.5%2048c1.877-3.833%205.824-6.196%2010-6c3.834.18%207.293%202.493%209%206%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.387%2041.63a2.8%202.8%200%200%201-.826-1.994c0-2.479%202.344-4.85%202.443-4.95a.53.53%200%200%201%20.75%200c.1.1%202.444%202.472%202.444%204.951a2.82%202.82%200%200%201-2.818%202.818c-.753%200-1.46-.293-1.993-.825z%22%2F%3E%3Cpath%20d%3D%22M30%2031a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203m18%200a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.2%2013.316c-12.572%200-22.8%2010.228-22.8%2022.8s10.228%2022.8%2022.8%2022.8S59%2048.688%2059%2036.116s-10.228-22.8-22.8-22.8%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M22.775%2033.825c-1.077%201.101-3.115%203.487-3.293%205.916c-.11%201.52%201.119%202.943%202.637%203.053a2.86%202.86%200%200%200%203.054-2.636c.177-2.43-1.493-5.086-2.398-6.334%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M26.5%2048c1.877-3.833%205.824-6.196%2010-6c3.834.18%207.293%202.493%209%206%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.387%2041.63a2.8%202.8%200%200%201-.826-1.994c0-2.479%202.344-4.85%202.443-4.95a.53.53%200%200%201%20.75%200c.1.1%202.444%202.472%202.444%204.951a2.82%202.82%200%200%201-2.818%202.818c-.753%200-1.46-.293-1.993-.825z%22%2F%3E%3Cpath%20d%3D%22M30%2031a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203m18%200a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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