Person Sweating Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Person Sweating icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320509.svg" alt="Person Sweating icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320509.svg" alt="Person Sweating icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320509.svg" alt="Person Sweating icon" :width="24" :height="24" />
CSS background
.icon-person-sweating {
background-image: url('https://proicons.com/icon/320509.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="person--sweating_00000138552135656529995990000012413678438316097439_" d="M24.5,31.36c-1.025,0-1.86-0.835-1.86-1.86 c0-0.874,1.371-4.254,1.527-4.636c0.109-0.271,0.557-0.271,0.666,0c0.156,0.382,1.527,3.762,1.527,4.636 C26.36,30.525,25.525,31.36,24.5,31.36z M24.5,25.973c-0.532,1.369-1.14,3.075-1.14,3.527c0,0.629,0.511,1.14,1.14,1.14 s1.14-0.511,1.14-1.14C25.64,29.048,25.032,27.342,24.5,25.973z M31.36,31h-0.72c0-6.587-4.825-12.394-11.475-13.809 c-0.153-0.032-0.268-0.161-0.283-0.317c-0.016-0.156,0.072-0.304,0.217-0.366c2.91-1.246,4.791-4.095,4.791-7.258 c0-4.351-3.539-7.89-7.89-7.89S8.11,4.9,8.11,9.25c0,3.165,1.881,6.014,4.792,7.258c0.144,0.062,0.232,0.21,0.217,0.366 s-0.13,0.285-0.283,0.317C6.186,18.607,1.36,24.414,1.36,31H0.64c0-6.601,4.604-12.456,11.082-14.275 C9.062,15.203,7.39,12.366,7.39,9.25c0-4.748,3.862-8.61,8.61-8.61s8.61,3.862,8.61,8.61c0,3.116-1.672,5.951-4.333,7.473 C26.755,18.543,31.36,24.398,31.36,31z M10.5,26.36c-1.025,0-1.86-0.835-1.86-1.86c0-0.874,1.37-4.254,1.526-4.636 c0.111-0.271,0.556-0.271,0.667,0c0.156,0.382,1.526,3.762,1.526,4.636C12.36,25.525,11.525,26.36,10.5,26.36z M10.5,20.973 c-0.533,1.369-1.14,3.075-1.14,3.527c0,0.629,0.512,1.14,1.14,1.14s1.14-0.511,1.14-1.14C11.64,24.048,11.033,22.342,10.5,20.973z M19.5,12.36c-1.025,0-1.86-0.834-1.86-1.86c0-0.874,1.371-4.254,1.527-4.636c0.109-0.271,0.557-0.271,0.666,0 c0.156,0.382,1.527,3.762,1.527,4.636C21.36,11.525,20.525,12.36,19.5,12.36z M19.5,6.973c-0.532,1.369-1.14,3.075-1.14,3.527 c0,0.628,0.511,1.14,1.14,1.14s1.14-0.512,1.14-1.14C20.64,10.047,20.032,8.341,19.5,6.973z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!