sweat droplets emoji
sweat-droplets from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- sweat-droplets
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the sweat droplets emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#75d6ff" d="M22.5 2.6c5.7 12.9 12.4 22.2 19.8 26.5c6.3 3.6 14.4 1.5 18-4.7c3.6-6.3 1.4-14.3-4.9-17.9c-7.5-4.3-19.1-5.4-32.9-3.9M12.2 11C5.7 19.8 2 27.9 2 34.6c0 5.7 4.6 10.3 10.2 10.3s10.2-4.6 10.2-10.3c0-6.7-3.9-14.9-10.2-23.6M29 31.2c-1.2 10.9-.3 19.8 3 25.6c2.8 4.9 9.1 6.6 14 3.8s6.5-9.1 3.7-14c-3.4-5.8-10.9-11-20.7-15.4"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneSweatDroplets(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#75d6ff" d="M22.5 2.6c5.7 12.9 12.4 22.2 19.8 26.5c6.3 3.6 14.4 1.5 18-4.7c3.6-6.3 1.4-14.3-4.9-17.9c-7.5-4.3-19.1-5.4-32.9-3.9M12.2 11C5.7 19.8 2 27.9 2 34.6c0 5.7 4.6 10.3 10.2 10.3s10.2-4.6 10.2-10.3c0-6.7-3.9-14.9-10.2-23.6M29 31.2c-1.2 10.9-.3 19.8 3 25.6c2.8 4.9 9.1 6.6 14 3.8s6.5-9.1 3.7-14c-3.4-5.8-10.9-11-20.7-15.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#75d6ff" d="M22.5 2.6c5.7 12.9 12.4 22.2 19.8 26.5c6.3 3.6 14.4 1.5 18-4.7c3.6-6.3 1.4-14.3-4.9-17.9c-7.5-4.3-19.1-5.4-32.9-3.9M12.2 11C5.7 19.8 2 27.9 2 34.6c0 5.7 4.6 10.3 10.2 10.3s10.2-4.6 10.2-10.3c0-6.7-3.9-14.9-10.2-23.6M29 31.2c-1.2 10.9-.3 19.8 3 25.6c2.8 4.9 9.1 6.6 14 3.8s6.5-9.1 3.7-14c-3.4-5.8-10.9-11-20.7-15.4"/></svg> </template>
CSS
.icon-sweat-droplets {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M22.5%202.6c5.7%2012.9%2012.4%2022.2%2019.8%2026.5c6.3%203.6%2014.4%201.5%2018-4.7c3.6-6.3%201.4-14.3-4.9-17.9c-7.5-4.3-19.1-5.4-32.9-3.9M12.2%2011C5.7%2019.8%202%2027.9%202%2034.6c0%205.7%204.6%2010.3%2010.2%2010.3s10.2-4.6%2010.2-10.3c0-6.7-3.9-14.9-10.2-23.6M29%2031.2c-1.2%2010.9-.3%2019.8%203%2025.6c2.8%204.9%209.1%206.6%2014%203.8s6.5-9.1%203.7-14c-3.4-5.8-10.9-11-20.7-15.4%22%2F%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M22.5%202.6c5.7%2012.9%2012.4%2022.2%2019.8%2026.5c6.3%203.6%2014.4%201.5%2018-4.7c3.6-6.3%201.4-14.3-4.9-17.9c-7.5-4.3-19.1-5.4-32.9-3.9M12.2%2011C5.7%2019.8%202%2027.9%202%2034.6c0%205.7%204.6%2010.3%2010.2%2010.3s10.2-4.6%2010.2-10.3c0-6.7-3.9-14.9-10.2-23.6M29%2031.2c-1.2%2010.9-.3%2019.8%203%2025.6c2.8%204.9%209.1%206.6%2014%203.8s6.5-9.1%203.7-14c-3.4-5.8-10.9-11-20.7-15.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/sweat-droplets.svg?color=%231a73e8&size=48