sleeping face emoji
sleeping-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- sleeping-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 sleeping 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="M29.907 9.783c.732 1.91 1.09 4.019 1.09 6.216c0 4.061-1.226 7.82-3.763 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1c2.623 0 4.925.473 6.889 1.337a2 2 0 0 0-.884 1.797C20.328 3.41 18.331 3 16 3c-4.43 0-7.648 1.48-9.764 3.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-2.058-.348-3.98-1.029-5.68l1.516-.379q.224-.056.422-.157"/><path d="M6.293 16.293a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0M28.894 3.447a1 1 0 0 0-1.136-1.417l-4 1a1 1 0 1 0 .485 1.94l1.89-.473l-2.027 4.056a1 1 0 0 0 1.136 1.417l4-1a1 1 0 1 0-.485-1.94l-1.89.473zM19.5 6a.5.5 0 0 0 0 1h2l-2.4 3.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm-5.474 2.342a.5.5 0 0 1 .632-.316l3 1a.5.5 0 0 1 .09.908L15.22 11.38l1.94.647a.5.5 0 1 1-.317.948l-3-1a.5.5 0 0 1-.09-.908L16.28 9.62l-1.94-.647a.5.5 0 0 1-.315-.632"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSleepingFace(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="M29.907 9.783c.732 1.91 1.09 4.019 1.09 6.216c0 4.061-1.226 7.82-3.763 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1c2.623 0 4.925.473 6.889 1.337a2 2 0 0 0-.884 1.797C20.328 3.41 18.331 3 16 3c-4.43 0-7.648 1.48-9.764 3.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-2.058-.348-3.98-1.029-5.68l1.516-.379q.224-.056.422-.157"/><path d="M6.293 16.293a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0M28.894 3.447a1 1 0 0 0-1.136-1.417l-4 1a1 1 0 1 0 .485 1.94l1.89-.473l-2.027 4.056a1 1 0 0 0 1.136 1.417l4-1a1 1 0 1 0-.485-1.94l-1.89.473zM19.5 6a.5.5 0 0 0 0 1h2l-2.4 3.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm-5.474 2.342a.5.5 0 0 1 .632-.316l3 1a.5.5 0 0 1 .09.908L15.22 11.38l1.94.647a.5.5 0 1 1-.317.948l-3-1a.5.5 0 0 1-.09-.908L16.28 9.62l-1.94-.647a.5.5 0 0 1-.315-.632"/></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="M29.907 9.783c.732 1.91 1.09 4.019 1.09 6.216c0 4.061-1.226 7.82-3.763 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1c2.623 0 4.925.473 6.889 1.337a2 2 0 0 0-.884 1.797C20.328 3.41 18.331 3 16 3c-4.43 0-7.648 1.48-9.764 3.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-2.058-.348-3.98-1.029-5.68l1.516-.379q.224-.056.422-.157"/><path d="M6.293 16.293a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0M28.894 3.447a1 1 0 0 0-1.136-1.417l-4 1a1 1 0 1 0 .485 1.94l1.89-.473l-2.027 4.056a1 1 0 0 0 1.136 1.417l4-1a1 1 0 1 0-.485-1.94l-1.89.473zM19.5 6a.5.5 0 0 0 0 1h2l-2.4 3.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm-5.474 2.342a.5.5 0 0 1 .632-.316l3 1a.5.5 0 0 1 .09.908L15.22 11.38l1.94.647a.5.5 0 1 1-.317.948l-3-1a.5.5 0 0 1-.09-.908L16.28 9.62l-1.94-.647a.5.5 0 0 1-.315-.632"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M29.907%209.783c.732%201.91%201.09%204.019%201.09%206.216c0%204.061-1.226%207.82-3.763%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201c2.623%200%204.925.473%206.889%201.337a2%202%200%200%200-.884%201.797C20.328%203.41%2018.331%203%2016%203c-4.43%200-7.648%201.48-9.764%203.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-2.058-.348-3.98-1.029-5.68l1.516-.379q.224-.056.422-.157%22%2F%3E%3Cpath%20d%3D%22M6.293%2016.293a1%201%200%200%201%201.414%200C7.85%2016.435%208.66%2017%2010%2017s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C13.182%2018.232%2011.86%2019%2010%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m12%200a1%201%200%200%201%201.414%200c.142.142.953.707%202.293.707s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C25.182%2018.232%2023.86%2019%2022%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414M14%2024a2%202%200%201%201%204%200a2%202%200%200%201-4%200M28.894%203.447a1%201%200%200%200-1.136-1.417l-4%201a1%201%200%201%200%20.485%201.94l1.89-.473l-2.027%204.056a1%201%200%200%200%201.136%201.417l4-1a1%201%200%201%200-.485-1.94l-1.89.473zM19.5%206a.5.5%200%200%200%200%201h2l-2.4%203.2a.5.5%200%200%200%20.4.8h3a.5.5%200%200%200%200-1h-2l2.4-3.2a.5.5%200%200%200-.4-.8zm-5.474%202.342a.5.5%200%200%201%20.632-.316l3%201a.5.5%200%200%201%20.09.908L15.22%2011.38l1.94.647a.5.5%200%201%201-.317.948l-3-1a.5.5%200%200%201-.09-.908L16.28%209.62l-1.94-.647a.5.5%200%200%201-.315-.632%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%22M29.907%209.783c.732%201.91%201.09%204.019%201.09%206.216c0%204.061-1.226%207.82-3.763%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201c2.623%200%204.925.473%206.889%201.337a2%202%200%200%200-.884%201.797C20.328%203.41%2018.331%203%2016%203c-4.43%200-7.648%201.48-9.764%203.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-2.058-.348-3.98-1.029-5.68l1.516-.379q.224-.056.422-.157%22%2F%3E%3Cpath%20d%3D%22M6.293%2016.293a1%201%200%200%201%201.414%200C7.85%2016.435%208.66%2017%2010%2017s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C13.182%2018.232%2011.86%2019%2010%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m12%200a1%201%200%200%201%201.414%200c.142.142.953.707%202.293.707s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C25.182%2018.232%2023.86%2019%2022%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414M14%2024a2%202%200%201%201%204%200a2%202%200%200%201-4%200M28.894%203.447a1%201%200%200%200-1.136-1.417l-4%201a1%201%200%201%200%20.485%201.94l1.89-.473l-2.027%204.056a1%201%200%200%200%201.136%201.417l4-1a1%201%200%201%200-.485-1.94l-1.89.473zM19.5%206a.5.5%200%200%200%200%201h2l-2.4%203.2a.5.5%200%200%200%20.4.8h3a.5.5%200%200%200%200-1h-2l2.4-3.2a.5.5%200%200%200-.4-.8zm-5.474%202.342a.5.5%200%200%201%20.632-.316l3%201a.5.5%200%200%201%20.09.908L15.22%2011.38l1.94.647a.5.5%200%201%201-.317.948l-3-1a.5.5%200%200%201-.09-.908L16.28%209.62l-1.94-.647a.5.5%200%200%201-.315-.632%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/sleeping-face.svg?color=%231a73e8&size=48