relieved face emoji
relieved-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- relieved-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 relieved face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23" stroke-linejoin="round"/><path stroke-linejoin="round" d="M45.815 44.806c-5.852 4.708-14.1 4.687-19.63 0"/><path d="M40.306 30.595a4.726 4.726 0 0 0 8.638 0m-25.888 0a4.726 4.726 0 0 0 8.638 0"/><path stroke-linejoin="round" d="M21.849 27.145a7.4 7.4 0 0 1 3.98-3.522a7.4 7.4 0 0 1 5.318-.494m20.636 4.016a8.44 8.44 0 0 0-9.285-4.027"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRelievedFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#fcea2b"/><g fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="23" strokeLinejoin="round"/><path strokeLinejoin="round" d="M45.815 44.806c-5.852 4.708-14.1 4.687-19.63 0"/><path d="M40.306 30.595a4.726 4.726 0 0 0 8.638 0m-25.888 0a4.726 4.726 0 0 0 8.638 0"/><path strokeLinejoin="round" d="M21.849 27.145a7.4 7.4 0 0 1 3.98-3.522a7.4 7.4 0 0 1 5.318-.494m20.636 4.016a8.44 8.44 0 0 0-9.285-4.027"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23" stroke-linejoin="round"/><path stroke-linejoin="round" d="M45.815 44.806c-5.852 4.708-14.1 4.687-19.63 0"/><path d="M40.306 30.595a4.726 4.726 0 0 0 8.638 0m-25.888 0a4.726 4.726 0 0 0 8.638 0"/><path stroke-linejoin="round" d="M21.849 27.145a7.4 7.4 0 0 1 3.98-3.522a7.4 7.4 0 0 1 5.318-.494m20.636 4.016a8.44 8.44 0 0 0-9.285-4.027"/></g></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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%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%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M45.815%2044.806c-5.852%204.708-14.1%204.687-19.63%200%22%2F%3E%3Cpath%20d%3D%22M40.306%2030.595a4.726%204.726%200%200%200%208.638%200m-25.888%200a4.726%204.726%200%200%200%208.638%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.849%2027.145a7.4%207.4%200%200%201%203.98-3.522a7.4%207.4%200%200%201%205.318-.494m20.636%204.016a8.44%208.44%200%200%200-9.285-4.027%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%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%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M45.815%2044.806c-5.852%204.708-14.1%204.687-19.63%200%22%2F%3E%3Cpath%20d%3D%22M40.306%2030.595a4.726%204.726%200%200%200%208.638%200m-25.888%200a4.726%204.726%200%200%200%208.638%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.849%2027.145a7.4%207.4%200%200%201%203.98-3.522a7.4%207.4%200%200%201%205.318-.494m20.636%204.016a8.44%208.44%200%200%200-9.285-4.027%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/relieved-face.svg?color=%231a73e8&size=48