face with open eyes and hand over mouth emoji
face-with-open-eyes-and-hand-over-mouth from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- face-with-open-eyes-and-hand-over-mouth
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-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 32 32"><g fill="currentColor"><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.423q-.753 0-1.47-.052a6 6 0 0 0 .869-.584l1.984-1.414c3.725-.277 6.492-1.676 8.381-3.728c2.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.778C4.105 9.089 3 12.328 3 15.998c0 3.577 1.05 6.743 3.072 9.042a5.7 5.7 0 0 0 .343 3.039a12.7 12.7 0 0 1-1.652-1.504C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423"/><path d="M14 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-4.736 1.3a1.355 1.355 0 0 1 1.868.159c.375.433.405 1.037.117 1.494l.572-.465a1.42 1.42 0 0 1 1.955.166a1.316 1.316 0 0 1-.171 1.894l-.154.126c.296.058.574.21.783.452a1.316 1.316 0 0 1-.17 1.895l-.503.408c.303.066.585.231.79.489c.468.591.343 1.44-.276 1.882l-5.285 3.767a4.76 4.76 0 0 1-3.037 1.087C9.128 30.654 7 28.546 7 25.945c0-.795.199-1.544.55-2.2q.021-.066.048-.129l.986-2.299l.812-2.901c.2-.717.965-1.138 1.702-.938c.734.198 1.163.936.958 1.647l-.295 1.025zM21 7.225a.75.75 0 0 0 .725.775C23.839 8.07 25 9.837 25 11.25a.75.75 0 0 0 1.5 0c0-2.087-1.674-4.647-4.725-4.75a.75.75 0 0 0-.775.725M10.775 8a.75.75 0 0 0-.05-1.5C7.674 6.603 6 9.163 6 11.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFaceWithOpenEyesAndHandOverMouth(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="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.423q-.753 0-1.47-.052a6 6 0 0 0 .869-.584l1.984-1.414c3.725-.277 6.492-1.676 8.381-3.728c2.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.778C4.105 9.089 3 12.328 3 15.998c0 3.577 1.05 6.743 3.072 9.042a5.7 5.7 0 0 0 .343 3.039a12.7 12.7 0 0 1-1.652-1.504C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423"/><path d="M14 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-4.736 1.3a1.355 1.355 0 0 1 1.868.159c.375.433.405 1.037.117 1.494l.572-.465a1.42 1.42 0 0 1 1.955.166a1.316 1.316 0 0 1-.171 1.894l-.154.126c.296.058.574.21.783.452a1.316 1.316 0 0 1-.17 1.895l-.503.408c.303.066.585.231.79.489c.468.591.343 1.44-.276 1.882l-5.285 3.767a4.76 4.76 0 0 1-3.037 1.087C9.128 30.654 7 28.546 7 25.945c0-.795.199-1.544.55-2.2q.021-.066.048-.129l.986-2.299l.812-2.901c.2-.717.965-1.138 1.702-.938c.734.198 1.163.936.958 1.647l-.295 1.025zM21 7.225a.75.75 0 0 0 .725.775C23.839 8.07 25 9.837 25 11.25a.75.75 0 0 0 1.5 0c0-2.087-1.674-4.647-4.725-4.75a.75.75 0 0 0-.775.725M10.775 8a.75.75 0 0 0-.05-1.5C7.674 6.603 6 9.163 6 11.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25"/></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="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.423q-.753 0-1.47-.052a6 6 0 0 0 .869-.584l1.984-1.414c3.725-.277 6.492-1.676 8.381-3.728c2.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.778C4.105 9.089 3 12.328 3 15.998c0 3.577 1.05 6.743 3.072 9.042a5.7 5.7 0 0 0 .343 3.039a12.7 12.7 0 0 1-1.652-1.504C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423"/><path d="M14 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-4.736 1.3a1.355 1.355 0 0 1 1.868.159c.375.433.405 1.037.117 1.494l.572-.465a1.42 1.42 0 0 1 1.955.166a1.316 1.316 0 0 1-.171 1.894l-.154.126c.296.058.574.21.783.452a1.316 1.316 0 0 1-.17 1.895l-.503.408c.303.066.585.231.79.489c.468.591.343 1.44-.276 1.882l-5.285 3.767a4.76 4.76 0 0 1-3.037 1.087C9.128 30.654 7 28.546 7 25.945c0-.795.199-1.544.55-2.2q.021-.066.048-.129l.986-2.299l.812-2.901c.2-.717.965-1.138 1.702-.938c.734.198 1.163.936.958 1.647l-.295 1.025zM21 7.225a.75.75 0 0 0 .725.775C23.839 8.07 25 9.837 25 11.25a.75.75 0 0 0 1.5 0c0-2.087-1.674-4.647-4.725-4.75a.75.75 0 0 0-.775.725M10.775 8a.75.75 0 0 0-.05-1.5C7.674 6.603 6 9.163 6 11.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%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.423q-.753%200-1.47-.052a6%206%200%200%200%20.869-.584l1.984-1.414c3.725-.277%206.492-1.676%208.381-3.728c2.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.778C4.105%209.089%203%2012.328%203%2015.998c0%203.577%201.05%206.743%203.072%209.042a5.7%205.7%200%200%200%20.343%203.039a12.7%2012.7%200%200%201-1.652-1.504C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423%22%2F%3E%3Cpath%20d%3D%22M14%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6%202a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-4.736%201.3a1.355%201.355%200%200%201%201.868.159c.375.433.405%201.037.117%201.494l.572-.465a1.42%201.42%200%200%201%201.955.166a1.316%201.316%200%200%201-.171%201.894l-.154.126c.296.058.574.21.783.452a1.316%201.316%200%200%201-.17%201.895l-.503.408c.303.066.585.231.79.489c.468.591.343%201.44-.276%201.882l-5.285%203.767a4.76%204.76%200%200%201-3.037%201.087C9.128%2030.654%207%2028.546%207%2025.945c0-.795.199-1.544.55-2.2q.021-.066.048-.129l.986-2.299l.812-2.901c.2-.717.965-1.138%201.702-.938c.734.198%201.163.936.958%201.647l-.295%201.025zM21%207.225a.75.75%200%200%200%20.725.775C23.839%208.07%2025%209.837%2025%2011.25a.75.75%200%200%200%201.5%200c0-2.087-1.674-4.647-4.725-4.75a.75.75%200%200%200-.775.725M10.775%208a.75.75%200%200%200-.05-1.5C7.674%206.603%206%209.163%206%2011.25a.75.75%200%200%200%201.5%200c0-1.413%201.161-3.18%203.275-3.25%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%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.423q-.753%200-1.47-.052a6%206%200%200%200%20.869-.584l1.984-1.414c3.725-.277%206.492-1.676%208.381-3.728c2.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.778C4.105%209.089%203%2012.328%203%2015.998c0%203.577%201.05%206.743%203.072%209.042a5.7%205.7%200%200%200%20.343%203.039a12.7%2012.7%200%200%201-1.652-1.504C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423%22%2F%3E%3Cpath%20d%3D%22M14%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6%202a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-4.736%201.3a1.355%201.355%200%200%201%201.868.159c.375.433.405%201.037.117%201.494l.572-.465a1.42%201.42%200%200%201%201.955.166a1.316%201.316%200%200%201-.171%201.894l-.154.126c.296.058.574.21.783.452a1.316%201.316%200%200%201-.17%201.895l-.503.408c.303.066.585.231.79.489c.468.591.343%201.44-.276%201.882l-5.285%203.767a4.76%204.76%200%200%201-3.037%201.087C9.128%2030.654%207%2028.546%207%2025.945c0-.795.199-1.544.55-2.2q.021-.066.048-.129l.986-2.299l.812-2.901c.2-.717.965-1.138%201.702-.938c.734.198%201.163.936.958%201.647l-.295%201.025zM21%207.225a.75.75%200%200%200%20.725.775C23.839%208.07%2025%209.837%2025%2011.25a.75.75%200%200%200%201.5%200c0-2.087-1.674-4.647-4.725-4.75a.75.75%200%200%200-.775.725M10.775%208a.75.75%200%200%200-.05-1.5C7.674%206.603%206%209.163%206%2011.25a.75.75%200%200%200%201.5%200c0-1.413%201.161-3.18%203.275-3.25%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/face-with-open-eyes-and-hand-over-mouth.svg?color=%231a73e8&size=48