sleepy emoji
sleepy from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- sleepy
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More people icons from Firefox OS Emoji
Use the sleepy emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M400.2 226.1c-2.5 0-4.9-1.2-6.4-3.4c-4.8-7.2-12.6-12.1-21.2-13.3c-8.7-1.2-17.4 1.3-24 7c-3.2 2.8-8.1 2.4-10.8-.8c-2.8-3.2-2.4-8.1.8-10.8c9.9-8.5 23.1-12.4 36.1-10.5c13 1.8 24.7 9.1 31.9 20c2.4 3.5 1.4 8.3-2.1 10.7c-1.3.7-2.8 1.1-4.3 1.1m-295.9 0c-1.5 0-2.9-.4-4.3-1.3c-3.5-2.4-4.5-7.1-2.1-10.7c7.3-10.9 18.9-18.2 31.9-20s26.2 2 36.1 10.5c3.2 2.8 3.6 7.6.8 10.8s-7.6 3.6-10.8.8c-6.6-5.6-15.4-8.2-24-7c-8.7 1.2-16.4 6-21.2 13.3c-1.5 2.4-3.9 3.6-6.4 3.6"/><path fill="#2B3B47" d="M298.1 374.3c-4.1-8.6-17.6-23.1-42.5-23.1c-24.8 0-38.4 14.5-42.5 23.1c-1.6 3.4-1.6 7.3 0 10.7s4.6 5.9 8.2 6.9c1.2.3 12.3 3.1 32.7 3.1s34.6-2.8 35.2-2.9c3.8-.8 7-3.2 8.8-6.7s1.8-7.6.1-11.1m98-125.9c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c1.9-3.9 1.1-8.7-2.3-11.8m-225.8 0c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c2-3.9 1.2-8.7-2.3-11.8"/><path fill="#00BEEA" d="m346.6 329.1l65.4 28.2c19.2 10.3 26.5 34.2 16.2 53.5c-10.2 19.3-34.2 26.5-53.4 16.2c-7.2-3.8-12.7-9.5-16.2-16.2l-28.2-65.4c-3.1-5.9-.9-13.1 4.9-16.3c3.6-1.9 7.9-1.8 11.3 0"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSleepy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M400.2 226.1c-2.5 0-4.9-1.2-6.4-3.4c-4.8-7.2-12.6-12.1-21.2-13.3c-8.7-1.2-17.4 1.3-24 7c-3.2 2.8-8.1 2.4-10.8-.8c-2.8-3.2-2.4-8.1.8-10.8c9.9-8.5 23.1-12.4 36.1-10.5c13 1.8 24.7 9.1 31.9 20c2.4 3.5 1.4 8.3-2.1 10.7c-1.3.7-2.8 1.1-4.3 1.1m-295.9 0c-1.5 0-2.9-.4-4.3-1.3c-3.5-2.4-4.5-7.1-2.1-10.7c7.3-10.9 18.9-18.2 31.9-20s26.2 2 36.1 10.5c3.2 2.8 3.6 7.6.8 10.8s-7.6 3.6-10.8.8c-6.6-5.6-15.4-8.2-24-7c-8.7 1.2-16.4 6-21.2 13.3c-1.5 2.4-3.9 3.6-6.4 3.6"/><path fill="#2B3B47" d="M298.1 374.3c-4.1-8.6-17.6-23.1-42.5-23.1c-24.8 0-38.4 14.5-42.5 23.1c-1.6 3.4-1.6 7.3 0 10.7s4.6 5.9 8.2 6.9c1.2.3 12.3 3.1 32.7 3.1s34.6-2.8 35.2-2.9c3.8-.8 7-3.2 8.8-6.7s1.8-7.6.1-11.1m98-125.9c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c1.9-3.9 1.1-8.7-2.3-11.8m-225.8 0c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c2-3.9 1.2-8.7-2.3-11.8"/><path fill="#00BEEA" d="m346.6 329.1l65.4 28.2c19.2 10.3 26.5 34.2 16.2 53.5c-10.2 19.3-34.2 26.5-53.4 16.2c-7.2-3.8-12.7-9.5-16.2-16.2l-28.2-65.4c-3.1-5.9-.9-13.1 4.9-16.3c3.6-1.9 7.9-1.8 11.3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M400.2 226.1c-2.5 0-4.9-1.2-6.4-3.4c-4.8-7.2-12.6-12.1-21.2-13.3c-8.7-1.2-17.4 1.3-24 7c-3.2 2.8-8.1 2.4-10.8-.8c-2.8-3.2-2.4-8.1.8-10.8c9.9-8.5 23.1-12.4 36.1-10.5c13 1.8 24.7 9.1 31.9 20c2.4 3.5 1.4 8.3-2.1 10.7c-1.3.7-2.8 1.1-4.3 1.1m-295.9 0c-1.5 0-2.9-.4-4.3-1.3c-3.5-2.4-4.5-7.1-2.1-10.7c7.3-10.9 18.9-18.2 31.9-20s26.2 2 36.1 10.5c3.2 2.8 3.6 7.6.8 10.8s-7.6 3.6-10.8.8c-6.6-5.6-15.4-8.2-24-7c-8.7 1.2-16.4 6-21.2 13.3c-1.5 2.4-3.9 3.6-6.4 3.6"/><path fill="#2B3B47" d="M298.1 374.3c-4.1-8.6-17.6-23.1-42.5-23.1c-24.8 0-38.4 14.5-42.5 23.1c-1.6 3.4-1.6 7.3 0 10.7s4.6 5.9 8.2 6.9c1.2.3 12.3 3.1 32.7 3.1s34.6-2.8 35.2-2.9c3.8-.8 7-3.2 8.8-6.7s1.8-7.6.1-11.1m98-125.9c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c1.9-3.9 1.1-8.7-2.3-11.8m-225.8 0c-4.3-3.8-10.8-3.4-14.6.9c-4.1 4.7-10.1 7.3-16.4 7.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4 3-4.2 7.8-2.5 11.8c.1.9.3 1.9.7 2.8c6.1 13.8 18.7 22.4 32.7 22.4s26.6-8.6 32.7-22.4c.4-.9.6-1.9.7-2.8c2-3.9 1.2-8.7-2.3-11.8"/><path fill="#00BEEA" d="m346.6 329.1l65.4 28.2c19.2 10.3 26.5 34.2 16.2 53.5c-10.2 19.3-34.2 26.5-53.4 16.2c-7.2-3.8-12.7-9.5-16.2-16.2l-28.2-65.4c-3.1-5.9-.9-13.1 4.9-16.3c3.6-1.9 7.9-1.8 11.3 0"/></svg> </template>
CSS
.icon-sleepy {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M400.2%20226.1c-2.5%200-4.9-1.2-6.4-3.4c-4.8-7.2-12.6-12.1-21.2-13.3c-8.7-1.2-17.4%201.3-24%207c-3.2%202.8-8.1%202.4-10.8-.8c-2.8-3.2-2.4-8.1.8-10.8c9.9-8.5%2023.1-12.4%2036.1-10.5c13%201.8%2024.7%209.1%2031.9%2020c2.4%203.5%201.4%208.3-2.1%2010.7c-1.3.7-2.8%201.1-4.3%201.1m-295.9%200c-1.5%200-2.9-.4-4.3-1.3c-3.5-2.4-4.5-7.1-2.1-10.7c7.3-10.9%2018.9-18.2%2031.9-20s26.2%202%2036.1%2010.5c3.2%202.8%203.6%207.6.8%2010.8s-7.6%203.6-10.8.8c-6.6-5.6-15.4-8.2-24-7c-8.7%201.2-16.4%206-21.2%2013.3c-1.5%202.4-3.9%203.6-6.4%203.6%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M298.1%20374.3c-4.1-8.6-17.6-23.1-42.5-23.1c-24.8%200-38.4%2014.5-42.5%2023.1c-1.6%203.4-1.6%207.3%200%2010.7s4.6%205.9%208.2%206.9c1.2.3%2012.3%203.1%2032.7%203.1s34.6-2.8%2035.2-2.9c3.8-.8%207-3.2%208.8-6.7s1.8-7.6.1-11.1m98-125.9c-4.3-3.8-10.8-3.4-14.6.9c-4.1%204.7-10.1%207.3-16.4%207.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4%203-4.2%207.8-2.5%2011.8c.1.9.3%201.9.7%202.8c6.1%2013.8%2018.7%2022.4%2032.7%2022.4s26.6-8.6%2032.7-22.4c.4-.9.6-1.9.7-2.8c1.9-3.9%201.1-8.7-2.3-11.8m-225.8%200c-4.3-3.8-10.8-3.4-14.6.9c-4.1%204.7-10.1%207.3-16.4%207.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4%203-4.2%207.8-2.5%2011.8c.1.9.3%201.9.7%202.8c6.1%2013.8%2018.7%2022.4%2032.7%2022.4s26.6-8.6%2032.7-22.4c.4-.9.6-1.9.7-2.8c2-3.9%201.2-8.7-2.3-11.8%22%2F%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22m346.6%20329.1l65.4%2028.2c19.2%2010.3%2026.5%2034.2%2016.2%2053.5c-10.2%2019.3-34.2%2026.5-53.4%2016.2c-7.2-3.8-12.7-9.5-16.2-16.2l-28.2-65.4c-3.1-5.9-.9-13.1%204.9-16.3c3.6-1.9%207.9-1.8%2011.3%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M400.2%20226.1c-2.5%200-4.9-1.2-6.4-3.4c-4.8-7.2-12.6-12.1-21.2-13.3c-8.7-1.2-17.4%201.3-24%207c-3.2%202.8-8.1%202.4-10.8-.8c-2.8-3.2-2.4-8.1.8-10.8c9.9-8.5%2023.1-12.4%2036.1-10.5c13%201.8%2024.7%209.1%2031.9%2020c2.4%203.5%201.4%208.3-2.1%2010.7c-1.3.7-2.8%201.1-4.3%201.1m-295.9%200c-1.5%200-2.9-.4-4.3-1.3c-3.5-2.4-4.5-7.1-2.1-10.7c7.3-10.9%2018.9-18.2%2031.9-20s26.2%202%2036.1%2010.5c3.2%202.8%203.6%207.6.8%2010.8s-7.6%203.6-10.8.8c-6.6-5.6-15.4-8.2-24-7c-8.7%201.2-16.4%206-21.2%2013.3c-1.5%202.4-3.9%203.6-6.4%203.6%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M298.1%20374.3c-4.1-8.6-17.6-23.1-42.5-23.1c-24.8%200-38.4%2014.5-42.5%2023.1c-1.6%203.4-1.6%207.3%200%2010.7s4.6%205.9%208.2%206.9c1.2.3%2012.3%203.1%2032.7%203.1s34.6-2.8%2035.2-2.9c3.8-.8%207-3.2%208.8-6.7s1.8-7.6.1-11.1m98-125.9c-4.3-3.8-10.8-3.4-14.6.9c-4.1%204.7-10.1%207.3-16.4%207.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4%203-4.2%207.8-2.5%2011.8c.1.9.3%201.9.7%202.8c6.1%2013.8%2018.7%2022.4%2032.7%2022.4s26.6-8.6%2032.7-22.4c.4-.9.6-1.9.7-2.8c1.9-3.9%201.1-8.7-2.3-11.8m-225.8%200c-4.3-3.8-10.8-3.4-14.6.9c-4.1%204.7-10.1%207.3-16.4%207.3s-12.2-2.7-16.4-7.3c-3.8-4.3-10.3-4.7-14.6-.9c-3.4%203-4.2%207.8-2.5%2011.8c.1.9.3%201.9.7%202.8c6.1%2013.8%2018.7%2022.4%2032.7%2022.4s26.6-8.6%2032.7-22.4c.4-.9.6-1.9.7-2.8c2-3.9%201.2-8.7-2.3-11.8%22%2F%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22m346.6%20329.1l65.4%2028.2c19.2%2010.3%2026.5%2034.2%2016.2%2053.5c-10.2%2019.3-34.2%2026.5-53.4%2016.2c-7.2-3.8-12.7-9.5-16.2-16.2l-28.2-65.4c-3.1-5.9-.9-13.1%204.9-16.3c3.6-1.9%207.9-1.8%2011.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/sleepy.svg?color=%231a73e8&size=48