sweat emoji
sweat from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- sweat
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More people icons from Firefox OS Emoji
Use the sweat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#2B3B47" d="M255.8 383c-17.5 0-28-.5-28.5-.5c-3-.1-5.8-1.5-7.9-3.7c-2-2.2-3.1-5.2-2.9-8.2c.9-14.4 12-35.7 39.2-35.7s38.3 21.3 39.2 35.7c.2 3-.9 6-2.9 8.2s-4.8 3.6-7.9 3.7c-.2 0-10.8.5-28.3.5M171 260.1h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4H171c6.8 0 12.4 5.5 12.4 12.4s-5.5 12.4-12.4 12.4m221.6 0h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4h51.9c6.8 0 12.4 5.5 12.4 12.4s-5.6 12.4-12.4 12.4"/><path fill="#00BEEA" d="m114.2 70.3l26.3 66.2c6.3 20.9-5.5 42.9-26.3 49.3c-20.9 6.3-42.9-5.5-49.3-26.3c-2.4-7.8-2.2-15.7 0-22.9l26.3-66.2c1.9-6.4 8.6-9.9 15-8c3.9 1.1 6.8 4.2 8 7.9"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSweat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#2B3B47" d="M255.8 383c-17.5 0-28-.5-28.5-.5c-3-.1-5.8-1.5-7.9-3.7c-2-2.2-3.1-5.2-2.9-8.2c.9-14.4 12-35.7 39.2-35.7s38.3 21.3 39.2 35.7c.2 3-.9 6-2.9 8.2s-4.8 3.6-7.9 3.7c-.2 0-10.8.5-28.3.5M171 260.1h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4H171c6.8 0 12.4 5.5 12.4 12.4s-5.5 12.4-12.4 12.4m221.6 0h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4h51.9c6.8 0 12.4 5.5 12.4 12.4s-5.6 12.4-12.4 12.4"/><path fill="#00BEEA" d="m114.2 70.3l26.3 66.2c6.3 20.9-5.5 42.9-26.3 49.3c-20.9 6.3-42.9-5.5-49.3-26.3c-2.4-7.8-2.2-15.7 0-22.9l26.3-66.2c1.9-6.4 8.6-9.9 15-8c3.9 1.1 6.8 4.2 8 7.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#2B3B47" d="M255.8 383c-17.5 0-28-.5-28.5-.5c-3-.1-5.8-1.5-7.9-3.7c-2-2.2-3.1-5.2-2.9-8.2c.9-14.4 12-35.7 39.2-35.7s38.3 21.3 39.2 35.7c.2 3-.9 6-2.9 8.2s-4.8 3.6-7.9 3.7c-.2 0-10.8.5-28.3.5M171 260.1h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4H171c6.8 0 12.4 5.5 12.4 12.4s-5.5 12.4-12.4 12.4m221.6 0h-51.9c-6.8 0-12.4-5.5-12.4-12.4c0-6.8 5.5-12.4 12.4-12.4h51.9c6.8 0 12.4 5.5 12.4 12.4s-5.6 12.4-12.4 12.4"/><path fill="#00BEEA" d="m114.2 70.3l26.3 66.2c6.3 20.9-5.5 42.9-26.3 49.3c-20.9 6.3-42.9-5.5-49.3-26.3c-2.4-7.8-2.2-15.7 0-22.9l26.3-66.2c1.9-6.4 8.6-9.9 15-8c3.9 1.1 6.8 4.2 8 7.9"/></svg> </template>
CSS
.icon-sweat {
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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M255.8%20383c-17.5%200-28-.5-28.5-.5c-3-.1-5.8-1.5-7.9-3.7c-2-2.2-3.1-5.2-2.9-8.2c.9-14.4%2012-35.7%2039.2-35.7s38.3%2021.3%2039.2%2035.7c.2%203-.9%206-2.9%208.2s-4.8%203.6-7.9%203.7c-.2%200-10.8.5-28.3.5M171%20260.1h-51.9c-6.8%200-12.4-5.5-12.4-12.4c0-6.8%205.5-12.4%2012.4-12.4H171c6.8%200%2012.4%205.5%2012.4%2012.4s-5.5%2012.4-12.4%2012.4m221.6%200h-51.9c-6.8%200-12.4-5.5-12.4-12.4c0-6.8%205.5-12.4%2012.4-12.4h51.9c6.8%200%2012.4%205.5%2012.4%2012.4s-5.6%2012.4-12.4%2012.4%22%2F%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22m114.2%2070.3l26.3%2066.2c6.3%2020.9-5.5%2042.9-26.3%2049.3c-20.9%206.3-42.9-5.5-49.3-26.3c-2.4-7.8-2.2-15.7%200-22.9l26.3-66.2c1.9-6.4%208.6-9.9%2015-8c3.9%201.1%206.8%204.2%208%207.9%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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M255.8%20383c-17.5%200-28-.5-28.5-.5c-3-.1-5.8-1.5-7.9-3.7c-2-2.2-3.1-5.2-2.9-8.2c.9-14.4%2012-35.7%2039.2-35.7s38.3%2021.3%2039.2%2035.7c.2%203-.9%206-2.9%208.2s-4.8%203.6-7.9%203.7c-.2%200-10.8.5-28.3.5M171%20260.1h-51.9c-6.8%200-12.4-5.5-12.4-12.4c0-6.8%205.5-12.4%2012.4-12.4H171c6.8%200%2012.4%205.5%2012.4%2012.4s-5.5%2012.4-12.4%2012.4m221.6%200h-51.9c-6.8%200-12.4-5.5-12.4-12.4c0-6.8%205.5-12.4%2012.4-12.4h51.9c6.8%200%2012.4%205.5%2012.4%2012.4s-5.6%2012.4-12.4%2012.4%22%2F%3E%3Cpath%20fill%3D%22%2300BEEA%22%20d%3D%22m114.2%2070.3l26.3%2066.2c6.3%2020.9-5.5%2042.9-26.3%2049.3c-20.9%206.3-42.9-5.5-49.3-26.3c-2.4-7.8-2.2-15.7%200-22.9l26.3-66.2c1.9-6.4%208.6-9.9%2015-8c3.9%201.1%206.8%204.2%208%207.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/sweat.svg?color=%231a73e8&size=48