pleading face emoji
pleading-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- pleading-face
- 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 pleading face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7 15.88C7 13.74 8.74 12 10.88 12s3.88 1.74 3.88 3.88s-1.74 3.88-3.88 3.88S7 18.02 7 15.88m6.163.057c.745-.237 1.049-1.07.68-1.865c-.367-.788-1.26-1.246-2.006-1.01c-.745.237-1.049 1.07-.68 1.866c.367.795 1.26 1.246 2.006 1.009M20.88 12C18.74 12 17 13.74 17 15.88s1.74 3.88 3.88 3.88s3.88-1.74 3.88-3.88S23.02 12 20.88 12m2.964 2.072c.368.795.064 1.628-.681 1.865s-1.639-.214-2.007-1.01c-.368-.794-.064-1.628.681-1.864c.737-.238 1.639.221 2.007 1.009M11.582 7.007a.5.5 0 0 0-.575.41l-.003.016l-.017.075a3.5 3.5 0 0 1-.574 1.192C9.936 9.335 9.08 10 7.5 10a.5.5 0 1 0 0 1c1.92 0 3.063-.835 3.713-1.7a4.5 4.5 0 0 0 .744-1.55l.033-.15l.002-.011v-.004l.001-.002a.5.5 0 0 0-.41-.576m9.413.426l-.003-.016a.5.5 0 0 0-.986.165c-.493.082 0 .001 0 .001v.006l.003.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 0 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zm-6.115 18.04a1 1 0 0 1-1.775-.92c-.045.102 0-.001 0-.001v-.001l.002-.003l.002-.004l.006-.011l.007-.013l.007-.013q.015-.03.04-.069q.047-.081.132-.194c.112-.15.279-.34.51-.525C14.29 23.337 15.008 23 16 23s1.71.337 2.187.72a2.9 2.9 0 0 1 .643.718l.04.069l.007.012l.007.014l.006.01l.002.005l.001.003l.001.002l.001.001a1 1 0 0 1-1.776.92l-.02-.03a1 1 0 0 0-.161-.163C16.79 25.162 16.508 25 16 25c-.507 0-.79.162-.938.28a1 1 0 0 0-.181.193"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPleadingFace(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="M7 15.88C7 13.74 8.74 12 10.88 12s3.88 1.74 3.88 3.88s-1.74 3.88-3.88 3.88S7 18.02 7 15.88m6.163.057c.745-.237 1.049-1.07.68-1.865c-.367-.788-1.26-1.246-2.006-1.01c-.745.237-1.049 1.07-.68 1.866c.367.795 1.26 1.246 2.006 1.009M20.88 12C18.74 12 17 13.74 17 15.88s1.74 3.88 3.88 3.88s3.88-1.74 3.88-3.88S23.02 12 20.88 12m2.964 2.072c.368.795.064 1.628-.681 1.865s-1.639-.214-2.007-1.01c-.368-.794-.064-1.628.681-1.864c.737-.238 1.639.221 2.007 1.009M11.582 7.007a.5.5 0 0 0-.575.41l-.003.016l-.017.075a3.5 3.5 0 0 1-.574 1.192C9.936 9.335 9.08 10 7.5 10a.5.5 0 1 0 0 1c1.92 0 3.063-.835 3.713-1.7a4.5 4.5 0 0 0 .744-1.55l.033-.15l.002-.011v-.004l.001-.002a.5.5 0 0 0-.41-.576m9.413.426l-.003-.016a.5.5 0 0 0-.986.165c-.493.082 0 .001 0 .001v.006l.003.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 0 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zm-6.115 18.04a1 1 0 0 1-1.775-.92c-.045.102 0-.001 0-.001v-.001l.002-.003l.002-.004l.006-.011l.007-.013l.007-.013q.015-.03.04-.069q.047-.081.132-.194c.112-.15.279-.34.51-.525C14.29 23.337 15.008 23 16 23s1.71.337 2.187.72a2.9 2.9 0 0 1 .643.718l.04.069l.007.012l.007.014l.006.01l.002.005l.001.003l.001.002l.001.001a1 1 0 0 1-1.776.92l-.02-.03a1 1 0 0 0-.161-.163C16.79 25.162 16.508 25 16 25c-.507 0-.79.162-.938.28a1 1 0 0 0-.181.193"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></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="M7 15.88C7 13.74 8.74 12 10.88 12s3.88 1.74 3.88 3.88s-1.74 3.88-3.88 3.88S7 18.02 7 15.88m6.163.057c.745-.237 1.049-1.07.68-1.865c-.367-.788-1.26-1.246-2.006-1.01c-.745.237-1.049 1.07-.68 1.866c.367.795 1.26 1.246 2.006 1.009M20.88 12C18.74 12 17 13.74 17 15.88s1.74 3.88 3.88 3.88s3.88-1.74 3.88-3.88S23.02 12 20.88 12m2.964 2.072c.368.795.064 1.628-.681 1.865s-1.639-.214-2.007-1.01c-.368-.794-.064-1.628.681-1.864c.737-.238 1.639.221 2.007 1.009M11.582 7.007a.5.5 0 0 0-.575.41l-.003.016l-.017.075a3.5 3.5 0 0 1-.574 1.192C9.936 9.335 9.08 10 7.5 10a.5.5 0 1 0 0 1c1.92 0 3.063-.835 3.713-1.7a4.5 4.5 0 0 0 .744-1.55l.033-.15l.002-.011v-.004l.001-.002a.5.5 0 0 0-.41-.576m9.413.426l-.003-.016a.5.5 0 0 0-.986.165c-.493.082 0 .001 0 .001v.006l.003.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 0 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zm-6.115 18.04a1 1 0 0 1-1.775-.92c-.045.102 0-.001 0-.001v-.001l.002-.003l.002-.004l.006-.011l.007-.013l.007-.013q.015-.03.04-.069q.047-.081.132-.194c.112-.15.279-.34.51-.525C14.29 23.337 15.008 23 16 23s1.71.337 2.187.72a2.9 2.9 0 0 1 .643.718l.04.069l.007.012l.007.014l.006.01l.002.005l.001.003l.001.002l.001.001a1 1 0 0 1-1.776.92l-.02-.03a1 1 0 0 0-.161-.163C16.79 25.162 16.508 25 16 25c-.507 0-.79.162-.938.28a1 1 0 0 0-.181.193"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg> </template>
CSS
.icon-pleading-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%2015.88C7%2013.74%208.74%2012%2010.88%2012s3.88%201.74%203.88%203.88s-1.74%203.88-3.88%203.88S7%2018.02%207%2015.88m6.163.057c.745-.237%201.049-1.07.68-1.865c-.367-.788-1.26-1.246-2.006-1.01c-.745.237-1.049%201.07-.68%201.866c.367.795%201.26%201.246%202.006%201.009M20.88%2012C18.74%2012%2017%2013.74%2017%2015.88s1.74%203.88%203.88%203.88s3.88-1.74%203.88-3.88S23.02%2012%2020.88%2012m2.964%202.072c.368.795.064%201.628-.681%201.865s-1.639-.214-2.007-1.01c-.368-.794-.064-1.628.681-1.864c.737-.238%201.639.221%202.007%201.009M11.582%207.007a.5.5%200%200%200-.575.41l-.003.016l-.017.075a3.5%203.5%200%200%201-.574%201.192C9.936%209.335%209.08%2010%207.5%2010a.5.5%200%201%200%200%201c1.92%200%203.063-.835%203.713-1.7a4.5%204.5%200%200%200%20.744-1.55l.033-.15l.002-.011v-.004l.001-.002a.5.5%200%200%200-.41-.576m9.413.426l-.003-.016a.5.5%200%200%200-.986.165c-.493.082%200%20.001%200%20.001v.006l.003.01a2%202%200%200%200%20.033.151a4.5%204.5%200%200%200%20.744%201.55c.65.865%201.793%201.7%203.713%201.7a.5.5%200%200%200%200-1c-1.58%200-2.437-.665-2.913-1.3a3.5%203.5%200%200%201-.574-1.192zm-6.115%2018.04a1%201%200%200%201-1.775-.92c-.045.102%200-.001%200-.001v-.001l.002-.003l.002-.004l.006-.011l.007-.013l.007-.013q.015-.03.04-.069q.047-.081.132-.194c.112-.15.279-.34.51-.525C14.29%2023.337%2015.008%2023%2016%2023s1.71.337%202.187.72a2.9%202.9%200%200%201%20.643.718l.04.069l.007.012l.007.014l.006.01l.002.005l.001.003l.001.002l.001.001a1%201%200%200%201-1.776.92l-.02-.03a1%201%200%200%200-.161-.163C16.79%2025.162%2016.508%2025%2016%2025c-.507%200-.79.162-.938.28a1%201%200%200%200-.181.193%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%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%22M7%2015.88C7%2013.74%208.74%2012%2010.88%2012s3.88%201.74%203.88%203.88s-1.74%203.88-3.88%203.88S7%2018.02%207%2015.88m6.163.057c.745-.237%201.049-1.07.68-1.865c-.367-.788-1.26-1.246-2.006-1.01c-.745.237-1.049%201.07-.68%201.866c.367.795%201.26%201.246%202.006%201.009M20.88%2012C18.74%2012%2017%2013.74%2017%2015.88s1.74%203.88%203.88%203.88s3.88-1.74%203.88-3.88S23.02%2012%2020.88%2012m2.964%202.072c.368.795.064%201.628-.681%201.865s-1.639-.214-2.007-1.01c-.368-.794-.064-1.628.681-1.864c.737-.238%201.639.221%202.007%201.009M11.582%207.007a.5.5%200%200%200-.575.41l-.003.016l-.017.075a3.5%203.5%200%200%201-.574%201.192C9.936%209.335%209.08%2010%207.5%2010a.5.5%200%201%200%200%201c1.92%200%203.063-.835%203.713-1.7a4.5%204.5%200%200%200%20.744-1.55l.033-.15l.002-.011v-.004l.001-.002a.5.5%200%200%200-.41-.576m9.413.426l-.003-.016a.5.5%200%200%200-.986.165c-.493.082%200%20.001%200%20.001v.006l.003.01a2%202%200%200%200%20.033.151a4.5%204.5%200%200%200%20.744%201.55c.65.865%201.793%201.7%203.713%201.7a.5.5%200%200%200%200-1c-1.58%200-2.437-.665-2.913-1.3a3.5%203.5%200%200%201-.574-1.192zm-6.115%2018.04a1%201%200%200%201-1.775-.92c-.045.102%200-.001%200-.001v-.001l.002-.003l.002-.004l.006-.011l.007-.013l.007-.013q.015-.03.04-.069q.047-.081.132-.194c.112-.15.279-.34.51-.525C14.29%2023.337%2015.008%2023%2016%2023s1.71.337%202.187.72a2.9%202.9%200%200%201%20.643.718l.04.069l.007.012l.007.014l.006.01l.002.005l.001.003l.001.002l.001.001a1%201%200%200%201-1.776.92l-.02-.03a1%201%200%200%200-.161-.163C16.79%2025.162%2016.508%2025%2016%2025c-.507%200-.79.162-.938.28a1%201%200%200%200-.181.193%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%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/pleading-face.svg?color=%231a73e8&size=48