relieved emoji
relieved from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- relieved
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the relieved emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD46A" d="M250 30C128.5 30 30 128.5 30 250c0 3.3.1 6.6.2 9.8c-12.8 1.7-22.7 12.5-22.7 25.8c0 14.4 11.7 26.1 26.1 26.1h5.2C65.5 403.2 149.9 470 250 470c121.5 0 220-98.5 220-220S371.5 30 250 30"/><path fill="#FCB537" d="M469.7 259.8c.1-3.3.2-6.5.2-9.8c0-58.8-23.1-112.1-60.7-151.6c21.3 34.4 33.5 75 33.5 118.4c0 124.8-101.2 226-226 226c-43.4 0-84-12.3-118.4-33.5C137.8 446.9 191.2 470 250 470c100.1 0 184.4-66.8 211.1-158.2h5.2c14.4 0 26.1-11.7 26.1-26.1c.1-13.3-9.9-24.2-22.7-25.9"/><path fill="#F2A84E" d="M107 160.1c-1.1 0-2.3-.3-3.4-.8c-3.7-1.9-5.3-6.4-3.4-10.2c5.8-11.7 16.4-20.3 29.1-23.7c12.6-3.4 26.1-1.2 37 6c3.5 2.3 4.5 7 2.1 10.5c-2.3 3.5-7 4.5-10.5 2.1c-7.2-4.8-16.2-6.2-24.7-4c-8.5 2.3-15.6 8-19.4 15.8c-1.4 2.7-4 4.3-6.8 4.3m284.5 0c-2.8 0-5.5-1.5-6.8-4.2c-3.9-7.8-11-13.5-19.4-15.8c-8.5-2.3-17.5-.8-24.7 4c-3.5 2.3-8.2 1.3-10.5-2.2s-1.3-8.2 2.1-10.5c10.9-7.2 24.4-9.4 37-6c12.7 3.4 23.3 12 29.1 23.7c1.9 3.8.3 8.3-3.4 10.2c-1.1.5-2.2.8-3.4.8"/><path fill="#2C3C48" d="M389.3 200.7c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-10 7.2-16.1 7.2c-6.2 0-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6.1 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.8c2-4 1.2-8.7-2.2-11.7m-219.8 0c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-9.9 7.2-16.1 7.2s-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.7c2-4.1 1.2-8.8-2.2-11.8m100.7 110.6h-2.4c-2.6 0-5.3 0-8.1.1c-5.8.1-12.1.1-17.8 0c-2.8-.1-5.2 0-8.5-.1c-10 0-18.4 6.2-21.4 15.8c-3 9.5.5 19.8 8.6 25.5c11.2 7.9 21.1 11.5 31.2 11.5s20-3.6 31.1-11.5c8.2-5.8 11.5-15.7 8.6-25.3s-11.3-15.9-21.3-16"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiRelieved(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD46A" d="M250 30C128.5 30 30 128.5 30 250c0 3.3.1 6.6.2 9.8c-12.8 1.7-22.7 12.5-22.7 25.8c0 14.4 11.7 26.1 26.1 26.1h5.2C65.5 403.2 149.9 470 250 470c121.5 0 220-98.5 220-220S371.5 30 250 30"/><path fill="#FCB537" d="M469.7 259.8c.1-3.3.2-6.5.2-9.8c0-58.8-23.1-112.1-60.7-151.6c21.3 34.4 33.5 75 33.5 118.4c0 124.8-101.2 226-226 226c-43.4 0-84-12.3-118.4-33.5C137.8 446.9 191.2 470 250 470c100.1 0 184.4-66.8 211.1-158.2h5.2c14.4 0 26.1-11.7 26.1-26.1c.1-13.3-9.9-24.2-22.7-25.9"/><path fill="#F2A84E" d="M107 160.1c-1.1 0-2.3-.3-3.4-.8c-3.7-1.9-5.3-6.4-3.4-10.2c5.8-11.7 16.4-20.3 29.1-23.7c12.6-3.4 26.1-1.2 37 6c3.5 2.3 4.5 7 2.1 10.5c-2.3 3.5-7 4.5-10.5 2.1c-7.2-4.8-16.2-6.2-24.7-4c-8.5 2.3-15.6 8-19.4 15.8c-1.4 2.7-4 4.3-6.8 4.3m284.5 0c-2.8 0-5.5-1.5-6.8-4.2c-3.9-7.8-11-13.5-19.4-15.8c-8.5-2.3-17.5-.8-24.7 4c-3.5 2.3-8.2 1.3-10.5-2.2s-1.3-8.2 2.1-10.5c10.9-7.2 24.4-9.4 37-6c12.7 3.4 23.3 12 29.1 23.7c1.9 3.8.3 8.3-3.4 10.2c-1.1.5-2.2.8-3.4.8"/><path fill="#2C3C48" d="M389.3 200.7c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-10 7.2-16.1 7.2c-6.2 0-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6.1 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.8c2-4 1.2-8.7-2.2-11.7m-219.8 0c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-9.9 7.2-16.1 7.2s-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.7c2-4.1 1.2-8.8-2.2-11.8m100.7 110.6h-2.4c-2.6 0-5.3 0-8.1.1c-5.8.1-12.1.1-17.8 0c-2.8-.1-5.2 0-8.5-.1c-10 0-18.4 6.2-21.4 15.8c-3 9.5.5 19.8 8.6 25.5c11.2 7.9 21.1 11.5 31.2 11.5s20-3.6 31.1-11.5c8.2-5.8 11.5-15.7 8.6-25.3s-11.3-15.9-21.3-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD46A" d="M250 30C128.5 30 30 128.5 30 250c0 3.3.1 6.6.2 9.8c-12.8 1.7-22.7 12.5-22.7 25.8c0 14.4 11.7 26.1 26.1 26.1h5.2C65.5 403.2 149.9 470 250 470c121.5 0 220-98.5 220-220S371.5 30 250 30"/><path fill="#FCB537" d="M469.7 259.8c.1-3.3.2-6.5.2-9.8c0-58.8-23.1-112.1-60.7-151.6c21.3 34.4 33.5 75 33.5 118.4c0 124.8-101.2 226-226 226c-43.4 0-84-12.3-118.4-33.5C137.8 446.9 191.2 470 250 470c100.1 0 184.4-66.8 211.1-158.2h5.2c14.4 0 26.1-11.7 26.1-26.1c.1-13.3-9.9-24.2-22.7-25.9"/><path fill="#F2A84E" d="M107 160.1c-1.1 0-2.3-.3-3.4-.8c-3.7-1.9-5.3-6.4-3.4-10.2c5.8-11.7 16.4-20.3 29.1-23.7c12.6-3.4 26.1-1.2 37 6c3.5 2.3 4.5 7 2.1 10.5c-2.3 3.5-7 4.5-10.5 2.1c-7.2-4.8-16.2-6.2-24.7-4c-8.5 2.3-15.6 8-19.4 15.8c-1.4 2.7-4 4.3-6.8 4.3m284.5 0c-2.8 0-5.5-1.5-6.8-4.2c-3.9-7.8-11-13.5-19.4-15.8c-8.5-2.3-17.5-.8-24.7 4c-3.5 2.3-8.2 1.3-10.5-2.2s-1.3-8.2 2.1-10.5c10.9-7.2 24.4-9.4 37-6c12.7 3.4 23.3 12 29.1 23.7c1.9 3.8.3 8.3-3.4 10.2c-1.1.5-2.2.8-3.4.8"/><path fill="#2C3C48" d="M389.3 200.7c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-10 7.2-16.1 7.2c-6.2 0-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6.1 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.8c2-4 1.2-8.7-2.2-11.7m-219.8 0c-4.2-3.7-10.7-3.3-14.4.9c-4.1 4.6-9.9 7.2-16.1 7.2s-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4 3-4.2 7.7-2.5 11.7c.1.9.3 1.9.7 2.8c6 13.6 18.4 22.1 32.2 22.1s26.2-8.5 32.2-22.1c.4-.9.6-1.8.7-2.7c2-4.1 1.2-8.8-2.2-11.8m100.7 110.6h-2.4c-2.6 0-5.3 0-8.1.1c-5.8.1-12.1.1-17.8 0c-2.8-.1-5.2 0-8.5-.1c-10 0-18.4 6.2-21.4 15.8c-3 9.5.5 19.8 8.6 25.5c11.2 7.9 21.1 11.5 31.2 11.5s20-3.6 31.1-11.5c8.2-5.8 11.5-15.7 8.6-25.3s-11.3-15.9-21.3-16"/></svg> </template>
CSS
.icon-relieved {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD46A%22%20d%3D%22M250%2030C128.5%2030%2030%20128.5%2030%20250c0%203.3.1%206.6.2%209.8c-12.8%201.7-22.7%2012.5-22.7%2025.8c0%2014.4%2011.7%2026.1%2026.1%2026.1h5.2C65.5%20403.2%20149.9%20470%20250%20470c121.5%200%20220-98.5%20220-220S371.5%2030%20250%2030%22%2F%3E%3Cpath%20fill%3D%22%23FCB537%22%20d%3D%22M469.7%20259.8c.1-3.3.2-6.5.2-9.8c0-58.8-23.1-112.1-60.7-151.6c21.3%2034.4%2033.5%2075%2033.5%20118.4c0%20124.8-101.2%20226-226%20226c-43.4%200-84-12.3-118.4-33.5C137.8%20446.9%20191.2%20470%20250%20470c100.1%200%20184.4-66.8%20211.1-158.2h5.2c14.4%200%2026.1-11.7%2026.1-26.1c.1-13.3-9.9-24.2-22.7-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A84E%22%20d%3D%22M107%20160.1c-1.1%200-2.3-.3-3.4-.8c-3.7-1.9-5.3-6.4-3.4-10.2c5.8-11.7%2016.4-20.3%2029.1-23.7c12.6-3.4%2026.1-1.2%2037%206c3.5%202.3%204.5%207%202.1%2010.5c-2.3%203.5-7%204.5-10.5%202.1c-7.2-4.8-16.2-6.2-24.7-4c-8.5%202.3-15.6%208-19.4%2015.8c-1.4%202.7-4%204.3-6.8%204.3m284.5%200c-2.8%200-5.5-1.5-6.8-4.2c-3.9-7.8-11-13.5-19.4-15.8c-8.5-2.3-17.5-.8-24.7%204c-3.5%202.3-8.2%201.3-10.5-2.2s-1.3-8.2%202.1-10.5c10.9-7.2%2024.4-9.4%2037-6c12.7%203.4%2023.3%2012%2029.1%2023.7c1.9%203.8.3%208.3-3.4%2010.2c-1.1.5-2.2.8-3.4.8%22%2F%3E%3Cpath%20fill%3D%22%232C3C48%22%20d%3D%22M389.3%20200.7c-4.2-3.7-10.7-3.3-14.4.9c-4.1%204.6-10%207.2-16.1%207.2c-6.2%200-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4%203-4.2%207.7-2.5%2011.7c.1.9.3%201.9.7%202.8c6.1%2013.6%2018.4%2022.1%2032.2%2022.1s26.2-8.5%2032.2-22.1c.4-.9.6-1.8.7-2.8c2-4%201.2-8.7-2.2-11.7m-219.8%200c-4.2-3.7-10.7-3.3-14.4.9c-4.1%204.6-9.9%207.2-16.1%207.2s-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4%203-4.2%207.7-2.5%2011.7c.1.9.3%201.9.7%202.8c6%2013.6%2018.4%2022.1%2032.2%2022.1s26.2-8.5%2032.2-22.1c.4-.9.6-1.8.7-2.7c2-4.1%201.2-8.8-2.2-11.8m100.7%20110.6h-2.4c-2.6%200-5.3%200-8.1.1c-5.8.1-12.1.1-17.8%200c-2.8-.1-5.2%200-8.5-.1c-10%200-18.4%206.2-21.4%2015.8c-3%209.5.5%2019.8%208.6%2025.5c11.2%207.9%2021.1%2011.5%2031.2%2011.5s20-3.6%2031.1-11.5c8.2-5.8%2011.5-15.7%208.6-25.3s-11.3-15.9-21.3-16%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD46A%22%20d%3D%22M250%2030C128.5%2030%2030%20128.5%2030%20250c0%203.3.1%206.6.2%209.8c-12.8%201.7-22.7%2012.5-22.7%2025.8c0%2014.4%2011.7%2026.1%2026.1%2026.1h5.2C65.5%20403.2%20149.9%20470%20250%20470c121.5%200%20220-98.5%20220-220S371.5%2030%20250%2030%22%2F%3E%3Cpath%20fill%3D%22%23FCB537%22%20d%3D%22M469.7%20259.8c.1-3.3.2-6.5.2-9.8c0-58.8-23.1-112.1-60.7-151.6c21.3%2034.4%2033.5%2075%2033.5%20118.4c0%20124.8-101.2%20226-226%20226c-43.4%200-84-12.3-118.4-33.5C137.8%20446.9%20191.2%20470%20250%20470c100.1%200%20184.4-66.8%20211.1-158.2h5.2c14.4%200%2026.1-11.7%2026.1-26.1c.1-13.3-9.9-24.2-22.7-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A84E%22%20d%3D%22M107%20160.1c-1.1%200-2.3-.3-3.4-.8c-3.7-1.9-5.3-6.4-3.4-10.2c5.8-11.7%2016.4-20.3%2029.1-23.7c12.6-3.4%2026.1-1.2%2037%206c3.5%202.3%204.5%207%202.1%2010.5c-2.3%203.5-7%204.5-10.5%202.1c-7.2-4.8-16.2-6.2-24.7-4c-8.5%202.3-15.6%208-19.4%2015.8c-1.4%202.7-4%204.3-6.8%204.3m284.5%200c-2.8%200-5.5-1.5-6.8-4.2c-3.9-7.8-11-13.5-19.4-15.8c-8.5-2.3-17.5-.8-24.7%204c-3.5%202.3-8.2%201.3-10.5-2.2s-1.3-8.2%202.1-10.5c10.9-7.2%2024.4-9.4%2037-6c12.7%203.4%2023.3%2012%2029.1%2023.7c1.9%203.8.3%208.3-3.4%2010.2c-1.1.5-2.2.8-3.4.8%22%2F%3E%3Cpath%20fill%3D%22%232C3C48%22%20d%3D%22M389.3%20200.7c-4.2-3.7-10.7-3.3-14.4.9c-4.1%204.6-10%207.2-16.1%207.2c-6.2%200-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4%203-4.2%207.7-2.5%2011.7c.1.9.3%201.9.7%202.8c6.1%2013.6%2018.4%2022.1%2032.2%2022.1s26.2-8.5%2032.2-22.1c.4-.9.6-1.8.7-2.8c2-4%201.2-8.7-2.2-11.7m-219.8%200c-4.2-3.7-10.7-3.3-14.4.9c-4.1%204.6-9.9%207.2-16.1%207.2s-12.1-2.6-16.2-7.2c-3.7-4.2-10.2-4.6-14.4-.9c-3.4%203-4.2%207.7-2.5%2011.7c.1.9.3%201.9.7%202.8c6%2013.6%2018.4%2022.1%2032.2%2022.1s26.2-8.5%2032.2-22.1c.4-.9.6-1.8.7-2.7c2-4.1%201.2-8.8-2.2-11.8m100.7%20110.6h-2.4c-2.6%200-5.3%200-8.1.1c-5.8.1-12.1.1-17.8%200c-2.8-.1-5.2%200-8.5-.1c-10%200-18.4%206.2-21.4%2015.8c-3%209.5.5%2019.8%208.6%2025.5c11.2%207.9%2021.1%2011.5%2031.2%2011.5s20-3.6%2031.1-11.5c8.2-5.8%2011.5-15.7%208.6-25.3s-11.3-15.9-21.3-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/relieved.svg?color=%231a73e8&size=48