sweating from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.

Name
sweating
Set
Health Icons
Style
Filled
Category
Emotions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More emotions icons from Health Icons

Use the sweating icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M34.767 35.835A15.94 15.94 0 0 1 24 40c-3.166 0-6.117-.92-8.6-2.506a5.7 5.7 0 0 1-1.195 1.61A17.9 17.9 0 0 0 24 42c5.06 0 9.633-2.088 12.903-5.45a5.35 5.35 0 0 1-2.136-.715m7.048-9.242Q41.999 25.322 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24c0 1.897.293 3.725.837 5.442a21 21 0 0 1 1.51-2.114A16 16 0 0 1 8 24c0-8.837 7.163-16 16-16c8.758 0 15.873 7.037 15.998 15.765a18.6 18.6 0 0 1 1.817 2.828"/><path d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M41 30.727C41 32.535 39.433 34 37.5 34S34 32.535 34 30.727C34 27.864 37.5 25 37.5 25s3.5 2.864 3.5 5.727M10.5 38c1.933 0 3.5-1.465 3.5-3.273C14 31.864 10.5 29 10.5 29S7 31.864 7 34.727C7 36.535 8.567 38 10.5 38m20.907-5C30.03 29.438 27.23 27 24 27s-6.03 2.438-7.407 6c-.387 1.003.42 2 1.495 2h11.824c1.075 0 1.882-.997 1.495-2"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSweating(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M34.767 35.835A15.94 15.94 0 0 1 24 40c-3.166 0-6.117-.92-8.6-2.506a5.7 5.7 0 0 1-1.195 1.61A17.9 17.9 0 0 0 24 42c5.06 0 9.633-2.088 12.903-5.45a5.35 5.35 0 0 1-2.136-.715m7.048-9.242Q41.999 25.322 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24c0 1.897.293 3.725.837 5.442a21 21 0 0 1 1.51-2.114A16 16 0 0 1 8 24c0-8.837 7.163-16 16-16c8.758 0 15.873 7.037 15.998 15.765a18.6 18.6 0 0 1 1.817 2.828"/><path d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M41 30.727C41 32.535 39.433 34 37.5 34S34 32.535 34 30.727C34 27.864 37.5 25 37.5 25s3.5 2.864 3.5 5.727M10.5 38c1.933 0 3.5-1.465 3.5-3.273C14 31.864 10.5 29 10.5 29S7 31.864 7 34.727C7 36.535 8.567 38 10.5 38m20.907-5C30.03 29.438 27.23 27 24 27s-6.03 2.438-7.407 6c-.387 1.003.42 2 1.495 2h11.824c1.075 0 1.882-.997 1.495-2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M34.767 35.835A15.94 15.94 0 0 1 24 40c-3.166 0-6.117-.92-8.6-2.506a5.7 5.7 0 0 1-1.195 1.61A17.9 17.9 0 0 0 24 42c5.06 0 9.633-2.088 12.903-5.45a5.35 5.35 0 0 1-2.136-.715m7.048-9.242Q41.999 25.322 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24c0 1.897.293 3.725.837 5.442a21 21 0 0 1 1.51-2.114A16 16 0 0 1 8 24c0-8.837 7.163-16 16-16c8.758 0 15.873 7.037 15.998 15.765a18.6 18.6 0 0 1 1.817 2.828"/><path d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M41 30.727C41 32.535 39.433 34 37.5 34S34 32.535 34 30.727C34 27.864 37.5 25 37.5 25s3.5 2.864 3.5 5.727M10.5 38c1.933 0 3.5-1.465 3.5-3.273C14 31.864 10.5 29 10.5 29S7 31.864 7 34.727C7 36.535 8.567 38 10.5 38m20.907-5C30.03 29.438 27.23 27 24 27s-6.03 2.438-7.407 6c-.387 1.003.42 2 1.495 2h11.824c1.075 0 1.882-.997 1.495-2"/></g></svg>
</template>

CSS

.icon-sweating {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M34.767%2035.835A15.94%2015.94%200%200%201%2024%2040c-3.166%200-6.117-.92-8.6-2.506a5.7%205.7%200%200%201-1.195%201.61A17.9%2017.9%200%200%200%2024%2042c5.06%200%209.633-2.088%2012.903-5.45a5.35%205.35%200%200%201-2.136-.715m7.048-9.242Q41.999%2025.322%2042%2024c0-9.941-8.059-18-18-18S6%2014.059%206%2024c0%201.897.293%203.725.837%205.442a21%2021%200%200%201%201.51-2.114A16%2016%200%200%201%208%2024c0-8.837%207.163-16%2016-16c8.758%200%2015.873%207.037%2015.998%2015.765a18.6%2018.6%200%200%201%201.817%202.828%22%2F%3E%3Cpath%20d%3D%22M13.743%2020.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.665c.504-.764.711-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39M41%2030.727C41%2032.535%2039.433%2034%2037.5%2034S34%2032.535%2034%2030.727C34%2027.864%2037.5%2025%2037.5%2025s3.5%202.864%203.5%205.727M10.5%2038c1.933%200%203.5-1.465%203.5-3.273C14%2031.864%2010.5%2029%2010.5%2029S7%2031.864%207%2034.727C7%2036.535%208.567%2038%2010.5%2038m20.907-5C30.03%2029.438%2027.23%2027%2024%2027s-6.03%202.438-7.407%206c-.387%201.003.42%202%201.495%202h11.824c1.075%200%201.882-.997%201.495-2%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M34.767%2035.835A15.94%2015.94%200%200%201%2024%2040c-3.166%200-6.117-.92-8.6-2.506a5.7%205.7%200%200%201-1.195%201.61A17.9%2017.9%200%200%200%2024%2042c5.06%200%209.633-2.088%2012.903-5.45a5.35%205.35%200%200%201-2.136-.715m7.048-9.242Q41.999%2025.322%2042%2024c0-9.941-8.059-18-18-18S6%2014.059%206%2024c0%201.897.293%203.725.837%205.442a21%2021%200%200%201%201.51-2.114A16%2016%200%200%201%208%2024c0-8.837%207.163-16%2016-16c8.758%200%2015.873%207.037%2015.998%2015.765a18.6%2018.6%200%200%201%201.817%202.828%22%2F%3E%3Cpath%20d%3D%22M13.743%2020.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.665c.504-.764.711-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39M41%2030.727C41%2032.535%2039.433%2034%2037.5%2034S34%2032.535%2034%2030.727C34%2027.864%2037.5%2025%2037.5%2025s3.5%202.864%203.5%205.727M10.5%2038c1.933%200%203.5-1.465%203.5-3.273C14%2031.864%2010.5%2029%2010.5%2029S7%2031.864%207%2034.727C7%2036.535%208.567%2038%2010.5%2038m20.907-5C30.03%2029.438%2027.23%2027%2024%2027s-6.03%202.438-7.407%206c-.387%201.003.42%202%201.495%202h11.824c1.075%200%201.882-.997%201.495-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sweating.svg?color=%231a73e8&size=48