crying-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
crying-face
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the crying face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.07 9.988c-.594.563-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.631-1.392 1.355-2.08C9.113 8.567 10.148 8 11.5 8a.5.5 0 1 1 0 1c-1.048 0-1.846.433-2.43.988M14 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-4 10a2 2 0 0 1-.619 1.446A2 2 0 0 1 6 25v-3a2 2 0 1 1 4 0zm11-7a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-8.707 4.293a1 1 0 0 0 1.404 1.424l.008-.007q.02-.019.082-.066a2.7 2.7 0 0 1 .41-.25c.378-.188.976-.394 1.803-.394s1.425.206 1.803.394a2.7 2.7 0 0 1 .492.316l.008.007a1 1 0 0 0 1.404-1.424l-.001-.002l-.002-.001l-.003-.003l-.008-.008l-.02-.02l-.061-.055a3 3 0 0 0-.2-.16a4.7 4.7 0 0 0-.715-.438C18.075 21.294 17.173 21 16 21s-2.075.294-2.697.606a4.7 4.7 0 0 0-.716.438a3 3 0 0 0-.26.215l-.02.02l-.008.008l-.003.003l-.002.002zM22.93 9.988c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08C22.887 8.567 21.852 8 20.5 8a.5.5 0 1 0 0 1c1.048 0 1.846.433 2.43.988"/><path d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998c0 2.879.68 5.492 2 7.6V25a3 3 0 0 0 4.463 2.62c1.78.875 3.952 1.378 6.536 1.378c4.43 0 7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCryingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.07 9.988c-.594.563-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.631-1.392 1.355-2.08C9.113 8.567 10.148 8 11.5 8a.5.5 0 1 1 0 1c-1.048 0-1.846.433-2.43.988M14 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-4 10a2 2 0 0 1-.619 1.446A2 2 0 0 1 6 25v-3a2 2 0 1 1 4 0zm11-7a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-8.707 4.293a1 1 0 0 0 1.404 1.424l.008-.007q.02-.019.082-.066a2.7 2.7 0 0 1 .41-.25c.378-.188.976-.394 1.803-.394s1.425.206 1.803.394a2.7 2.7 0 0 1 .492.316l.008.007a1 1 0 0 0 1.404-1.424l-.001-.002l-.002-.001l-.003-.003l-.008-.008l-.02-.02l-.061-.055a3 3 0 0 0-.2-.16a4.7 4.7 0 0 0-.715-.438C18.075 21.294 17.173 21 16 21s-2.075.294-2.697.606a4.7 4.7 0 0 0-.716.438a3 3 0 0 0-.26.215l-.02.02l-.008.008l-.003.003l-.002.002zM22.93 9.988c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08C22.887 8.567 21.852 8 20.5 8a.5.5 0 1 0 0 1c1.048 0 1.846.433 2.43.988"/><path d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998c0 2.879.68 5.492 2 7.6V25a3 3 0 0 0 4.463 2.62c1.78.875 3.952 1.378 6.536 1.378c4.43 0 7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.07 9.988c-.594.563-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.631-1.392 1.355-2.08C9.113 8.567 10.148 8 11.5 8a.5.5 0 1 1 0 1c-1.048 0-1.846.433-2.43.988M14 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-4 10a2 2 0 0 1-.619 1.446A2 2 0 0 1 6 25v-3a2 2 0 1 1 4 0zm11-7a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-8.707 4.293a1 1 0 0 0 1.404 1.424l.008-.007q.02-.019.082-.066a2.7 2.7 0 0 1 .41-.25c.378-.188.976-.394 1.803-.394s1.425.206 1.803.394a2.7 2.7 0 0 1 .492.316l.008.007a1 1 0 0 0 1.404-1.424l-.001-.002l-.002-.001l-.003-.003l-.008-.008l-.02-.02l-.061-.055a3 3 0 0 0-.2-.16a4.7 4.7 0 0 0-.715-.438C18.075 21.294 17.173 21 16 21s-2.075.294-2.697.606a4.7 4.7 0 0 0-.716.438a3 3 0 0 0-.26.215l-.02.02l-.008.008l-.003.003l-.002.002zM22.93 9.988c.594.563.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.631-1.392-1.355-2.08C22.887 8.567 21.852 8 20.5 8a.5.5 0 1 0 0 1c1.048 0 1.846.433 2.43.988"/><path d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998c0 2.879.68 5.492 2 7.6V25a3 3 0 0 0 4.463 2.62c1.78.875 3.952 1.378 6.536 1.378c4.43 0 7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.07%209.988c-.594.563-.952%201.24-1.096%201.67a.5.5%200%201%201-.948-.316c.19-.57.631-1.392%201.355-2.08C9.113%208.567%2010.148%208%2011.5%208a.5.5%200%201%201%200%201c-1.048%200-1.846.433-2.43.988M14%2015a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-4%2010a2%202%200%200%201-.619%201.446A2%202%200%200%201%206%2025v-3a2%202%200%201%201%204%200zm11-7a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-8.707%204.293a1%201%200%200%200%201.404%201.424l.008-.007q.02-.019.082-.066a2.7%202.7%200%200%201%20.41-.25c.378-.188.976-.394%201.803-.394s1.425.206%201.803.394a2.7%202.7%200%200%201%20.492.316l.008.007a1%201%200%200%200%201.404-1.424l-.001-.002l-.002-.001l-.003-.003l-.008-.008l-.02-.02l-.061-.055a3%203%200%200%200-.2-.16a4.7%204.7%200%200%200-.715-.438C18.075%2021.294%2017.173%2021%2016%2021s-2.075.294-2.697.606a4.7%204.7%200%200%200-.716.438a3%203%200%200%200-.26.215l-.02.02l-.008.008l-.003.003l-.002.002zM22.93%209.988c.594.563.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.631-1.392-1.355-2.08C22.887%208.567%2021.852%208%2020.5%208a.5.5%200%201%200%200%201c1.048%200%201.846.433%202.43.988%22%2F%3E%3Cpath%20d%3D%22M4.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423m1.472%201.355C4.105%209.089%203%2012.328%203%2015.998c0%202.879.68%205.492%202%207.6V25a3%203%200%200%200%204.463%202.62c1.78.875%203.952%201.378%206.536%201.378c4.43%200%207.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%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%22currentColor%22%3E%3Cpath%20d%3D%22M9.07%209.988c-.594.563-.952%201.24-1.096%201.67a.5.5%200%201%201-.948-.316c.19-.57.631-1.392%201.355-2.08C9.113%208.567%2010.148%208%2011.5%208a.5.5%200%201%201%200%201c-1.048%200-1.846.433-2.43.988M14%2015a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-4%2010a2%202%200%200%201-.619%201.446A2%202%200%200%201%206%2025v-3a2%202%200%201%201%204%200zm11-7a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-8.707%204.293a1%201%200%200%200%201.404%201.424l.008-.007q.02-.019.082-.066a2.7%202.7%200%200%201%20.41-.25c.378-.188.976-.394%201.803-.394s1.425.206%201.803.394a2.7%202.7%200%200%201%20.492.316l.008.007a1%201%200%200%200%201.404-1.424l-.001-.002l-.002-.001l-.003-.003l-.008-.008l-.02-.02l-.061-.055a3%203%200%200%200-.2-.16a4.7%204.7%200%200%200-.715-.438C18.075%2021.294%2017.173%2021%2016%2021s-2.075.294-2.697.606a4.7%204.7%200%200%200-.716.438a3%203%200%200%200-.26.215l-.02.02l-.008.008l-.003.003l-.002.002zM22.93%209.988c.594.563.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.631-1.392-1.355-2.08C22.887%208.567%2021.852%208%2020.5%208a.5.5%200%201%200%200%201c1.048%200%201.846.433%202.43.988%22%2F%3E%3Cpath%20d%3D%22M4.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423m1.472%201.355C4.105%209.089%203%2012.328%203%2015.998c0%202.879.68%205.492%202%207.6V25a3%203%200%200%200%204.463%202.62c1.78.875%203.952%201.378%206.536%201.378c4.43%200%207.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%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-high-contrast/crying-face.svg?color=%231a73e8&size=48