crying-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
crying-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the crying face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><path fill="#664e27" d="M40.6 46.4c-5.4-2.5-11.8-2.5-17.2 0c-1.3.6.3 4.2 1.7 3.5c3.6-1.7 8.9-2.3 13.9 0c1.3.6 3-2.8 1.6-3.5"/><path fill="#fff" d="M54 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/><circle cx="45" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="46.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="42.8" cy="31" rx="1.6" ry="1.9"/><path d="M28 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/></g><circle cx="19" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="20.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="16.8" cy="31" rx="1.6" ry="1.9"/></g><path fill="#65b1ef" d="M47 36c-5.1 6.8-8 13-8 18.1c0 4.4 3.6 7.9 8 7.9s8-3.5 8-7.9c0-5.1-3-11.4-8-18.1"/><path fill="#917524" d="M53.2 20.7c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneCryingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><path fill="#664e27" d="M40.6 46.4c-5.4-2.5-11.8-2.5-17.2 0c-1.3.6.3 4.2 1.7 3.5c3.6-1.7 8.9-2.3 13.9 0c1.3.6 3-2.8 1.6-3.5"/><path fill="#fff" d="M54 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/><circle cx="45" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="46.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="42.8" cy="31" rx="1.6" ry="1.9"/><path d="M28 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/></g><circle cx="19" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="20.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="16.8" cy="31" rx="1.6" ry="1.9"/></g><path fill="#65b1ef" d="M47 36c-5.1 6.8-8 13-8 18.1c0 4.4 3.6 7.9 8 7.9s8-3.5 8-7.9c0-5.1-3-11.4-8-18.1"/><path fill="#917524" d="M53.2 20.7c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><path fill="#664e27" d="M40.6 46.4c-5.4-2.5-11.8-2.5-17.2 0c-1.3.6.3 4.2 1.7 3.5c3.6-1.7 8.9-2.3 13.9 0c1.3.6 3-2.8 1.6-3.5"/><path fill="#fff" d="M54 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/><circle cx="45" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="46.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="42.8" cy="31" rx="1.6" ry="1.9"/><path d="M28 31c0 5-4 9-9 9s-9-4-9-9s4-9 9-9s9 4 9 9"/></g><circle cx="19" cy="31" r="6" fill="#664e27"/><g fill="#fff"><ellipse cx="20.6" cy="35.5" rx="2.8" ry="3.2"/><ellipse cx="16.8" cy="31" rx="1.6" ry="1.9"/></g><path fill="#65b1ef" d="M47 36c-5.1 6.8-8 13-8 18.1c0 4.4 3.6 7.9 8 7.9s8-3.5 8-7.9c0-5.1-3-11.4-8-18.1"/><path fill="#917524" d="M53.2 20.7c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-30.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M40.6%2046.4c-5.4-2.5-11.8-2.5-17.2%200c-1.3.6.3%204.2%201.7%203.5c3.6-1.7%208.9-2.3%2013.9%200c1.3.6%203-2.8%201.6-3.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54%2031c0%205-4%209-9%209s-9-4-9-9s4-9%209-9s9%204%209%209%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2231%22%20r%3D%226%22%20fill%3D%22%23664e27%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2246.6%22%20cy%3D%2235.5%22%20rx%3D%222.8%22%20ry%3D%223.2%22%2F%3E%3Cellipse%20cx%3D%2242.8%22%20cy%3D%2231%22%20rx%3D%221.6%22%20ry%3D%221.9%22%2F%3E%3Cpath%20d%3D%22M28%2031c0%205-4%209-9%209s-9-4-9-9s4-9%209-9s9%204%209%209%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2231%22%20r%3D%226%22%20fill%3D%22%23664e27%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2220.6%22%20cy%3D%2235.5%22%20rx%3D%222.8%22%20ry%3D%223.2%22%2F%3E%3Cellipse%20cx%3D%2216.8%22%20cy%3D%2231%22%20rx%3D%221.6%22%20ry%3D%221.9%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2365b1ef%22%20d%3D%22M47%2036c-5.1%206.8-8%2013-8%2018.1c0%204.4%203.6%207.9%208%207.9s8-3.5%208-7.9c0-5.1-3-11.4-8-18.1%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M53.2%2020.7c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-30.7-3.3c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.2.2%202.3-.4%202.2%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M40.6%2046.4c-5.4-2.5-11.8-2.5-17.2%200c-1.3.6.3%204.2%201.7%203.5c3.6-1.7%208.9-2.3%2013.9%200c1.3.6%203-2.8%201.6-3.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54%2031c0%205-4%209-9%209s-9-4-9-9s4-9%209-9s9%204%209%209%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2231%22%20r%3D%226%22%20fill%3D%22%23664e27%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2246.6%22%20cy%3D%2235.5%22%20rx%3D%222.8%22%20ry%3D%223.2%22%2F%3E%3Cellipse%20cx%3D%2242.8%22%20cy%3D%2231%22%20rx%3D%221.6%22%20ry%3D%221.9%22%2F%3E%3Cpath%20d%3D%22M28%2031c0%205-4%209-9%209s-9-4-9-9s4-9%209-9s9%204%209%209%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2231%22%20r%3D%226%22%20fill%3D%22%23664e27%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2220.6%22%20cy%3D%2235.5%22%20rx%3D%222.8%22%20ry%3D%223.2%22%2F%3E%3Cellipse%20cx%3D%2216.8%22%20cy%3D%2231%22%20rx%3D%221.6%22%20ry%3D%221.9%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2365b1ef%22%20d%3D%22M47%2036c-5.1%206.8-8%2013-8%2018.1c0%204.4%203.6%207.9%208%207.9s8-3.5%208-7.9c0-5.1-3-11.4-8-18.1%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M53.2%2020.7c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-30.7-3.3c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.2.2%202.3-.4%202.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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