sleeping face emoji

sleeping-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
sleeping-face
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

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="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707"/><path fill="#bb1d80" d="M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/><path fill="#00a6ed" d="M28.78 2.374a1 1 0 0 1 .114 1.073l-2.027 4.056l1.89-.473a1 1 0 1 1 .485 1.94l-4 1a1 1 0 0 1-1.136-1.417l2.027-4.056l-1.89.473a1 1 0 1 1-.485-1.94l4-1a1 1 0 0 1 1.022.344M19 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .4.8L20.5 10h2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.4-.8L21.5 7h-2a.5.5 0 0 1-.5-.5m-4.342 1.526a.5.5 0 0 0-.316.948l1.939.647l-2.53 1.445a.5.5 0 0 0 .09.908l3 1a.5.5 0 0 0 .317-.948l-1.939-.647l2.53-1.445a.5.5 0 0 0-.09-.908z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSleepingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707"/><path fill="#bb1d80" d="M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/><path fill="#00a6ed" d="M28.78 2.374a1 1 0 0 1 .114 1.073l-2.027 4.056l1.89-.473a1 1 0 1 1 .485 1.94l-4 1a1 1 0 0 1-1.136-1.417l2.027-4.056l-1.89.473a1 1 0 1 1-.485-1.94l4-1a1 1 0 0 1 1.022.344M19 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .4.8L20.5 10h2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.4-.8L21.5 7h-2a.5.5 0 0 1-.5-.5m-4.342 1.526a.5.5 0 0 0-.316.948l1.939.647l-2.53 1.445a.5.5 0 0 0 .09.908l3 1a.5.5 0 0 0 .317-.948l-1.939-.647l2.53-1.445a.5.5 0 0 0-.09-.908z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707"/><path fill="#bb1d80" d="M14 24a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/><path fill="#00a6ed" d="M28.78 2.374a1 1 0 0 1 .114 1.073l-2.027 4.056l1.89-.473a1 1 0 1 1 .485 1.94l-4 1a1 1 0 0 1-1.136-1.417l2.027-4.056l-1.89.473a1 1 0 1 1-.485-1.94l4-1a1 1 0 0 1 1.022.344M19 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .4.8L20.5 10h2a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.4-.8L21.5 7h-2a.5.5 0 0 1-.5-.5m-4.342 1.526a.5.5 0 0 0-.316.948l1.939.647l-2.53 1.445a.5.5 0 0 0 .09.908l3 1a.5.5 0 0 0 .317-.948l-1.939-.647l2.53-1.445a.5.5 0 0 0-.09-.908z"/></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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M7.707%2016.293a1%201%200%200%200-1.414%201.414C6.818%2018.232%208.14%2019%2010%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C12.15%2016.435%2011.34%2017%2010%2017s-2.15-.565-2.293-.707m12%200a1%201%200%200%200-1.414%201.414C18.818%2018.232%2020.14%2019%2022%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C24.15%2016.435%2023.34%2017%2022%2017s-2.15-.565-2.293-.707%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M14%2024a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M28.78%202.374a1%201%200%200%201%20.114%201.073l-2.027%204.056l1.89-.473a1%201%200%201%201%20.485%201.94l-4%201a1%201%200%200%201-1.136-1.417l2.027-4.056l-1.89.473a1%201%200%201%201-.485-1.94l4-1a1%201%200%200%201%201.022.344M19%206.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.4.8L20.5%2010h2a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.4-.8L21.5%207h-2a.5.5%200%200%201-.5-.5m-4.342%201.526a.5.5%200%200%200-.316.948l1.939.647l-2.53%201.445a.5.5%200%200%200%20.09.908l3%201a.5.5%200%200%200%20.317-.948l-1.939-.647l2.53-1.445a.5.5%200%200%200-.09-.908z%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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M7.707%2016.293a1%201%200%200%200-1.414%201.414C6.818%2018.232%208.14%2019%2010%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C12.15%2016.435%2011.34%2017%2010%2017s-2.15-.565-2.293-.707m12%200a1%201%200%200%200-1.414%201.414C18.818%2018.232%2020.14%2019%2022%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C24.15%2016.435%2023.34%2017%2022%2017s-2.15-.565-2.293-.707%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M14%2024a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M28.78%202.374a1%201%200%200%201%20.114%201.073l-2.027%204.056l1.89-.473a1%201%200%201%201%20.485%201.94l-4%201a1%201%200%200%201-1.136-1.417l2.027-4.056l-1.89.473a1%201%200%201%201-.485-1.94l4-1a1%201%200%200%201%201.022.344M19%206.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.4.8L20.5%2010h2a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.4-.8L21.5%207h-2a.5.5%200%200%201-.5-.5m-4.342%201.526a.5.5%200%200%200-.316.948l1.939.647l-2.53%201.445a.5.5%200%200%200%20.09.908l3%201a.5.5%200%200%200%20.317-.948l-1.939-.647l2.53-1.445a.5.5%200%200%200-.09-.908z%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-flat/sleeping-face.svg?color=%231a73e8&size=48