sleeping face emoji
sleeping-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- sleeping-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 sleeping face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><circle cx="36" cy="48.144" r="3.404" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.77 14.73A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23s23-10.298 23-23c0-2.824-.509-5.528-1.44-8.028"/><circle cx="36" cy="48.144" r="3.404" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M50.165 32.86c-3.176 2.343-7.456 2.06-10 0m-8.33 0c-3.176 2.343-7.456 2.06-10 0"/><path d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2m6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2m8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2"/><path fill="#61b2e4" stroke="#61b2e4" stroke-miterlimit="10" stroke-width=".1" d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2zm6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2zm8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSleepingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><circle cx="36" cy="48.144" r="3.404" fill="#fff"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M44.77 14.73A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23s23-10.298 23-23c0-2.824-.509-5.528-1.44-8.028"/><circle cx="36" cy="48.144" r="3.404" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M50.165 32.86c-3.176 2.343-7.456 2.06-10 0m-8.33 0c-3.176 2.343-7.456 2.06-10 0"/><path d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2m6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2m8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2"/><path fill="#61b2e4" stroke="#61b2e4" strokeMiterlimit="10" strokeWidth=".1" d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2zm6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2zm8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><circle cx="36" cy="48.144" r="3.404" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.77 14.73A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.297-23 23s10.297 23 23 23s23-10.298 23-23c0-2.824-.509-5.528-1.44-8.028"/><circle cx="36" cy="48.144" r="3.404" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M50.165 32.86c-3.176 2.343-7.456 2.06-10 0m-8.33 0c-3.176 2.343-7.456 2.06-10 0"/><path d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2m6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2m8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2"/><path fill="#61b2e4" stroke="#61b2e4" stroke-miterlimit="10" stroke-width=".1" d="M44.875 24.026h-2.616a1.002 1.002 0 0 1-.868-1.496l1.76-3.082h-.892a1 1 0 1 1 0-2h2.616a1.002 1.002 0 0 1 .868 1.496l-1.76 3.082h.892a1 1 0 1 1 0 2zm6.143-4h-3.76a1.002 1.002 0 0 1-.867-1.496l2.904-5.082h-2.036a1 1 0 1 1 0-2h3.76a1.002 1.002 0 0 1 .868 1.496l-2.905 5.082h2.036a1 1 0 1 1 0 2zm8.142 5h-4.9a1.002 1.002 0 0 1-.868-1.496l4.046-7.082H54.26a1 1 0 1 1 0-2h4.902a1.002 1.002 0 0 1 .868 1.496l-4.047 7.082h3.179a1 1 0 1 1 0 2z"/></svg> </template>
CSS
.icon-sleeping-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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.144%22%20r%3D%223.404%22%20fill%3D%22%23fff%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%22M44.77%2014.73A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.297-23%2023s10.297%2023%2023%2023s23-10.298%2023-23c0-2.824-.509-5.528-1.44-8.028%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.144%22%20r%3D%223.404%22%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%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%22M50.165%2032.86c-3.176%202.343-7.456%202.06-10%200m-8.33%200c-3.176%202.343-7.456%202.06-10%200%22%2F%3E%3Cpath%20d%3D%22M44.875%2024.026h-2.616a1.002%201.002%200%200%201-.868-1.496l1.76-3.082h-.892a1%201%200%201%201%200-2h2.616a1.002%201.002%200%200%201%20.868%201.496l-1.76%203.082h.892a1%201%200%201%201%200%202m6.143-4h-3.76a1.002%201.002%200%200%201-.867-1.496l2.904-5.082h-2.036a1%201%200%201%201%200-2h3.76a1.002%201.002%200%200%201%20.868%201.496l-2.905%205.082h2.036a1%201%200%201%201%200%202m8.142%205h-4.9a1.002%201.002%200%200%201-.868-1.496l4.046-7.082H54.26a1%201%200%201%201%200-2h4.902a1.002%201.002%200%200%201%20.868%201.496l-4.047%207.082h3.179a1%201%200%201%201%200%202%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.1%22%20d%3D%22M44.875%2024.026h-2.616a1.002%201.002%200%200%201-.868-1.496l1.76-3.082h-.892a1%201%200%201%201%200-2h2.616a1.002%201.002%200%200%201%20.868%201.496l-1.76%203.082h.892a1%201%200%201%201%200%202zm6.143-4h-3.76a1.002%201.002%200%200%201-.867-1.496l2.904-5.082h-2.036a1%201%200%201%201%200-2h3.76a1.002%201.002%200%200%201%20.868%201.496l-2.905%205.082h2.036a1%201%200%201%201%200%202zm8.142%205h-4.9a1.002%201.002%200%200%201-.868-1.496l4.046-7.082H54.26a1%201%200%201%201%200-2h4.902a1.002%201.002%200%200%201%20.868%201.496l-4.047%207.082h3.179a1%201%200%201%201%200%202z%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.144%22%20r%3D%223.404%22%20fill%3D%22%23fff%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%22M44.77%2014.73A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.297-23%2023s10.297%2023%2023%2023s23-10.298%2023-23c0-2.824-.509-5.528-1.44-8.028%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2248.144%22%20r%3D%223.404%22%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%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%22M50.165%2032.86c-3.176%202.343-7.456%202.06-10%200m-8.33%200c-3.176%202.343-7.456%202.06-10%200%22%2F%3E%3Cpath%20d%3D%22M44.875%2024.026h-2.616a1.002%201.002%200%200%201-.868-1.496l1.76-3.082h-.892a1%201%200%201%201%200-2h2.616a1.002%201.002%200%200%201%20.868%201.496l-1.76%203.082h.892a1%201%200%201%201%200%202m6.143-4h-3.76a1.002%201.002%200%200%201-.867-1.496l2.904-5.082h-2.036a1%201%200%201%201%200-2h3.76a1.002%201.002%200%200%201%20.868%201.496l-2.905%205.082h2.036a1%201%200%201%201%200%202m8.142%205h-4.9a1.002%201.002%200%200%201-.868-1.496l4.046-7.082H54.26a1%201%200%201%201%200-2h4.902a1.002%201.002%200%200%201%20.868%201.496l-4.047%207.082h3.179a1%201%200%201%201%200%202%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.1%22%20d%3D%22M44.875%2024.026h-2.616a1.002%201.002%200%200%201-.868-1.496l1.76-3.082h-.892a1%201%200%201%201%200-2h2.616a1.002%201.002%200%200%201%20.868%201.496l-1.76%203.082h.892a1%201%200%201%201%200%202zm6.143-4h-3.76a1.002%201.002%200%200%201-.867-1.496l2.904-5.082h-2.036a1%201%200%201%201%200-2h3.76a1.002%201.002%200%200%201%20.868%201.496l-2.905%205.082h2.036a1%201%200%201%201%200%202zm8.142%205h-4.9a1.002%201.002%200%200%201-.868-1.496l4.046-7.082H54.26a1%201%200%201%201%200-2h4.902a1.002%201.002%200%200%201%20.868%201.496l-4.047%207.082h3.179a1%201%200%201%201%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/sleeping-face.svg?color=%231a73e8&size=48