sweating icon
sweating-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- sweating-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Emotions
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M8 5.072a8 8 0 0 1 11.965 6.164q1.101 1.825 1.499 2.723a7 7 0 0 1 .216.548A9.97 9.97 0 0 0 20.66 7C17.898 2.217 11.783.578 7 3.34C2.64 5.856.893 11.159 2.708 15.7q.404-.865 1.382-2.488A8 8 0 0 1 8 5.072m9 15.588a10 10 0 0 1-10.496-.303q.122-.11.239-.238q.591-.658.741-1.513a8 8 0 0 0 9.573-.406q.075.096.158.188q.7.78 1.642.893c-.552.52-1.172.984-1.857 1.38"/><path d="M18.013 14.154q.42-.715 1.177-1.847q.759 1.132 1.177 1.847q.237.404.366.675q.355.75.355 1.415q0 .812-.557 1.39a1.8 1.8 0 0 1-1.34.578q-.784 0-1.342-.578a1.93 1.93 0 0 1-.557-1.39q0-.665.356-1.415q.128-.27.365-.675M3.494 15.942q.42-.715 1.178-1.848q.758 1.133 1.177 1.848q.237.404.365.674q.356.751.356 1.415q0 .813-.558 1.39a1.8 1.8 0 0 1-1.34.579q-.784 0-1.341-.578a1.93 1.93 0 0 1-.558-1.39q0-.665.356-1.416q.128-.27.365-.674m5.981-7.373c.188-.269.287-.559.318-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.324.462-.828.932-1.56 1.128c-.731.196-1.403.04-1.914-.197c-.504-.235-.9-.57-1.13-.833l1.131-.986c.103.119.334.32.632.459c.29.135.595.188.893.108c.3-.08.536-.278.72-.54m4 .861a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.129.444.317.713c.184.262.421.46.72.54s.603.027.894-.108c.297-.138.528-.34.63-.459l1.132.986a3.5 3.5 0 0 1-1.13.833c-.51.238-1.183.393-1.914.197c-.732-.196-1.236-.666-1.56-1.128M7.835 16v.672h8.507V16a4.253 4.253 0 1 0-8.507 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSweating24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 5.072a8 8 0 0 1 11.965 6.164q1.101 1.825 1.499 2.723a7 7 0 0 1 .216.548A9.97 9.97 0 0 0 20.66 7C17.898 2.217 11.783.578 7 3.34C2.64 5.856.893 11.159 2.708 15.7q.404-.865 1.382-2.488A8 8 0 0 1 8 5.072m9 15.588a10 10 0 0 1-10.496-.303q.122-.11.239-.238q.591-.658.741-1.513a8 8 0 0 0 9.573-.406q.075.096.158.188q.7.78 1.642.893c-.552.52-1.172.984-1.857 1.38"/><path d="M18.013 14.154q.42-.715 1.177-1.847q.759 1.132 1.177 1.847q.237.404.366.675q.355.75.355 1.415q0 .812-.557 1.39a1.8 1.8 0 0 1-1.34.578q-.784 0-1.342-.578a1.93 1.93 0 0 1-.557-1.39q0-.665.356-1.415q.128-.27.365-.675M3.494 15.942q.42-.715 1.178-1.848q.758 1.133 1.177 1.848q.237.404.365.674q.356.751.356 1.415q0 .813-.558 1.39a1.8 1.8 0 0 1-1.34.579q-.784 0-1.341-.578a1.93 1.93 0 0 1-.558-1.39q0-.665.356-1.416q.128-.27.365-.674m5.981-7.373c.188-.269.287-.559.318-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.324.462-.828.932-1.56 1.128c-.731.196-1.403.04-1.914-.197c-.504-.235-.9-.57-1.13-.833l1.131-.986c.103.119.334.32.632.459c.29.135.595.188.893.108c.3-.08.536-.278.72-.54m4 .861a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.129.444.317.713c.184.262.421.46.72.54s.603.027.894-.108c.297-.138.528-.34.63-.459l1.132.986a3.5 3.5 0 0 1-1.13.833c-.51.238-1.183.393-1.914.197c-.732-.196-1.236-.666-1.56-1.128M7.835 16v.672h8.507V16a4.253 4.253 0 1 0-8.507 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 5.072a8 8 0 0 1 11.965 6.164q1.101 1.825 1.499 2.723a7 7 0 0 1 .216.548A9.97 9.97 0 0 0 20.66 7C17.898 2.217 11.783.578 7 3.34C2.64 5.856.893 11.159 2.708 15.7q.404-.865 1.382-2.488A8 8 0 0 1 8 5.072m9 15.588a10 10 0 0 1-10.496-.303q.122-.11.239-.238q.591-.658.741-1.513a8 8 0 0 0 9.573-.406q.075.096.158.188q.7.78 1.642.893c-.552.52-1.172.984-1.857 1.38"/><path d="M18.013 14.154q.42-.715 1.177-1.847q.759 1.132 1.177 1.847q.237.404.366.675q.355.75.355 1.415q0 .812-.557 1.39a1.8 1.8 0 0 1-1.34.578q-.784 0-1.342-.578a1.93 1.93 0 0 1-.557-1.39q0-.665.356-1.415q.128-.27.365-.675M3.494 15.942q.42-.715 1.178-1.848q.758 1.133 1.177 1.848q.237.404.365.674q.356.751.356 1.415q0 .813-.558 1.39a1.8 1.8 0 0 1-1.34.579q-.784 0-1.341-.578a1.93 1.93 0 0 1-.558-1.39q0-.665.356-1.416q.128-.27.365-.674m5.981-7.373c.188-.269.287-.559.318-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.324.462-.828.932-1.56 1.128c-.731.196-1.403.04-1.914-.197c-.504-.235-.9-.57-1.13-.833l1.131-.986c.103.119.334.32.632.459c.29.135.595.188.893.108c.3-.08.536-.278.72-.54m4 .861a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.129.444.317.713c.184.262.421.46.72.54s.603.027.894-.108c.297-.138.528-.34.63-.459l1.132.986a3.5 3.5 0 0 1-1.13.833c-.51.238-1.183.393-1.914.197c-.732-.196-1.236-.666-1.56-1.128M7.835 16v.672h8.507V16a4.253 4.253 0 1 0-8.507 0"/></g></svg> </template>
CSS
.icon-sweating-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%205.072a8%208%200%200%201%2011.965%206.164q1.101%201.825%201.499%202.723a7%207%200%200%201%20.216.548A9.97%209.97%200%200%200%2020.66%207C17.898%202.217%2011.783.578%207%203.34C2.64%205.856.893%2011.159%202.708%2015.7q.404-.865%201.382-2.488A8%208%200%200%201%208%205.072m9%2015.588a10%2010%200%200%201-10.496-.303q.122-.11.239-.238q.591-.658.741-1.513a8%208%200%200%200%209.573-.406q.075.096.158.188q.7.78%201.642.893c-.552.52-1.172.984-1.857%201.38%22%2F%3E%3Cpath%20d%3D%22M18.013%2014.154q.42-.715%201.177-1.847q.759%201.132%201.177%201.847q.237.404.366.675q.355.75.355%201.415q0%20.812-.557%201.39a1.8%201.8%200%200%201-1.34.578q-.784%200-1.342-.578a1.93%201.93%200%200%201-.557-1.39q0-.665.356-1.415q.128-.27.365-.675M3.494%2015.942q.42-.715%201.178-1.848q.758%201.133%201.177%201.848q.237.404.365.674q.356.751.356%201.415q0%20.813-.558%201.39a1.8%201.8%200%200%201-1.34.579q-.784%200-1.341-.578a1.93%201.93%200%200%201-.558-1.39q0-.665.356-1.416q.128-.27.365-.674m5.981-7.373c.188-.269.287-.559.318-.713l1.472.288a3.5%203.5%200%200%201-.562%201.286c-.324.462-.828.932-1.56%201.128c-.731.196-1.403.04-1.914-.197c-.504-.235-.9-.57-1.13-.833l1.131-.986c.103.119.334.32.632.459c.29.135.595.188.893.108c.3-.08.536-.278.72-.54m4%20.861a3.5%203.5%200%200%201-.561-1.286l1.472-.288c.03.154.129.444.317.713c.184.262.421.46.72.54s.603.027.894-.108c.297-.138.528-.34.63-.459l1.132.986a3.5%203.5%200%200%201-1.13.833c-.51.238-1.183.393-1.914.197c-.732-.196-1.236-.666-1.56-1.128M7.835%2016v.672h8.507V16a4.253%204.253%200%201%200-8.507%200%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%205.072a8%208%200%200%201%2011.965%206.164q1.101%201.825%201.499%202.723a7%207%200%200%201%20.216.548A9.97%209.97%200%200%200%2020.66%207C17.898%202.217%2011.783.578%207%203.34C2.64%205.856.893%2011.159%202.708%2015.7q.404-.865%201.382-2.488A8%208%200%200%201%208%205.072m9%2015.588a10%2010%200%200%201-10.496-.303q.122-.11.239-.238q.591-.658.741-1.513a8%208%200%200%200%209.573-.406q.075.096.158.188q.7.78%201.642.893c-.552.52-1.172.984-1.857%201.38%22%2F%3E%3Cpath%20d%3D%22M18.013%2014.154q.42-.715%201.177-1.847q.759%201.132%201.177%201.847q.237.404.366.675q.355.75.355%201.415q0%20.812-.557%201.39a1.8%201.8%200%200%201-1.34.578q-.784%200-1.342-.578a1.93%201.93%200%200%201-.557-1.39q0-.665.356-1.415q.128-.27.365-.675M3.494%2015.942q.42-.715%201.178-1.848q.758%201.133%201.177%201.848q.237.404.365.674q.356.751.356%201.415q0%20.813-.558%201.39a1.8%201.8%200%200%201-1.34.579q-.784%200-1.341-.578a1.93%201.93%200%200%201-.558-1.39q0-.665.356-1.416q.128-.27.365-.674m5.981-7.373c.188-.269.287-.559.318-.713l1.472.288a3.5%203.5%200%200%201-.562%201.286c-.324.462-.828.932-1.56%201.128c-.731.196-1.403.04-1.914-.197c-.504-.235-.9-.57-1.13-.833l1.131-.986c.103.119.334.32.632.459c.29.135.595.188.893.108c.3-.08.536-.278.72-.54m4%20.861a3.5%203.5%200%200%201-.561-1.286l1.472-.288c.03.154.129.444.317.713c.184.262.421.46.72.54s.603.027.894-.108c.297-.138.528-.34.63-.459l1.132.986a3.5%203.5%200%200%201-1.13.833c-.51.238-1.183.393-1.914.197c-.732-.196-1.236-.666-1.56-1.128M7.835%2016v.672h8.507V16a4.253%204.253%200%201%200-8.507%200%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-24px.svg?color=%231a73e8&size=48