tired face emoji
tired-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- tired-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 tired face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 13.2c-12.572 0-22.8 10.228-22.8 22.8S23.428 58.8 36 58.8S58.8 48.572 58.8 36S48.572 13.2 36 13.2"/><g stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23" fill="none"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M21.88 23.92c5.102-.061 7.273-1.882 8.383-3.346"/><path d="M46.24 47.56c0-2.592-2.867-7.121-10.25-6.93c-6.974.181-10.22 4.518-10.22 7.111s4.271-1.611 10.05-1.492c6.317.13 10.43 3.903 10.43 1.311z"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M23.16 28.47c5.215 1.438 5.603.91 8.204 1.207c1.068.122-2.03 2.67-7.282 4.397M50.12 23.92c-5.102-.061-7.273-1.882-8.383-3.346m7.103 7.896c-5.215 1.438-5.603.91-8.204 1.207c-1.068.122 2.03 2.67 7.282 4.397"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiTiredFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 13.2c-12.572 0-22.8 10.228-22.8 22.8S23.428 58.8 36 58.8S58.8 48.572 58.8 36S48.572 13.2 36 13.2"/><g stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="23" fill="none"/><path fill="none" strokeLinecap="round" strokeLinejoin="round" d="M21.88 23.92c5.102-.061 7.273-1.882 8.383-3.346"/><path d="M46.24 47.56c0-2.592-2.867-7.121-10.25-6.93c-6.974.181-10.22 4.518-10.22 7.111s4.271-1.611 10.05-1.492c6.317.13 10.43 3.903 10.43 1.311z"/><path fill="none" strokeLinecap="round" strokeLinejoin="round" d="M23.16 28.47c5.215 1.438 5.603.91 8.204 1.207c1.068.122-2.03 2.67-7.282 4.397M50.12 23.92c-5.102-.061-7.273-1.882-8.383-3.346m7.103 7.896c-5.215 1.438-5.603.91-8.204 1.207c-1.068.122 2.03 2.67 7.282 4.397"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 13.2c-12.572 0-22.8 10.228-22.8 22.8S23.428 58.8 36 58.8S58.8 48.572 58.8 36S48.572 13.2 36 13.2"/><g stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23" fill="none"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M21.88 23.92c5.102-.061 7.273-1.882 8.383-3.346"/><path d="M46.24 47.56c0-2.592-2.867-7.121-10.25-6.93c-6.974.181-10.22 4.518-10.22 7.111s4.271-1.611 10.05-1.492c6.317.13 10.43 3.903 10.43 1.311z"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M23.16 28.47c5.215 1.438 5.603.91 8.204 1.207c1.068.122-2.03 2.67-7.282 4.397M50.12 23.92c-5.102-.061-7.273-1.882-8.383-3.346m7.103 7.896c-5.215 1.438-5.603.91-8.204 1.207c-1.068.122 2.03 2.67 7.282 4.397"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2013.2c-12.572%200-22.8%2010.228-22.8%2022.8S23.428%2058.8%2036%2058.8S58.8%2048.572%2058.8%2036S48.572%2013.2%2036%2013.2%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.88%2023.92c5.102-.061%207.273-1.882%208.383-3.346%22%2F%3E%3Cpath%20d%3D%22M46.24%2047.56c0-2.592-2.867-7.121-10.25-6.93c-6.974.181-10.22%204.518-10.22%207.111s4.271-1.611%2010.05-1.492c6.317.13%2010.43%203.903%2010.43%201.311z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.16%2028.47c5.215%201.438%205.603.91%208.204%201.207c1.068.122-2.03%202.67-7.282%204.397M50.12%2023.92c-5.102-.061-7.273-1.882-8.383-3.346m7.103%207.896c-5.215%201.438-5.603.91-8.204%201.207c-1.068.122%202.03%202.67%207.282%204.397%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2013.2c-12.572%200-22.8%2010.228-22.8%2022.8S23.428%2058.8%2036%2058.8S58.8%2048.572%2058.8%2036S48.572%2013.2%2036%2013.2%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.88%2023.92c5.102-.061%207.273-1.882%208.383-3.346%22%2F%3E%3Cpath%20d%3D%22M46.24%2047.56c0-2.592-2.867-7.121-10.25-6.93c-6.974.181-10.22%204.518-10.22%207.111s4.271-1.611%2010.05-1.492c6.317.13%2010.43%203.903%2010.43%201.311z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.16%2028.47c5.215%201.438%205.603.91%208.204%201.207c1.068.122-2.03%202.67-7.282%204.397M50.12%2023.92c-5.102-.061-7.273-1.882-8.383-3.346m7.103%207.896c-5.215%201.438-5.603.91-8.204%201.207c-1.068.122%202.03%202.67%207.282%204.397%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/tired-face.svg?color=%231a73e8&size=48