sweating negative icon
sweating-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- sweating-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the sweating negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSweatingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm34.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.828M37.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.727M24 27c3.23 0 6.03 2.438 7.407 6c.387 1.003-.42 2-1.495 2H18.088c-1.075 0-1.882-.997-1.495-2c1.376-3.562 4.177-6 7.407-6m-9.304-4.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSweatingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSweatingNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsSweatingNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm34.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.828M37.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.727M24 27c3.23 0 6.03 2.438 7.407 6c.387 1.003-.42 2-1.495 2H18.088c-1.075 0-1.882-.997-1.495-2c1.376-3.562 4.177-6 7.407-6m-9.304-4.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSweatingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSweatingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm34.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.828M37.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.727M24 27c3.23 0 6.03 2.438 7.407 6c.387 1.003-.42 2-1.495 2H18.088c-1.075 0-1.882-.997-1.495-2c1.376-3.562 4.177-6 7.407-6m-9.304-4.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSweatingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-sweating-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSweatingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm34.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.828M37.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.727M24%2027c3.23%200%206.03%202.438%207.407%206c.387%201.003-.42%202-1.495%202H18.088c-1.075%200-1.882-.997-1.495-2c1.376-3.562%204.177-6%207.407-6m-9.304-4.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5%200%200%201%20.668-.39c1.818.676%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.204c.232.688.024%201.618-.48%202.381a3.8%203.8%200%200%201-2.654%201.666c-1.198.177-2.216-.073-2.93-.53m17.947%200c.682-.438%201.183-1.145%201.064-1.883a.5.5%200%200%200-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5%200%200%200-.818.204c-.232.688-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.654%201.666c1.198.177%202.216-.073%202.93-.53%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSweatingNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSweatingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm34.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.828M37.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.727M24%2027c3.23%200%206.03%202.438%207.407%206c.387%201.003-.42%202-1.495%202H18.088c-1.075%200-1.882-.997-1.495-2c1.376-3.562%204.177-6%207.407-6m-9.304-4.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5%200%200%201%20.668-.39c1.818.676%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.204c.232.688.024%201.618-.48%202.381a3.8%203.8%200%200%201-2.654%201.666c-1.198.177-2.216-.073-2.93-.53m17.947%200c.682-.438%201.183-1.145%201.064-1.883a.5.5%200%200%200-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5%200%200%200-.818.204c-.232.688-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.654%201.666c1.198.177%202.216-.073%202.93-.53%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSweatingNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sweating-negative.svg?color=%231a73e8&size=48