face with open eyes and hand over mouth emoji
face-with-open-eyes-and-hand-over-mouth from Fluent Emoji Flat 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 Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
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="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M14.999 14.498a4.5 4.5 0 1 1-9.001 0a4.5 4.5 0 0 1 9 0m2 0a4.5 4.5 0 1 0 9.001 0a4.5 4.5 0 0 0-9.001 0"/><path fill="#402a32" d="M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><path fill="#ff822d" d="M17.132 17.459a1.355 1.355 0 0 0-1.868-.158l-3.503 2.849l.295-1.025c.205-.711-.224-1.449-.958-1.647c-.737-.2-1.502.22-1.702.938l-.812 2.901l-.986 2.3a2 2 0 0 0-.048.128a4.65 4.65 0 0 0-.55 2.2c0 2.6 2.128 4.709 4.753 4.709a4.76 4.76 0 0 0 3.037-1.087l5.285-3.767c.62-.442.744-1.29.275-1.882a1.37 1.37 0 0 0-.789-.489l.502-.408a1.316 1.316 0 0 0 .171-1.895a1.4 1.4 0 0 0-.783-.452l.154-.126a1.316 1.316 0 0 0 .171-1.894a1.42 1.42 0 0 0-1.955-.166l-.572.465a1.25 1.25 0 0 0-.117-1.494"/><path fill="#402a32" d="M10.775 7a.75.75 0 0 0-.05-1.5C7.674 5.603 6 8.163 6 10.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25m10.95 0a.75.75 0 0 1 .05-1.5c3.051.103 4.725 2.663 4.725 4.75a.75.75 0 0 1-1.5 0c0-1.413-1.161-3.18-3.275-3.25"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatFaceWithOpenEyesAndHandOverMouth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M14.999 14.498a4.5 4.5 0 1 1-9.001 0a4.5 4.5 0 0 1 9 0m2 0a4.5 4.5 0 1 0 9.001 0a4.5 4.5 0 0 0-9.001 0"/><path fill="#402a32" d="M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><path fill="#ff822d" d="M17.132 17.459a1.355 1.355 0 0 0-1.868-.158l-3.503 2.849l.295-1.025c.205-.711-.224-1.449-.958-1.647c-.737-.2-1.502.22-1.702.938l-.812 2.901l-.986 2.3a2 2 0 0 0-.048.128a4.65 4.65 0 0 0-.55 2.2c0 2.6 2.128 4.709 4.753 4.709a4.76 4.76 0 0 0 3.037-1.087l5.285-3.767c.62-.442.744-1.29.275-1.882a1.37 1.37 0 0 0-.789-.489l.502-.408a1.316 1.316 0 0 0 .171-1.895a1.4 1.4 0 0 0-.783-.452l.154-.126a1.316 1.316 0 0 0 .171-1.894a1.42 1.42 0 0 0-1.955-.166l-.572.465a1.25 1.25 0 0 0-.117-1.494"/><path fill="#402a32" d="M10.775 7a.75.75 0 0 0-.05-1.5C7.674 5.603 6 8.163 6 10.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25m10.95 0a.75.75 0 0 1 .05-1.5c3.051.103 4.725 2.663 4.725 4.75a.75.75 0 0 1-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="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M14.999 14.498a4.5 4.5 0 1 1-9.001 0a4.5 4.5 0 0 1 9 0m2 0a4.5 4.5 0 1 0 9.001 0a4.5 4.5 0 0 0-9.001 0"/><path fill="#402a32" d="M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><path fill="#ff822d" d="M17.132 17.459a1.355 1.355 0 0 0-1.868-.158l-3.503 2.849l.295-1.025c.205-.711-.224-1.449-.958-1.647c-.737-.2-1.502.22-1.702.938l-.812 2.901l-.986 2.3a2 2 0 0 0-.048.128a4.65 4.65 0 0 0-.55 2.2c0 2.6 2.128 4.709 4.753 4.709a4.76 4.76 0 0 0 3.037-1.087l5.285-3.767c.62-.442.744-1.29.275-1.882a1.37 1.37 0 0 0-.789-.489l.502-.408a1.316 1.316 0 0 0 .171-1.895a1.4 1.4 0 0 0-.783-.452l.154-.126a1.316 1.316 0 0 0 .171-1.894a1.42 1.42 0 0 0-1.955-.166l-.572.465a1.25 1.25 0 0 0-.117-1.494"/><path fill="#402a32" d="M10.775 7a.75.75 0 0 0-.05-1.5C7.674 5.603 6 8.163 6 10.25a.75.75 0 0 0 1.5 0c0-1.413 1.161-3.18 3.275-3.25m10.95 0a.75.75 0 0 1 .05-1.5c3.051.103 4.725 2.663 4.725 4.75a.75.75 0 0 1-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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.999%2014.498a4.5%204.5%200%201%201-9.001%200a4.5%204.5%200%200%201%209%200m2%200a4.5%204.5%200%201%200%209.001%200a4.5%204.5%200%200%200-9.001%200%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m4%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.132%2017.459a1.355%201.355%200%200%200-1.868-.158l-3.503%202.849l.295-1.025c.205-.711-.224-1.449-.958-1.647c-.737-.2-1.502.22-1.702.938l-.812%202.901l-.986%202.3a2%202%200%200%200-.048.128a4.65%204.65%200%200%200-.55%202.2c0%202.6%202.128%204.709%204.753%204.709a4.76%204.76%200%200%200%203.037-1.087l5.285-3.767c.62-.442.744-1.29.275-1.882a1.37%201.37%200%200%200-.789-.489l.502-.408a1.316%201.316%200%200%200%20.171-1.895a1.4%201.4%200%200%200-.783-.452l.154-.126a1.316%201.316%200%200%200%20.171-1.894a1.42%201.42%200%200%200-1.955-.166l-.572.465a1.25%201.25%200%200%200-.117-1.494%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.775%207a.75.75%200%200%200-.05-1.5C7.674%205.603%206%208.163%206%2010.25a.75.75%200%200%200%201.5%200c0-1.413%201.161-3.18%203.275-3.25m10.95%200a.75.75%200%200%201%20.05-1.5c3.051.103%204.725%202.663%204.725%204.75a.75.75%200%200%201-1.5%200c0-1.413-1.161-3.18-3.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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.999%2014.498a4.5%204.5%200%201%201-9.001%200a4.5%204.5%200%200%201%209%200m2%200a4.5%204.5%200%201%200%209.001%200a4.5%204.5%200%200%200-9.001%200%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m4%200a2%202%200%201%200%204%200a2%202%200%200%200-4%200%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.132%2017.459a1.355%201.355%200%200%200-1.868-.158l-3.503%202.849l.295-1.025c.205-.711-.224-1.449-.958-1.647c-.737-.2-1.502.22-1.702.938l-.812%202.901l-.986%202.3a2%202%200%200%200-.048.128a4.65%204.65%200%200%200-.55%202.2c0%202.6%202.128%204.709%204.753%204.709a4.76%204.76%200%200%200%203.037-1.087l5.285-3.767c.62-.442.744-1.29.275-1.882a1.37%201.37%200%200%200-.789-.489l.502-.408a1.316%201.316%200%200%200%20.171-1.895a1.4%201.4%200%200%200-.783-.452l.154-.126a1.316%201.316%200%200%200%20.171-1.894a1.42%201.42%200%200%200-1.955-.166l-.572.465a1.25%201.25%200%200%200-.117-1.494%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.775%207a.75.75%200%200%200-.05-1.5C7.674%205.603%206%208.163%206%2010.25a.75.75%200%200%200%201.5%200c0-1.413%201.161-3.18%203.275-3.25m10.95%200a.75.75%200%200%201%20.05-1.5c3.051.103%204.725%202.663%204.725%204.75a.75.75%200%200%201-1.5%200c0-1.413-1.161-3.18-3.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-flat/face-with-open-eyes-and-hand-over-mouth.svg?color=%231a73e8&size=48