face with open eyes and hand over mouth emoji
face-with-open-eyes-and-hand-over-mouth from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- face-with-open-eyes-and-hand-over-mouth
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the face with open eyes and hand over mouth emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M36 12.242A23.758 23.758 0 1 0 59.758 36A23.785 23.785 0 0 0 36 12.242"/><path d="M31 44.6c1.591.854.486 3.626.5 4.7a26.5 26.5 0 0 0 6.9-4c1.595.047 7.958 1.281 5.8 3.4c0 0 1.2.4 0 3c-.7.5-.2 2.4-1 3.4c-4.136 4.135-11.66 3.291-14 7.474l-5.2-5.2c3.69-3.36 2.558-10.133 7-12.774"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.062 54.298a22.996 22.996 0 1 1 22.448 3.076"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.07 28.743a7.17 7.17 0 0 1 4.91-1.636a7.08 7.08 0 0 1 4.09 1.636m9.86 0a7.17 7.17 0 0 1 4.908-1.636a7.08 7.08 0 0 1 4.091 1.636"/><path d="M30 35a3 3 0 1 1-3-3a3 3 0 0 1 3 3m18 0a3 3 0 1 1-3-3a3 3 0 0 1 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m29.6 61.8l1.8-1.8c2.5-.6 9.9-2.8 11.5-5.5a1.54 1.54 0 0 0-.1-2.1c-.1-.1-.1-.2-.2-.2c.5-.3.8-.6.9-.6a2.11 2.11 0 0 0 .7-2.9a1.2 1.2 0 0 0-.5-.5a1.81 1.81 0 0 0-.1-2.1c-.5-.6-1.6-1.1-3.1 0a.78.78 0 0 0-.3-.7a1.905 1.905 0 0 0-2.7-.4a.1.1 0 0 0-.1.1a32 32 0 0 1-6.3 4c.503-1.286 1.69-5.814-.6-5.1c-.6.2-1.2 1.7-1.5 2.2c-1.738 2.511-2.258 5.218-2.8 8.1c.031 1.077-1.076 1.676-1.8 2.4"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFaceWithOpenEyesAndHandOverMouth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M36 12.242A23.758 23.758 0 1 0 59.758 36A23.785 23.785 0 0 0 36 12.242"/><path d="M31 44.6c1.591.854.486 3.626.5 4.7a26.5 26.5 0 0 0 6.9-4c1.595.047 7.958 1.281 5.8 3.4c0 0 1.2.4 0 3c-.7.5-.2 2.4-1 3.4c-4.136 4.135-11.66 3.291-14 7.474l-5.2-5.2c3.69-3.36 2.558-10.133 7-12.774"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22.062 54.298a22.996 22.996 0 1 1 22.448 3.076"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22.07 28.743a7.17 7.17 0 0 1 4.91-1.636a7.08 7.08 0 0 1 4.09 1.636m9.86 0a7.17 7.17 0 0 1 4.908-1.636a7.08 7.08 0 0 1 4.091 1.636"/><path d="M30 35a3 3 0 1 1-3-3a3 3 0 0 1 3 3m18 0a3 3 0 1 1-3-3a3 3 0 0 1 3 3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m29.6 61.8l1.8-1.8c2.5-.6 9.9-2.8 11.5-5.5a1.54 1.54 0 0 0-.1-2.1c-.1-.1-.1-.2-.2-.2c.5-.3.8-.6.9-.6a2.11 2.11 0 0 0 .7-2.9a1.2 1.2 0 0 0-.5-.5a1.81 1.81 0 0 0-.1-2.1c-.5-.6-1.6-1.1-3.1 0a.78.78 0 0 0-.3-.7a1.905 1.905 0 0 0-2.7-.4a.1.1 0 0 0-.1.1a32 32 0 0 1-6.3 4c.503-1.286 1.69-5.814-.6-5.1c-.6.2-1.2 1.7-1.5 2.2c-1.738 2.511-2.258 5.218-2.8 8.1c.031 1.077-1.076 1.676-1.8 2.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M36 12.242A23.758 23.758 0 1 0 59.758 36A23.785 23.785 0 0 0 36 12.242"/><path d="M31 44.6c1.591.854.486 3.626.5 4.7a26.5 26.5 0 0 0 6.9-4c1.595.047 7.958 1.281 5.8 3.4c0 0 1.2.4 0 3c-.7.5-.2 2.4-1 3.4c-4.136 4.135-11.66 3.291-14 7.474l-5.2-5.2c3.69-3.36 2.558-10.133 7-12.774"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.062 54.298a22.996 22.996 0 1 1 22.448 3.076"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.07 28.743a7.17 7.17 0 0 1 4.91-1.636a7.08 7.08 0 0 1 4.09 1.636m9.86 0a7.17 7.17 0 0 1 4.908-1.636a7.08 7.08 0 0 1 4.091 1.636"/><path d="M30 35a3 3 0 1 1-3-3a3 3 0 0 1 3 3m18 0a3 3 0 1 1-3-3a3 3 0 0 1 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m29.6 61.8l1.8-1.8c2.5-.6 9.9-2.8 11.5-5.5a1.54 1.54 0 0 0-.1-2.1c-.1-.1-.1-.2-.2-.2c.5-.3.8-.6.9-.6a2.11 2.11 0 0 0 .7-2.9a1.2 1.2 0 0 0-.5-.5a1.81 1.81 0 0 0-.1-2.1c-.5-.6-1.6-1.1-3.1 0a.78.78 0 0 0-.3-.7a1.905 1.905 0 0 0-2.7-.4a.1.1 0 0 0-.1.1a32 32 0 0 1-6.3 4c.503-1.286 1.69-5.814-.6-5.1c-.6.2-1.2 1.7-1.5 2.2c-1.738 2.511-2.258 5.218-2.8 8.1c.031 1.077-1.076 1.676-1.8 2.4"/></svg> </template>
CSS
.icon-face-with-open-eyes-and-hand-over-mouth {
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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M36%2012.242A23.758%2023.758%200%201%200%2059.758%2036A23.785%2023.785%200%200%200%2036%2012.242%22%2F%3E%3Cpath%20d%3D%22M31%2044.6c1.591.854.486%203.626.5%204.7a26.5%2026.5%200%200%200%206.9-4c1.595.047%207.958%201.281%205.8%203.4c0%200%201.2.4%200%203c-.7.5-.2%202.4-1%203.4c-4.136%204.135-11.66%203.291-14%207.474l-5.2-5.2c3.69-3.36%202.558-10.133%207-12.774%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.062%2054.298a22.996%2022.996%200%201%201%2022.448%203.076%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.07%2028.743a7.17%207.17%200%200%201%204.91-1.636a7.08%207.08%200%200%201%204.09%201.636m9.86%200a7.17%207.17%200%200%201%204.908-1.636a7.08%207.08%200%200%201%204.091%201.636%22%2F%3E%3Cpath%20d%3D%22M30%2035a3%203%200%201%201-3-3a3%203%200%200%201%203%203m18%200a3%203%200%201%201-3-3a3%203%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m29.6%2061.8l1.8-1.8c2.5-.6%209.9-2.8%2011.5-5.5a1.54%201.54%200%200%200-.1-2.1c-.1-.1-.1-.2-.2-.2c.5-.3.8-.6.9-.6a2.11%202.11%200%200%200%20.7-2.9a1.2%201.2%200%200%200-.5-.5a1.81%201.81%200%200%200-.1-2.1c-.5-.6-1.6-1.1-3.1%200a.78.78%200%200%200-.3-.7a1.905%201.905%200%200%200-2.7-.4a.1.1%200%200%200-.1.1a32%2032%200%200%201-6.3%204c.503-1.286%201.69-5.814-.6-5.1c-.6.2-1.2%201.7-1.5%202.2c-1.738%202.511-2.258%205.218-2.8%208.1c.031%201.077-1.076%201.676-1.8%202.4%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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M36%2012.242A23.758%2023.758%200%201%200%2059.758%2036A23.785%2023.785%200%200%200%2036%2012.242%22%2F%3E%3Cpath%20d%3D%22M31%2044.6c1.591.854.486%203.626.5%204.7a26.5%2026.5%200%200%200%206.9-4c1.595.047%207.958%201.281%205.8%203.4c0%200%201.2.4%200%203c-.7.5-.2%202.4-1%203.4c-4.136%204.135-11.66%203.291-14%207.474l-5.2-5.2c3.69-3.36%202.558-10.133%207-12.774%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.062%2054.298a22.996%2022.996%200%201%201%2022.448%203.076%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22.07%2028.743a7.17%207.17%200%200%201%204.91-1.636a7.08%207.08%200%200%201%204.09%201.636m9.86%200a7.17%207.17%200%200%201%204.908-1.636a7.08%207.08%200%200%201%204.091%201.636%22%2F%3E%3Cpath%20d%3D%22M30%2035a3%203%200%201%201-3-3a3%203%200%200%201%203%203m18%200a3%203%200%201%201-3-3a3%203%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m29.6%2061.8l1.8-1.8c2.5-.6%209.9-2.8%2011.5-5.5a1.54%201.54%200%200%200-.1-2.1c-.1-.1-.1-.2-.2-.2c.5-.3.8-.6.9-.6a2.11%202.11%200%200%200%20.7-2.9a1.2%201.2%200%200%200-.5-.5a1.81%201.81%200%200%200-.1-2.1c-.5-.6-1.6-1.1-3.1%200a.78.78%200%200%200-.3-.7a1.905%201.905%200%200%200-2.7-.4a.1.1%200%200%200-.1.1a32%2032%200%200%201-6.3%204c.503-1.286%201.69-5.814-.6-5.1c-.6.2-1.2%201.7-1.5%202.2c-1.738%202.511-2.258%205.218-2.8%208.1c.031%201.077-1.076%201.676-1.8%202.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/face-with-open-eyes-and-hand-over-mouth.svg?color=%231a73e8&size=48