relieved face emoji
relieved-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- relieved-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 relieved 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="M28.312 15.612a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m-12.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.501.501 0 0 0-.755-.605M29.001 13a1 1 0 0 1-.801-.4c-2.592-3.456-6.961-2.628-7.004-2.62a1 1 0 0 1-1.177-.784a1 1 0 0 1 .784-1.177c.231-.047 5.657-1.072 8.996 3.38A1 1 0 0 1 29.001 13M6.999 13a1 1 0 0 1-.799-1.6c3.339-4.454 8.766-3.426 8.996-3.38a1.001 1.001 0 0 1-.39 1.962C14.62 9.947 10.37 9.174 7.8 12.6a1 1 0 0 1-.801.4m16.255 10.577a.51.51 0 0 0-.597.06c-.01.008-1.013.863-4.657.863c-3.641 0-4.646-.854-4.646-.854a.5.5 0 0 0-.838.475c.01.044 1.144 4.379 5.484 4.379s5.474-4.335 5.485-4.379a.5.5 0 0 0-.231-.544"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiRelievedFace(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="M28.312 15.612a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m-12.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.501.501 0 0 0-.755-.605M29.001 13a1 1 0 0 1-.801-.4c-2.592-3.456-6.961-2.628-7.004-2.62a1 1 0 0 1-1.177-.784a1 1 0 0 1 .784-1.177c.231-.047 5.657-1.072 8.996 3.38A1 1 0 0 1 29.001 13M6.999 13a1 1 0 0 1-.799-1.6c3.339-4.454 8.766-3.426 8.996-3.38a1.001 1.001 0 0 1-.39 1.962C14.62 9.947 10.37 9.174 7.8 12.6a1 1 0 0 1-.801.4m16.255 10.577a.51.51 0 0 0-.597.06c-.01.008-1.013.863-4.657.863c-3.641 0-4.646-.854-4.646-.854a.5.5 0 0 0-.838.475c.01.044 1.144 4.379 5.484 4.379s5.474-4.335 5.485-4.379a.5.5 0 0 0-.231-.544"/></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="M28.312 15.612a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m-12.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.501.501 0 0 0-.755-.605M29.001 13a1 1 0 0 1-.801-.4c-2.592-3.456-6.961-2.628-7.004-2.62a1 1 0 0 1-1.177-.784a1 1 0 0 1 .784-1.177c.231-.047 5.657-1.072 8.996 3.38A1 1 0 0 1 29.001 13M6.999 13a1 1 0 0 1-.799-1.6c3.339-4.454 8.766-3.426 8.996-3.38a1.001 1.001 0 0 1-.39 1.962C14.62 9.947 10.37 9.174 7.8 12.6a1 1 0 0 1-.801.4m16.255 10.577a.51.51 0 0 0-.597.06c-.01.008-1.013.863-4.657.863c-3.641 0-4.646-.854-4.646-.854a.5.5 0 0 0-.838.475c.01.044 1.144 4.379 5.484 4.379s5.474-4.335 5.485-4.379a.5.5 0 0 0-.231-.544"/></svg> </template>
CSS
.icon-relieved-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%22M28.312%2015.612a.5.5%200%200%200-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591m-12.61-.014c-.012.009-1.26.902-3.702.902c-2.441%200-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.501.501%200%200%200-.755-.605M29.001%2013a1%201%200%200%201-.801-.4c-2.592-3.456-6.961-2.628-7.004-2.62a1%201%200%200%201-1.177-.784a1%201%200%200%201%20.784-1.177c.231-.047%205.657-1.072%208.996%203.38A1%201%200%200%201%2029.001%2013M6.999%2013a1%201%200%200%201-.799-1.6c3.339-4.454%208.766-3.426%208.996-3.38a1.001%201.001%200%200%201-.39%201.962C14.62%209.947%2010.37%209.174%207.8%2012.6a1%201%200%200%201-.801.4m16.255%2010.577a.51.51%200%200%200-.597.06c-.01.008-1.013.863-4.657.863c-3.641%200-4.646-.854-4.646-.854a.5.5%200%200%200-.838.475c.01.044%201.144%204.379%205.484%204.379s5.474-4.335%205.485-4.379a.5.5%200%200%200-.231-.544%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%22M28.312%2015.612a.5.5%200%200%200-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591m-12.61-.014c-.012.009-1.26.902-3.702.902c-2.441%200-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.501.501%200%200%200-.755-.605M29.001%2013a1%201%200%200%201-.801-.4c-2.592-3.456-6.961-2.628-7.004-2.62a1%201%200%200%201-1.177-.784a1%201%200%200%201%20.784-1.177c.231-.047%205.657-1.072%208.996%203.38A1%201%200%200%201%2029.001%2013M6.999%2013a1%201%200%200%201-.799-1.6c3.339-4.454%208.766-3.426%208.996-3.38a1.001%201.001%200%200%201-.39%201.962C14.62%209.947%2010.37%209.174%207.8%2012.6a1%201%200%200%201-.801.4m16.255%2010.577a.51.51%200%200%200-.597.06c-.01.008-1.013.863-4.657.863c-3.641%200-4.646-.854-4.646-.854a.5.5%200%200%200-.838.475c.01.044%201.144%204.379%205.484%204.379s5.474-4.335%205.485-4.379a.5.5%200%200%200-.231-.544%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/relieved-face.svg?color=%231a73e8&size=48