sweating icon
sweating-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.
- Name
- sweating-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- sweating2x-outline
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="M24 40c4.147 0 7.925-1.577 10.767-4.165c.642.38 1.365.63 2.136.715A17.95 17.95 0 0 1 24 42a17.9 17.9 0 0 1-9.795-2.896a5.7 5.7 0 0 0 1.194-1.61A15.93 15.93 0 0 0 24 40m18-16q-.001 1.321-.185 2.593a18.6 18.6 0 0 0-1.817-2.828C39.873 15.037 32.758 8 24 8C15.163 8 8 15.163 8 24c0 1.141.12 2.254.347 3.328a21 21 0 0 0-1.51 2.114A18 18 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18"/><path d="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53M37.5 34c1.933 0 3.5-1.465 3.5-3.273C41 27.864 37.5 25 37.5 25S34 27.864 34 30.727C34 32.535 35.567 34 37.5 34m-23.5.727C14 36.535 12.433 38 10.5 38S7 36.535 7 34.727C7 31.864 10.5 29 10.5 29s3.5 2.864 3.5 5.727"/><path fill-rule="evenodd" d="M31.407 33C30.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-2M24 29c1.96 0 3.992 1.386 5.232 4H18.768c1.24-2.614 3.272-4 5.232-4" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSweatingOutline(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="M24 40c4.147 0 7.925-1.577 10.767-4.165c.642.38 1.365.63 2.136.715A17.95 17.95 0 0 1 24 42a17.9 17.9 0 0 1-9.795-2.896a5.7 5.7 0 0 0 1.194-1.61A15.93 15.93 0 0 0 24 40m18-16q-.001 1.321-.185 2.593a18.6 18.6 0 0 0-1.817-2.828C39.873 15.037 32.758 8 24 8C15.163 8 8 15.163 8 24c0 1.141.12 2.254.347 3.328a21 21 0 0 0-1.51 2.114A18 18 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18"/><path d="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53M37.5 34c1.933 0 3.5-1.465 3.5-3.273C41 27.864 37.5 25 37.5 25S34 27.864 34 30.727C34 32.535 35.567 34 37.5 34m-23.5.727C14 36.535 12.433 38 10.5 38S7 36.535 7 34.727C7 31.864 10.5 29 10.5 29s3.5 2.864 3.5 5.727"/><path fillRule="evenodd" d="M31.407 33C30.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-2M24 29c1.96 0 3.992 1.386 5.232 4H18.768c1.24-2.614 3.272-4 5.232-4" clipRule="evenodd"/></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="M24 40c4.147 0 7.925-1.577 10.767-4.165c.642.38 1.365.63 2.136.715A17.95 17.95 0 0 1 24 42a17.9 17.9 0 0 1-9.795-2.896a5.7 5.7 0 0 0 1.194-1.61A15.93 15.93 0 0 0 24 40m18-16q-.001 1.321-.185 2.593a18.6 18.6 0 0 0-1.817-2.828C39.873 15.037 32.758 8 24 8C15.163 8 8 15.163 8 24c0 1.141.12 2.254.347 3.328a21 21 0 0 0-1.51 2.114A18 18 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18"/><path d="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53M37.5 34c1.933 0 3.5-1.465 3.5-3.273C41 27.864 37.5 25 37.5 25S34 27.864 34 30.727C34 32.535 35.567 34 37.5 34m-23.5.727C14 36.535 12.433 38 10.5 38S7 36.535 7 34.727C7 31.864 10.5 29 10.5 29s3.5 2.864 3.5 5.727"/><path fill-rule="evenodd" d="M31.407 33C30.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-2M24 29c1.96 0 3.992 1.386 5.232 4H18.768c1.24-2.614 3.272-4 5.232-4" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-sweating-outline {
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%22M24%2040c4.147%200%207.925-1.577%2010.767-4.165c.642.38%201.365.63%202.136.715A17.95%2017.95%200%200%201%2024%2042a17.9%2017.9%200%200%201-9.795-2.896a5.7%205.7%200%200%200%201.194-1.61A15.93%2015.93%200%200%200%2024%2040m18-16q-.001%201.321-.185%202.593a18.6%2018.6%200%200%200-1.817-2.828C39.873%2015.037%2032.758%208%2024%208C15.163%208%208%2015.163%208%2024c0%201.141.12%202.254.347%203.328a21%2021%200%200%200-1.51%202.114A18%2018%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018%22%2F%3E%3Cpath%20d%3D%22M14.807%2022.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.256%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-1.198.177-2.216-.073-2.93-.53m17.947%200c.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53M37.5%2034c1.933%200%203.5-1.465%203.5-3.273C41%2027.864%2037.5%2025%2037.5%2025S34%2027.864%2034%2030.727C34%2032.535%2035.567%2034%2037.5%2034m-23.5.727C14%2036.535%2012.433%2038%2010.5%2038S7%2036.535%207%2034.727C7%2031.864%2010.5%2029%2010.5%2029s3.5%202.864%203.5%205.727%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.407%2033C30.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-2M24%2029c1.96%200%203.992%201.386%205.232%204H18.768c1.24-2.614%203.272-4%205.232-4%22%20clip-rule%3D%22evenodd%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%22M24%2040c4.147%200%207.925-1.577%2010.767-4.165c.642.38%201.365.63%202.136.715A17.95%2017.95%200%200%201%2024%2042a17.9%2017.9%200%200%201-9.795-2.896a5.7%205.7%200%200%200%201.194-1.61A15.93%2015.93%200%200%200%2024%2040m18-16q-.001%201.321-.185%202.593a18.6%2018.6%200%200%200-1.817-2.828C39.873%2015.037%2032.758%208%2024%208C15.163%208%208%2015.163%208%2024c0%201.141.12%202.254.347%203.328a21%2021%200%200%200-1.51%202.114A18%2018%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018%22%2F%3E%3Cpath%20d%3D%22M14.807%2022.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.256%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-1.198.177-2.216-.073-2.93-.53m17.947%200c.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53M37.5%2034c1.933%200%203.5-1.465%203.5-3.273C41%2027.864%2037.5%2025%2037.5%2025S34%2027.864%2034%2030.727C34%2032.535%2035.567%2034%2037.5%2034m-23.5.727C14%2036.535%2012.433%2038%2010.5%2038S7%2036.535%207%2034.727C7%2031.864%2010.5%2029%2010.5%2029s3.5%202.864%203.5%205.727%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.407%2033C30.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-2M24%2029c1.96%200%203.992%201.386%205.232%204H18.768c1.24-2.614%203.272-4%205.232-4%22%20clip-rule%3D%22evenodd%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-outline.svg?color=%231a73e8&size=48