disappointed face emoji

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

Name
disappointed-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 disappointed face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M12 36a24 24 0 1 0 24-24a24.027 24.027 0 0 0-24 24"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="36" cy="36" r="23" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M42.786 49.6a12.45 12.45 0 0 0-6.842-1.853a10.4 10.4 0 0 0-6.158 1.853m21.636-10.103a7.4 7.4 0 0 1-5.305-.324a7.4 7.4 0 0 1-4.11-3.411m-20.822 3.725a8.44 8.44 0 0 0 9.413-3.718"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDisappointedFace(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="M12 36a24 24 0 1 0 24-24a24.027 24.027 0 0 0-24 24"/><g fill="none" stroke="#000" strokeWidth="2"><circle cx="36" cy="36" r="23" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M42.786 49.6a12.45 12.45 0 0 0-6.842-1.853a10.4 10.4 0 0 0-6.158 1.853m21.636-10.103a7.4 7.4 0 0 1-5.305-.324a7.4 7.4 0 0 1-4.11-3.411m-20.822 3.725a8.44 8.44 0 0 0 9.413-3.718"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M12 36a24 24 0 1 0 24-24a24.027 24.027 0 0 0-24 24"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="36" cy="36" r="23" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M42.786 49.6a12.45 12.45 0 0 0-6.842-1.853a10.4 10.4 0 0 0-6.158 1.853m21.636-10.103a7.4 7.4 0 0 1-5.305-.324a7.4 7.4 0 0 1-4.11-3.411m-20.822 3.725a8.44 8.44 0 0 0 9.413-3.718"/></g></svg>
</template>

CSS

.icon-disappointed-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%22M12%2036a24%2024%200%201%200%2024-24a24.027%2024.027%200%200%200-24%2024%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.786%2049.6a12.45%2012.45%200%200%200-6.842-1.853a10.4%2010.4%200%200%200-6.158%201.853m21.636-10.103a7.4%207.4%200%200%201-5.305-.324a7.4%207.4%200%200%201-4.11-3.411m-20.822%203.725a8.44%208.44%200%200%200%209.413-3.718%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M12%2036a24%2024%200%201%200%2024-24a24.027%2024.027%200%200%200-24%2024%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42.786%2049.6a12.45%2012.45%200%200%200-6.842-1.853a10.4%2010.4%200%200%200-6.158%201.853m21.636-10.103a7.4%207.4%200%200%201-5.305-.324a7.4%207.4%200%200%201-4.11-3.411m-20.822%203.725a8.44%208.44%200%200%200%209.413-3.718%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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