weary face emoji
weary-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- weary-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 weary 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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M16.664 10.543a.5.5 0 0 0-.592.148c-.009.012-.979 1.202-3.335 1.844a8.5 8.5 0 0 1-2.245.319c-.992 0-1.559-.212-1.562-.213a.499.499 0 0 0-.571.781c.071.087 1.78 2.147 4.125 2.147c.351 0 .702-.047 1.043-.14c2.854-.778 3.41-4.208 3.432-4.354a.5.5 0 0 0-.295-.532m10.975 2.155a.5.5 0 0 0-.59-.159c-.006.003-.633.256-1.737.256a8.7 8.7 0 0 1-2.073-.265c-2.369-.583-3.369-1.749-3.377-1.758a.5.5 0 0 0-.879.405c.026.145.668 3.56 3.539 4.267q.469.116.946.116c2.396 0 4.099-2.16 4.17-2.252a.504.504 0 0 0 .001-.61M9.998 10a1 1 0 0 1-.245-1.969c.036-.009 3.593-.961 5.352-4.478a1 1 0 0 1 1.789.895c-2.181 4.361-6.471 5.477-6.652 5.523q-.122.03-.244.029M26 10q-.12 0-.242-.03c-.182-.045-4.472-1.162-6.652-5.523a1 1 0 0 1 1.789-.895c1.758 3.517 5.315 4.469 5.352 4.478c.533.137.857.681.722 1.215A1 1 0 0 1 26 10m-8 18.965c-3.623 0-6.027.422-9 1c-.679.131-2 0-2-2c0-4 4.595-9 11-9c6.404 0 11 5 11 9c0 2-1.321 2.132-2 2c-2.973-.578-5.377-1-9-1"/><path fill="#fff" d="M10 25s3-1 8-1s8 1 8 1s-2-4-8-4s-8 4-8 4"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiWearyFace(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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M16.664 10.543a.5.5 0 0 0-.592.148c-.009.012-.979 1.202-3.335 1.844a8.5 8.5 0 0 1-2.245.319c-.992 0-1.559-.212-1.562-.213a.499.499 0 0 0-.571.781c.071.087 1.78 2.147 4.125 2.147c.351 0 .702-.047 1.043-.14c2.854-.778 3.41-4.208 3.432-4.354a.5.5 0 0 0-.295-.532m10.975 2.155a.5.5 0 0 0-.59-.159c-.006.003-.633.256-1.737.256a8.7 8.7 0 0 1-2.073-.265c-2.369-.583-3.369-1.749-3.377-1.758a.5.5 0 0 0-.879.405c.026.145.668 3.56 3.539 4.267q.469.116.946.116c2.396 0 4.099-2.16 4.17-2.252a.504.504 0 0 0 .001-.61M9.998 10a1 1 0 0 1-.245-1.969c.036-.009 3.593-.961 5.352-4.478a1 1 0 0 1 1.789.895c-2.181 4.361-6.471 5.477-6.652 5.523q-.122.03-.244.029M26 10q-.12 0-.242-.03c-.182-.045-4.472-1.162-6.652-5.523a1 1 0 0 1 1.789-.895c1.758 3.517 5.315 4.469 5.352 4.478c.533.137.857.681.722 1.215A1 1 0 0 1 26 10m-8 18.965c-3.623 0-6.027.422-9 1c-.679.131-2 0-2-2c0-4 4.595-9 11-9c6.404 0 11 5 11 9c0 2-1.321 2.132-2 2c-2.973-.578-5.377-1-9-1"/><path fill="#fff" d="M10 25s3-1 8-1s8 1 8 1s-2-4-8-4s-8 4-8 4"/></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 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M16.664 10.543a.5.5 0 0 0-.592.148c-.009.012-.979 1.202-3.335 1.844a8.5 8.5 0 0 1-2.245.319c-.992 0-1.559-.212-1.562-.213a.499.499 0 0 0-.571.781c.071.087 1.78 2.147 4.125 2.147c.351 0 .702-.047 1.043-.14c2.854-.778 3.41-4.208 3.432-4.354a.5.5 0 0 0-.295-.532m10.975 2.155a.5.5 0 0 0-.59-.159c-.006.003-.633.256-1.737.256a8.7 8.7 0 0 1-2.073-.265c-2.369-.583-3.369-1.749-3.377-1.758a.5.5 0 0 0-.879.405c.026.145.668 3.56 3.539 4.267q.469.116.946.116c2.396 0 4.099-2.16 4.17-2.252a.504.504 0 0 0 .001-.61M9.998 10a1 1 0 0 1-.245-1.969c.036-.009 3.593-.961 5.352-4.478a1 1 0 0 1 1.789.895c-2.181 4.361-6.471 5.477-6.652 5.523q-.122.03-.244.029M26 10q-.12 0-.242-.03c-.182-.045-4.472-1.162-6.652-5.523a1 1 0 0 1 1.789-.895c1.758 3.517 5.315 4.469 5.352 4.478c.533.137.857.681.722 1.215A1 1 0 0 1 26 10m-8 18.965c-3.623 0-6.027.422-9 1c-.679.131-2 0-2-2c0-4 4.595-9 11-9c6.404 0 11 5 11 9c0 2-1.321 2.132-2 2c-2.973-.578-5.377-1-9-1"/><path fill="#fff" d="M10 25s3-1 8-1s8 1 8 1s-2-4-8-4s-8 4-8 4"/></svg> </template>
CSS
.icon-weary-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%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M16.664%2010.543a.5.5%200%200%200-.592.148c-.009.012-.979%201.202-3.335%201.844a8.5%208.5%200%200%201-2.245.319c-.992%200-1.559-.212-1.562-.213a.499.499%200%200%200-.571.781c.071.087%201.78%202.147%204.125%202.147c.351%200%20.702-.047%201.043-.14c2.854-.778%203.41-4.208%203.432-4.354a.5.5%200%200%200-.295-.532m10.975%202.155a.5.5%200%200%200-.59-.159c-.006.003-.633.256-1.737.256a8.7%208.7%200%200%201-2.073-.265c-2.369-.583-3.369-1.749-3.377-1.758a.5.5%200%200%200-.879.405c.026.145.668%203.56%203.539%204.267q.469.116.946.116c2.396%200%204.099-2.16%204.17-2.252a.504.504%200%200%200%20.001-.61M9.998%2010a1%201%200%200%201-.245-1.969c.036-.009%203.593-.961%205.352-4.478a1%201%200%200%201%201.789.895c-2.181%204.361-6.471%205.477-6.652%205.523q-.122.03-.244.029M26%2010q-.12%200-.242-.03c-.182-.045-4.472-1.162-6.652-5.523a1%201%200%200%201%201.789-.895c1.758%203.517%205.315%204.469%205.352%204.478c.533.137.857.681.722%201.215A1%201%200%200%201%2026%2010m-8%2018.965c-3.623%200-6.027.422-9%201c-.679.131-2%200-2-2c0-4%204.595-9%2011-9c6.404%200%2011%205%2011%209c0%202-1.321%202.132-2%202c-2.973-.578-5.377-1-9-1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2025s3-1%208-1s8%201%208%201s-2-4-8-4s-8%204-8%204%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%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M16.664%2010.543a.5.5%200%200%200-.592.148c-.009.012-.979%201.202-3.335%201.844a8.5%208.5%200%200%201-2.245.319c-.992%200-1.559-.212-1.562-.213a.499.499%200%200%200-.571.781c.071.087%201.78%202.147%204.125%202.147c.351%200%20.702-.047%201.043-.14c2.854-.778%203.41-4.208%203.432-4.354a.5.5%200%200%200-.295-.532m10.975%202.155a.5.5%200%200%200-.59-.159c-.006.003-.633.256-1.737.256a8.7%208.7%200%200%201-2.073-.265c-2.369-.583-3.369-1.749-3.377-1.758a.5.5%200%200%200-.879.405c.026.145.668%203.56%203.539%204.267q.469.116.946.116c2.396%200%204.099-2.16%204.17-2.252a.504.504%200%200%200%20.001-.61M9.998%2010a1%201%200%200%201-.245-1.969c.036-.009%203.593-.961%205.352-4.478a1%201%200%200%201%201.789.895c-2.181%204.361-6.471%205.477-6.652%205.523q-.122.03-.244.029M26%2010q-.12%200-.242-.03c-.182-.045-4.472-1.162-6.652-5.523a1%201%200%200%201%201.789-.895c1.758%203.517%205.315%204.469%205.352%204.478c.533.137.857.681.722%201.215A1%201%200%200%201%2026%2010m-8%2018.965c-3.623%200-6.027.422-9%201c-.679.131-2%200-2-2c0-4%204.595-9%2011-9c6.404%200%2011%205%2011%209c0%202-1.321%202.132-2%202c-2.973-.578-5.377-1-9-1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2025s3-1%208-1s8%201%208%201s-2-4-8-4s-8%204-8%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/weary-face.svg?color=%231a73e8&size=48