face with hand over mouth emoji
face-with-hand-over-mouth from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- face-with-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 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="M6.235 6.778C4.105 9.089 3 12.328 3 15.998c0 3.458.981 6.532 2.873 8.81c-.042.429-.04.869.008 1.302c.075.68.269 1.378.608 2.025a12.7 12.7 0 0 1-1.726-1.56C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.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-1.808-.002-3.41-.292a8.5 8.5 0 0 0 2.045-.824c.492-.274.95-.58 1.357-.884H16c4.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"/><path d="M10 15c0 .366-.148.71-.406 1.005a2.26 2.26 0 0 0-1.65.894A4.4 4.4 0 0 1 7 17c-1.657 0-3-.895-3-2s1.343-2 3-2s3 .895 3 2m18 0c0 1.105-1.343 2-3 2s-3-.895-3-2s1.343-2 3-2s3 .895 3 2M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38m-4.098 4.926a1.25 1.25 0 0 1 .16 1.573l1.072-1.073a1.25 1.25 0 0 1 1.768 1.768l-1.073 1.073a1.25 1.25 0 0 1 1.512 1.984l-.354.31a1.25 1.25 0 0 1 .915 2.134l-2.643 2.642c-.407.455-4.925 5.335-8.741 2.473c-2-1.5-2-4.5-1-6c.619-.929.879-3.115.965-4.751C8.5 17.559 9.06 17 9.75 17s1.25.56 1.25 1.25v.982l3.116-3.116a1.25 1.25 0 0 1 1.768 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFaceWithHandOverMouth(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="M6.235 6.778C4.105 9.089 3 12.328 3 15.998c0 3.458.981 6.532 2.873 8.81c-.042.429-.04.869.008 1.302c.075.68.269 1.378.608 2.025a12.7 12.7 0 0 1-1.726-1.56C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.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-1.808-.002-3.41-.292a8.5 8.5 0 0 0 2.045-.824c.492-.274.95-.58 1.357-.884H16c4.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"/><path d="M10 15c0 .366-.148.71-.406 1.005a2.26 2.26 0 0 0-1.65.894A4.4 4.4 0 0 1 7 17c-1.657 0-3-.895-3-2s1.343-2 3-2s3 .895 3 2m18 0c0 1.105-1.343 2-3 2s-3-.895-3-2s1.343-2 3-2s3 .895 3 2M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38m-4.098 4.926a1.25 1.25 0 0 1 .16 1.573l1.072-1.073a1.25 1.25 0 0 1 1.768 1.768l-1.073 1.073a1.25 1.25 0 0 1 1.512 1.984l-.354.31a1.25 1.25 0 0 1 .915 2.134l-2.643 2.642c-.407.455-4.925 5.335-8.741 2.473c-2-1.5-2-4.5-1-6c.619-.929.879-3.115.965-4.751C8.5 17.559 9.06 17 9.75 17s1.25.56 1.25 1.25v.982l3.116-3.116a1.25 1.25 0 0 1 1.768 0"/></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="M6.235 6.778C4.105 9.089 3 12.328 3 15.998c0 3.458.981 6.532 2.873 8.81c-.042.429-.04.869.008 1.302c.075.68.269 1.378.608 2.025a12.7 12.7 0 0 1-1.726-1.56C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.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-1.808-.002-3.41-.292a8.5 8.5 0 0 0 2.045-.824c.492-.274.95-.58 1.357-.884H16c4.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"/><path d="M10 15c0 .366-.148.71-.406 1.005a2.26 2.26 0 0 0-1.65.894A4.4 4.4 0 0 1 7 17c-1.657 0-3-.895-3-2s1.343-2 3-2s3 .895 3 2m18 0c0 1.105-1.343 2-3 2s-3-.895-3-2s1.343-2 3-2s3 .895 3 2M8.982 11.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 8.452 11.696 8 10.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 8.452 22.696 8 21.5 8c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38m-4.098 4.926a1.25 1.25 0 0 1 .16 1.573l1.072-1.073a1.25 1.25 0 0 1 1.768 1.768l-1.073 1.073a1.25 1.25 0 0 1 1.512 1.984l-.354.31a1.25 1.25 0 0 1 .915 2.134l-2.643 2.642c-.407.455-4.925 5.335-8.741 2.473c-2-1.5-2-4.5-1-6c.619-.929.879-3.115.965-4.751C8.5 17.559 9.06 17 9.75 17s1.25.56 1.25 1.25v.982l3.116-3.116a1.25 1.25 0 0 1 1.768 0"/></g></svg> </template>
CSS
.icon-face-with-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%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998c0%203.458.981%206.532%202.873%208.81c-.042.429-.04.869.008%201.302c.075.68.269%201.378.608%202.025a12.7%2012.7%200%200%201-1.726-1.56C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.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-1.808-.002-3.41-.292a8.5%208.5%200%200%200%202.045-.824c.492-.274.95-.58%201.357-.884H16c4.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%3Cpath%20d%3D%22M10%2015c0%20.366-.148.71-.406%201.005a2.26%202.26%200%200%200-1.65.894A4.4%204.4%200%200%201%207%2017c-1.657%200-3-.895-3-2s1.343-2%203-2s3%20.895%203%202m18%200c0%201.105-1.343%202-3%202s-3-.895-3-2s1.343-2%203-2s3%20.895%203%202M8.982%2011.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%208.452%2011.696%208%2010.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%208.452%2022.696%208%2021.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38m-4.098%204.926a1.25%201.25%200%200%201%20.16%201.573l1.072-1.073a1.25%201.25%200%200%201%201.768%201.768l-1.073%201.073a1.25%201.25%200%200%201%201.512%201.984l-.354.31a1.25%201.25%200%200%201%20.915%202.134l-2.643%202.642c-.407.455-4.925%205.335-8.741%202.473c-2-1.5-2-4.5-1-6c.619-.929.879-3.115.965-4.751C8.5%2017.559%209.06%2017%209.75%2017s1.25.56%201.25%201.25v.982l3.116-3.116a1.25%201.25%200%200%201%201.768%200%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%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998c0%203.458.981%206.532%202.873%208.81c-.042.429-.04.869.008%201.302c.075.68.269%201.378.608%202.025a12.7%2012.7%200%200%201-1.726-1.56C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.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-1.808-.002-3.41-.292a8.5%208.5%200%200%200%202.045-.824c.492-.274.95-.58%201.357-.884H16c4.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%3Cpath%20d%3D%22M10%2015c0%20.366-.148.71-.406%201.005a2.26%202.26%200%200%200-1.65.894A4.4%204.4%200%200%201%207%2017c-1.657%200-3-.895-3-2s1.343-2%203-2s3%20.895%203%202m18%200c0%201.105-1.343%202-3%202s-3-.895-3-2s1.343-2%203-2s3%20.895%203%202M8.982%2011.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%208.452%2011.696%208%2010.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%208.452%2022.696%208%2021.5%208c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38m-4.098%204.926a1.25%201.25%200%200%201%20.16%201.573l1.072-1.073a1.25%201.25%200%200%201%201.768%201.768l-1.073%201.073a1.25%201.25%200%200%201%201.512%201.984l-.354.31a1.25%201.25%200%200%201%20.915%202.134l-2.643%202.642c-.407.455-4.925%205.335-8.741%202.473c-2-1.5-2-4.5-1-6c.619-.929.879-3.115.965-4.751C8.5%2017.559%209.06%2017%209.75%2017s1.25.56%201.25%201.25v.982l3.116-3.116a1.25%201.25%200%200%201%201.768%200%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-hand-over-mouth.svg?color=%231a73e8&size=48