relieved face emoji

relieved-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
relieved-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

Use the relieved 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" d="M6.974 10.658c.144-.43.502-1.108 1.095-1.67C8.654 8.433 9.452 8 10.5 8a.5.5 0 1 0 0-1c-1.352 0-2.387.567-3.12 1.262c-.723.688-1.164 1.51-1.354 2.08a.5.5 0 1 0 .948.316m18.052 0c-.144-.43-.502-1.108-1.095-1.67C23.346 8.433 22.548 8 21.5 8a.5.5 0 0 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.165 1.51 1.354 2.08a.5.5 0 0 1-.948.316M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707M11.8 23.4a1 1 0 0 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4s5.11-1.48 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatRelievedFace(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" d="M6.974 10.658c.144-.43.502-1.108 1.095-1.67C8.654 8.433 9.452 8 10.5 8a.5.5 0 1 0 0-1c-1.352 0-2.387.567-3.12 1.262c-.723.688-1.164 1.51-1.354 2.08a.5.5 0 1 0 .948.316m18.052 0c-.144-.43-.502-1.108-1.095-1.67C23.346 8.433 22.548 8 21.5 8a.5.5 0 0 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.165 1.51 1.354 2.08a.5.5 0 0 1-.948.316M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707M11.8 23.4a1 1 0 0 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4s5.11-1.48 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6"/></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" d="M6.974 10.658c.144-.43.502-1.108 1.095-1.67C8.654 8.433 9.452 8 10.5 8a.5.5 0 1 0 0-1c-1.352 0-2.387.567-3.12 1.262c-.723.688-1.164 1.51-1.354 2.08a.5.5 0 1 0 .948.316m18.052 0c-.144-.43-.502-1.108-1.095-1.67C23.346 8.433 22.548 8 21.5 8a.5.5 0 0 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.165 1.51 1.354 2.08a.5.5 0 0 1-.948.316M7.707 16.293a1 1 0 0 0-1.414 1.414C6.818 18.232 8.14 19 10 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C12.15 16.435 11.34 17 10 17s-2.15-.565-2.293-.707m12 0a1 1 0 0 0-1.414 1.414C18.818 18.232 20.14 19 22 19s3.182-.768 3.707-1.293a1 1 0 0 0-1.414-1.414C24.15 16.435 23.34 17 22 17s-2.15-.565-2.293-.707M11.8 23.4a1 1 0 0 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4s5.11-1.48 5.8-2.4a1 1 0 0 0-1.6-1.2c-.31.413-1.712 1.6-4.2 1.6s-3.89-1.187-4.2-1.6"/></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%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%20d%3D%22M6.974%2010.658c.144-.43.502-1.108%201.095-1.67C8.654%208.433%209.452%208%2010.5%208a.5.5%200%201%200%200-1c-1.352%200-2.387.567-3.12%201.262c-.723.688-1.164%201.51-1.354%202.08a.5.5%200%201%200%20.948.316m18.052%200c-.144-.43-.502-1.108-1.095-1.67C23.346%208.433%2022.548%208%2021.5%208a.5.5%200%200%201%200-1c1.352%200%202.387.567%203.12%201.262c.723.688%201.165%201.51%201.354%202.08a.5.5%200%200%201-.948.316M7.707%2016.293a1%201%200%200%200-1.414%201.414C6.818%2018.232%208.14%2019%2010%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C12.15%2016.435%2011.34%2017%2010%2017s-2.15-.565-2.293-.707m12%200a1%201%200%200%200-1.414%201.414C18.818%2018.232%2020.14%2019%2022%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C24.15%2016.435%2023.34%2017%2022%2017s-2.15-.565-2.293-.707M11.8%2023.4a1%201%200%200%200-1.6%201.2c.69.92%202.688%202.4%205.8%202.4s5.11-1.48%205.8-2.4a1%201%200%200%200-1.6-1.2c-.31.413-1.712%201.6-4.2%201.6s-3.89-1.187-4.2-1.6%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%20d%3D%22M6.974%2010.658c.144-.43.502-1.108%201.095-1.67C8.654%208.433%209.452%208%2010.5%208a.5.5%200%201%200%200-1c-1.352%200-2.387.567-3.12%201.262c-.723.688-1.164%201.51-1.354%202.08a.5.5%200%201%200%20.948.316m18.052%200c-.144-.43-.502-1.108-1.095-1.67C23.346%208.433%2022.548%208%2021.5%208a.5.5%200%200%201%200-1c1.352%200%202.387.567%203.12%201.262c.723.688%201.165%201.51%201.354%202.08a.5.5%200%200%201-.948.316M7.707%2016.293a1%201%200%200%200-1.414%201.414C6.818%2018.232%208.14%2019%2010%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C12.15%2016.435%2011.34%2017%2010%2017s-2.15-.565-2.293-.707m12%200a1%201%200%200%200-1.414%201.414C18.818%2018.232%2020.14%2019%2022%2019s3.182-.768%203.707-1.293a1%201%200%200%200-1.414-1.414C24.15%2016.435%2023.34%2017%2022%2017s-2.15-.565-2.293-.707M11.8%2023.4a1%201%200%200%200-1.6%201.2c.69.92%202.688%202.4%205.8%202.4s5.11-1.48%205.8-2.4a1%201%200%200%200-1.6-1.2c-.31.413-1.712%201.6-4.2%201.6s-3.89-1.187-4.2-1.6%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/relieved-face.svg?color=%231a73e8&size=48