tired face emoji
tired-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- tired-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
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 tired 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" fill-rule="evenodd" d="M8.952 7.2c.54-.475.875-1.127 1.065-1.83a.5.5 0 0 1 .966.26c-.225.831-.64 1.68-1.371 2.321C8.873 8.6 7.855 9 6.5 9a.5.5 0 0 1 0-1c1.145 0 1.92-.333 2.452-.8m.495 2.905a1 1 0 0 0-.894 1.79L10.763 13l-2.21 1.105a1 1 0 0 0 .894 1.79l4-2a1 1 0 0 0 0-1.79zm13.106 0a1 1 0 0 1 .894 1.79L21.237 13l2.21 1.105a1 1 0 0 1-.894 1.79l-4-2a1 1 0 0 1 0-1.79zm-.57-4.736c.19.704.525 1.356 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.048c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262" clip-rule="evenodd"/><path fill="#bb1d80" d="M10.343 18a9 9 0 0 0-3.22 5.506C6.987 24.323 7.671 25 8.5 25h15c.829 0 1.513-.677 1.377-1.494A9 9 0 0 0 21.657 18L16 17z"/><path fill="#fff" fill-rule="evenodd" d="M21.657 18H10.343A8.96 8.96 0 0 1 16 16c2.143 0 4.112.75 5.657 2" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatTiredFace(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" fillRule="evenodd" d="M8.952 7.2c.54-.475.875-1.127 1.065-1.83a.5.5 0 0 1 .966.26c-.225.831-.64 1.68-1.371 2.321C8.873 8.6 7.855 9 6.5 9a.5.5 0 0 1 0-1c1.145 0 1.92-.333 2.452-.8m.495 2.905a1 1 0 0 0-.894 1.79L10.763 13l-2.21 1.105a1 1 0 0 0 .894 1.79l4-2a1 1 0 0 0 0-1.79zm13.106 0a1 1 0 0 1 .894 1.79L21.237 13l2.21 1.105a1 1 0 0 1-.894 1.79l-4-2a1 1 0 0 1 0-1.79zm-.57-4.736c.19.704.525 1.356 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.048c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262" clipRule="evenodd"/><path fill="#bb1d80" d="M10.343 18a9 9 0 0 0-3.22 5.506C6.987 24.323 7.671 25 8.5 25h15c.829 0 1.513-.677 1.377-1.494A9 9 0 0 0 21.657 18L16 17z"/><path fill="#fff" fillRule="evenodd" d="M21.657 18H10.343A8.96 8.96 0 0 1 16 16c2.143 0 4.112.75 5.657 2" clipRule="evenodd"/></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" fill-rule="evenodd" d="M8.952 7.2c.54-.475.875-1.127 1.065-1.83a.5.5 0 0 1 .966.26c-.225.831-.64 1.68-1.371 2.321C8.873 8.6 7.855 9 6.5 9a.5.5 0 0 1 0-1c1.145 0 1.92-.333 2.452-.8m.495 2.905a1 1 0 0 0-.894 1.79L10.763 13l-2.21 1.105a1 1 0 0 0 .894 1.79l4-2a1 1 0 0 0 0-1.79zm13.106 0a1 1 0 0 1 .894 1.79L21.237 13l2.21 1.105a1 1 0 0 1-.894 1.79l-4-2a1 1 0 0 1 0-1.79zm-.57-4.736c.19.704.525 1.356 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.048c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262" clip-rule="evenodd"/><path fill="#bb1d80" d="M10.343 18a9 9 0 0 0-3.22 5.506C6.987 24.323 7.671 25 8.5 25h15c.829 0 1.513-.677 1.377-1.494A9 9 0 0 0 21.657 18L16 17z"/><path fill="#fff" fill-rule="evenodd" d="M21.657 18H10.343A8.96 8.96 0 0 1 16 16c2.143 0 4.112.75 5.657 2" clip-rule="evenodd"/></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%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.952%207.2c.54-.475.875-1.127%201.065-1.83a.5.5%200%200%201%20.966.26c-.225.831-.64%201.68-1.371%202.321C8.873%208.6%207.855%209%206.5%209a.5.5%200%200%201%200-1c1.145%200%201.92-.333%202.452-.8m.495%202.905a1%201%200%200%200-.894%201.79L10.763%2013l-2.21%201.105a1%201%200%200%200%20.894%201.79l4-2a1%201%200%200%200%200-1.79zm13.106%200a1%201%200%200%201%20.894%201.79L21.237%2013l2.21%201.105a1%201%200%200%201-.894%201.79l-4-2a1%201%200%200%201%200-1.79zm-.57-4.736c.19.704.525%201.356%201.065%201.83c.533.468%201.307.8%202.452.8a.5.5%200%200%201%200%201c-1.355%200-2.373-.4-3.112-1.048c-.73-.642-1.146-1.49-1.37-2.32a.5.5%200%201%201%20.965-.262%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M10.343%2018a9%209%200%200%200-3.22%205.506C6.987%2024.323%207.671%2025%208.5%2025h15c.829%200%201.513-.677%201.377-1.494A9%209%200%200%200%2021.657%2018L16%2017z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.657%2018H10.343A8.96%208.96%200%200%201%2016%2016c2.143%200%204.112.75%205.657%202%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.952%207.2c.54-.475.875-1.127%201.065-1.83a.5.5%200%200%201%20.966.26c-.225.831-.64%201.68-1.371%202.321C8.873%208.6%207.855%209%206.5%209a.5.5%200%200%201%200-1c1.145%200%201.92-.333%202.452-.8m.495%202.905a1%201%200%200%200-.894%201.79L10.763%2013l-2.21%201.105a1%201%200%200%200%20.894%201.79l4-2a1%201%200%200%200%200-1.79zm13.106%200a1%201%200%200%201%20.894%201.79L21.237%2013l2.21%201.105a1%201%200%200%201-.894%201.79l-4-2a1%201%200%200%201%200-1.79zm-.57-4.736c.19.704.525%201.356%201.065%201.83c.533.468%201.307.8%202.452.8a.5.5%200%200%201%200%201c-1.355%200-2.373-.4-3.112-1.048c-.73-.642-1.146-1.49-1.37-2.32a.5.5%200%201%201%20.965-.262%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23bb1d80%22%20d%3D%22M10.343%2018a9%209%200%200%200-3.22%205.506C6.987%2024.323%207.671%2025%208.5%2025h15c.829%200%201.513-.677%201.377-1.494A9%209%200%200%200%2021.657%2018L16%2017z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.657%2018H10.343A8.96%208.96%200%200%201%2016%2016c2.143%200%204.112.75%205.657%202%22%20clip-rule%3D%22evenodd%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/tired-face.svg?color=%231a73e8&size=48