tired face emoji
tired-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- tired-face
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
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-facecrying-catcrying-face
Use the tired face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21.5c-9.333 0-10.485 8.354-10.496 8.438a.5.5 0 0 0 .654.537c.059-.02 5.968-1.975 9.842-1.975c5.595 0 9.745 1.933 9.786 1.952a.502.502 0 0 0 .71-.515C28.485 29.854 27.333 21.5 18 21.5M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10"/><path fill="#ccd6dd" d="M18 23c4 0 6 2 6 2H12s2-2 6-2"/><path fill="#664500" d="M6.001 19a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 13.027 7.034 13 6.999 13A1.001 1.001 0 0 1 7 11c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 16c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 18.772 25.59 16 21 16a1 1 0 0 1-.707-1.707C23.549 11.038 28.779 11 29 11a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.826 6.855 2.933a1 1 0 0 1-.6 1.798"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiTiredFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21.5c-9.333 0-10.485 8.354-10.496 8.438a.5.5 0 0 0 .654.537c.059-.02 5.968-1.975 9.842-1.975c5.595 0 9.745 1.933 9.786 1.952a.502.502 0 0 0 .71-.515C28.485 29.854 27.333 21.5 18 21.5M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10"/><path fill="#ccd6dd" d="M18 23c4 0 6 2 6 2H12s2-2 6-2"/><path fill="#664500" d="M6.001 19a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 13.027 7.034 13 6.999 13A1.001 1.001 0 0 1 7 11c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 16c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 18.772 25.59 16 21 16a1 1 0 0 1-.707-1.707C23.549 11.038 28.779 11 29 11a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.826 6.855 2.933a1 1 0 0 1-.6 1.798"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M18 21.5c-9.333 0-10.485 8.354-10.496 8.438a.5.5 0 0 0 .654.537c.059-.02 5.968-1.975 9.842-1.975c5.595 0 9.745 1.933 9.786 1.952a.502.502 0 0 0 .71-.515C28.485 29.854 27.333 21.5 18 21.5M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10"/><path fill="#ccd6dd" d="M18 23c4 0 6 2 6 2H12s2-2 6-2"/><path fill="#664500" d="M6.001 19a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 13.027 7.034 13 6.999 13A1.001 1.001 0 0 1 7 11c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 16c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 18.772 25.59 16 21 16a1 1 0 0 1-.707-1.707C23.549 11.038 28.779 11 29 11a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.826 6.855 2.933a1 1 0 0 1-.6 1.798"/></svg> </template>
CSS
.icon-tired-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M18%2021.5c-9.333%200-10.485%208.354-10.496%208.438a.5.5%200%200%200%20.654.537c.059-.02%205.968-1.975%209.842-1.975c5.595%200%209.745%201.933%209.786%201.952a.502.502%200%200%200%20.71-.515C28.485%2029.854%2027.333%2021.5%2018%2021.5M29%2010c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%204.694%2024.713%208%2029%208a1%201%200%201%201%200%202M7%2010a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%205.437%2013.704%2010%207%2010%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M18%2023c4%200%206%202%206%202H12s2-2%206-2%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M6.001%2019a1%201%200%200%201-.601-1.799c.143-.107%202.951-2.183%206.856-2.933C9.781%2013.027%207.034%2013%206.999%2013A1.001%201.001%200%200%201%207%2011c.221%200%205.452.038%208.707%203.293A1%201%200%200%201%2015%2016c-4.613%200-8.363%202.772-8.4%202.8a1%201%200%200%201-.599.2m23.998-.001a1%201%200%200%201-.598-.198C29.363%2018.772%2025.59%2016%2021%2016a1%201%200%200%201-.707-1.707C23.549%2011.038%2028.779%2011%2029%2011a1%201%200%200%201%20.002%202c-.036%200-2.783.027-5.258%201.268c3.905.75%206.713%202.826%206.855%202.933a1%201%200%200%201-.6%201.798%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M18%2021.5c-9.333%200-10.485%208.354-10.496%208.438a.5.5%200%200%200%20.654.537c.059-.02%205.968-1.975%209.842-1.975c5.595%200%209.745%201.933%209.786%201.952a.502.502%200%200%200%20.71-.515C28.485%2029.854%2027.333%2021.5%2018%2021.5M29%2010c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%204.694%2024.713%208%2029%208a1%201%200%201%201%200%202M7%2010a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%205.437%2013.704%2010%207%2010%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M18%2023c4%200%206%202%206%202H12s2-2%206-2%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M6.001%2019a1%201%200%200%201-.601-1.799c.143-.107%202.951-2.183%206.856-2.933C9.781%2013.027%207.034%2013%206.999%2013A1.001%201.001%200%200%201%207%2011c.221%200%205.452.038%208.707%203.293A1%201%200%200%201%2015%2016c-4.613%200-8.363%202.772-8.4%202.8a1%201%200%200%201-.599.2m23.998-.001a1%201%200%200%201-.598-.198C29.363%2018.772%2025.59%2016%2021%2016a1%201%200%200%201-.707-1.707C23.549%2011.038%2028.779%2011%2029%2011a1%201%200%200%201%20.002%202c-.036%200-2.783.027-5.258%201.268c3.905.75%206.713%202.826%206.855%202.933a1%201%200%200%201-.6%201.798%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/tired-face.svg?color=%231a73e8&size=48