lying face emoji
lying-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- lying-face
- 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 lying face 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 12c-13.234 0-24 10.766-24 24s10.766 24 24 24s24-10.766 24-24s-10.766-24-24-24"/><path d="M37.43 44.162s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M20.95 27.277a6.3 6.3 0 0 1 3.664-2.66a6.3 6.3 0 0 1 4.55.019m21.395 1.636a7.19 7.19 0 0 0-7.608-4.056"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.963 34.7C58.29 22.6 48.265 13 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23c7.08 0 13.413-3.2 17.632-8.232"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M39.722 50.635s-5.718-1.834-8.871 1.55m6.579-8.023s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLyingFace(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 12c-13.234 0-24 10.766-24 24s10.766 24 24 24s24-10.766 24-24s-10.766-24-24-24"/><path d="M37.43 44.162s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M20.95 27.277a6.3 6.3 0 0 1 3.664-2.66a6.3 6.3 0 0 1 4.55.019m21.395 1.636a7.19 7.19 0 0 0-7.608-4.056"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M58.963 34.7C58.29 22.6 48.265 13 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23c7.08 0 13.413-3.2 17.632-8.232"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M39.722 50.635s-5.718-1.834-8.871 1.55m6.579-8.023s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></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 12c-13.234 0-24 10.766-24 24s10.766 24 24 24s24-10.766 24-24s-10.766-24-24-24"/><path d="M37.43 44.162s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M20.95 27.277a6.3 6.3 0 0 1 3.664-2.66a6.3 6.3 0 0 1 4.55.019m21.395 1.636a7.19 7.19 0 0 0-7.608-4.056"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.963 34.7C58.29 22.6 48.265 13 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23c7.08 0 13.413-3.2 17.632-8.232"/><path d="M30 31a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3m18 0a3.001 3.001 0 0 1-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M39.722 50.635s-5.718-1.834-8.871 1.55m6.579-8.023s8.736-.08 12.075.59s6.732 2.066 9.141.95c1.136-.527 1.648-1.641 1.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398"/></svg> </template>
CSS
.icon-lying-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%2072%2072%22%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M36%2012c-13.234%200-24%2010.766-24%2024s10.766%2024%2024%2024s24-10.766%2024-24s-10.766-24-24-24%22%2F%3E%3Cpath%20d%3D%22M37.43%2044.162s8.736-.08%2012.075.59s6.732%202.066%209.141.95c1.136-.527%201.648-1.641%201.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398%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-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.95%2027.277a6.3%206.3%200%200%201%203.664-2.66a6.3%206.3%200%200%201%204.55.019m21.395%201.636a7.19%207.19%200%200%200-7.608-4.056%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M58.963%2034.7C58.29%2022.6%2048.265%2013%2036%2013c-12.703%200-23%2010.297-23%2023s10.297%2023%2023%2023c7.08%200%2013.413-3.2%2017.632-8.232%22%2F%3E%3Cpath%20d%3D%22M30%2031a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203m18%200a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%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-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M39.722%2050.635s-5.718-1.834-8.871%201.55m6.579-8.023s8.736-.08%2012.075.59s6.732%202.066%209.141.95c1.136-.527%201.648-1.641%201.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398%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%2012c-13.234%200-24%2010.766-24%2024s10.766%2024%2024%2024s24-10.766%2024-24s-10.766-24-24-24%22%2F%3E%3Cpath%20d%3D%22M37.43%2044.162s8.736-.08%2012.075.59s6.732%202.066%209.141.95c1.136-.527%201.648-1.641%201.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398%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-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.95%2027.277a6.3%206.3%200%200%201%203.664-2.66a6.3%206.3%200%200%201%204.55.019m21.395%201.636a7.19%207.19%200%200%200-7.608-4.056%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M58.963%2034.7C58.29%2022.6%2048.265%2013%2036%2013c-12.703%200-23%2010.297-23%2023s10.297%2023%2023%2023c7.08%200%2013.413-3.2%2017.632-8.232%22%2F%3E%3Cpath%20d%3D%22M30%2031a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%203%203m18%200a3.001%203.001%200%200%201-6%200c0-1.655%201.345-3%203-3s3%201.345%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-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M39.722%2050.635s-5.718-1.834-8.871%201.55m6.579-8.023s8.736-.08%2012.075.59s6.732%202.066%209.141.95c1.136-.527%201.648-1.641%201.722-2.71c.102-1.065-.22-2.247-1.255-2.953c-2.193-1.497-5.774-.624-9.177-.51s-12.009-1.398-12.009-1.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/lying-face.svg?color=%231a73e8&size=48