sweat droplets emoji
sweat-droplets from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- sweat-droplets
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the sweat droplets emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.357 21.851c-.777-1.493-2.023-2.33-3.358-2.727l-7.544-2.08c-.857-.24-1.644.547-1.415 1.413l2.053 7.435c.25.906.698 1.762 1.415 2.479a5.575 5.575 0 0 0 8.51-.757c1.186-1.672 1.296-3.941.34-5.763"/><path fill="#26c9fc" d="M19.987 2.824c1.488-.788 3.28-1.108 5.234-.525c2.389.719 4.252 2.682 4.677 5.053c.729 4.101-2.541 7.648-6.671 7.648c-1.225 0-2.36-.34-3.351-.884l-8.17-4.451a1.316 1.316 0 0 1 0-2.332zm-8.219 20.662c.45-1.437.206-2.765-.401-3.86L7.892 13.52a1.031 1.031 0 0 0-1.79 0l-3.427 6.018A4.95 4.95 0 0 0 2 22.01a4.998 4.998 0 0 0 5.883 4.914c1.82-.302 3.337-1.68 3.885-3.439"/><path fill="#83cbff" fill-rule="evenodd" d="M21 21a1 1 0 0 1 1-1a5 5 0 0 1 5 5a1 1 0 1 1-2 0a3 3 0 0 0-3-3a1 1 0 0 1-1-1" clip-rule="evenodd"/><path fill="#aeddff" d="M23 3a1 1 0 1 0 0 2a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6M11 22a1 1 0 1 0-2 0a2 2 0 0 1-2 2a1 1 0 1 0 0 2a4 4 0 0 0 4-4"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSweatDroplets(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.357 21.851c-.777-1.493-2.023-2.33-3.358-2.727l-7.544-2.08c-.857-.24-1.644.547-1.415 1.413l2.053 7.435c.25.906.698 1.762 1.415 2.479a5.575 5.575 0 0 0 8.51-.757c1.186-1.672 1.296-3.941.34-5.763"/><path fill="#26c9fc" d="M19.987 2.824c1.488-.788 3.28-1.108 5.234-.525c2.389.719 4.252 2.682 4.677 5.053c.729 4.101-2.541 7.648-6.671 7.648c-1.225 0-2.36-.34-3.351-.884l-8.17-4.451a1.316 1.316 0 0 1 0-2.332zm-8.219 20.662c.45-1.437.206-2.765-.401-3.86L7.892 13.52a1.031 1.031 0 0 0-1.79 0l-3.427 6.018A4.95 4.95 0 0 0 2 22.01a4.998 4.998 0 0 0 5.883 4.914c1.82-.302 3.337-1.68 3.885-3.439"/><path fill="#83cbff" fillRule="evenodd" d="M21 21a1 1 0 0 1 1-1a5 5 0 0 1 5 5a1 1 0 1 1-2 0a3 3 0 0 0-3-3a1 1 0 0 1-1-1" clipRule="evenodd"/><path fill="#aeddff" d="M23 3a1 1 0 1 0 0 2a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6M11 22a1 1 0 1 0-2 0a2 2 0 0 1-2 2a1 1 0 1 0 0 2a4 4 0 0 0 4-4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.357 21.851c-.777-1.493-2.023-2.33-3.358-2.727l-7.544-2.08c-.857-.24-1.644.547-1.415 1.413l2.053 7.435c.25.906.698 1.762 1.415 2.479a5.575 5.575 0 0 0 8.51-.757c1.186-1.672 1.296-3.941.34-5.763"/><path fill="#26c9fc" d="M19.987 2.824c1.488-.788 3.28-1.108 5.234-.525c2.389.719 4.252 2.682 4.677 5.053c.729 4.101-2.541 7.648-6.671 7.648c-1.225 0-2.36-.34-3.351-.884l-8.17-4.451a1.316 1.316 0 0 1 0-2.332zm-8.219 20.662c.45-1.437.206-2.765-.401-3.86L7.892 13.52a1.031 1.031 0 0 0-1.79 0l-3.427 6.018A4.95 4.95 0 0 0 2 22.01a4.998 4.998 0 0 0 5.883 4.914c1.82-.302 3.337-1.68 3.885-3.439"/><path fill="#83cbff" fill-rule="evenodd" d="M21 21a1 1 0 0 1 1-1a5 5 0 0 1 5 5a1 1 0 1 1-2 0a3 3 0 0 0-3-3a1 1 0 0 1-1-1" clip-rule="evenodd"/><path fill="#aeddff" d="M23 3a1 1 0 1 0 0 2a4 4 0 0 1 4 4a1 1 0 1 0 2 0a6 6 0 0 0-6-6M11 22a1 1 0 1 0-2 0a2 2 0 0 1-2 2a1 1 0 1 0 0 2a4 4 0 0 0 4-4"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M27.357%2021.851c-.777-1.493-2.023-2.33-3.358-2.727l-7.544-2.08c-.857-.24-1.644.547-1.415%201.413l2.053%207.435c.25.906.698%201.762%201.415%202.479a5.575%205.575%200%200%200%208.51-.757c1.186-1.672%201.296-3.941.34-5.763%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M19.987%202.824c1.488-.788%203.28-1.108%205.234-.525c2.389.719%204.252%202.682%204.677%205.053c.729%204.101-2.541%207.648-6.671%207.648c-1.225%200-2.36-.34-3.351-.884l-8.17-4.451a1.316%201.316%200%200%201%200-2.332zm-8.219%2020.662c.45-1.437.206-2.765-.401-3.86L7.892%2013.52a1.031%201.031%200%200%200-1.79%200l-3.427%206.018A4.95%204.95%200%200%200%202%2022.01a4.998%204.998%200%200%200%205.883%204.914c1.82-.302%203.337-1.68%203.885-3.439%22%2F%3E%3Cpath%20fill%3D%22%2383cbff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2021a1%201%200%200%201%201-1a5%205%200%200%201%205%205a1%201%200%201%201-2%200a3%203%200%200%200-3-3a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23aeddff%22%20d%3D%22M23%203a1%201%200%201%200%200%202a4%204%200%200%201%204%204a1%201%200%201%200%202%200a6%206%200%200%200-6-6M11%2022a1%201%200%201%200-2%200a2%202%200%200%201-2%202a1%201%200%201%200%200%202a4%204%200%200%200%204-4%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M27.357%2021.851c-.777-1.493-2.023-2.33-3.358-2.727l-7.544-2.08c-.857-.24-1.644.547-1.415%201.413l2.053%207.435c.25.906.698%201.762%201.415%202.479a5.575%205.575%200%200%200%208.51-.757c1.186-1.672%201.296-3.941.34-5.763%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M19.987%202.824c1.488-.788%203.28-1.108%205.234-.525c2.389.719%204.252%202.682%204.677%205.053c.729%204.101-2.541%207.648-6.671%207.648c-1.225%200-2.36-.34-3.351-.884l-8.17-4.451a1.316%201.316%200%200%201%200-2.332zm-8.219%2020.662c.45-1.437.206-2.765-.401-3.86L7.892%2013.52a1.031%201.031%200%200%200-1.79%200l-3.427%206.018A4.95%204.95%200%200%200%202%2022.01a4.998%204.998%200%200%200%205.883%204.914c1.82-.302%203.337-1.68%203.885-3.439%22%2F%3E%3Cpath%20fill%3D%22%2383cbff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2021a1%201%200%200%201%201-1a5%205%200%200%201%205%205a1%201%200%201%201-2%200a3%203%200%200%200-3-3a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23aeddff%22%20d%3D%22M23%203a1%201%200%201%200%200%202a4%204%200%200%201%204%204a1%201%200%201%200%202%200a6%206%200%200%200-6-6M11%2022a1%201%200%201%200-2%200a2%202%200%200%201-2%202a1%201%200%201%200%200%202a4%204%200%200%200%204-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/sweat-droplets.svg?color=%231a73e8&size=48