sweat droplets emoji
sweat-droplets from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- sweat-droplets
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More smileys & emotion icons from Noto Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the sweat droplets emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fc3f7" d="M59.2 94.33c-1.66 16.44-14.08 27.62-30.55 26.34S5.36 105.49 6.2 92.33c.89-14.08 7.68-20.35 12-29c6-12 3.92-21.06 5.16-25.9c.54-2.11 3.09-2.93 4.74-1.51c9.74 8.35 33.58 33.86 31.1 58.41m59.77-2.12c5.69 10.66 3.03 25.35-8.09 29.66c-16.67 6.46-27.67-5.54-29.67-25.54c-.76-7.64-6.11-19.46-7.34-22.9c-.53-1.5.66-3.02 2.23-2.83c9.23 1.15 34.37 5.7 42.87 21.61m-11.69-80.72c13.56 9.43 17.84 27.88 8.43 41.46c-6.51 9.38-24.41 11.5-35.51 4.38c-11.88-7.62-15.13-15.55-22-24c-6.64-8.16-14.2-12.74-17.83-16.18c-1.58-1.5-1.06-4.13.98-4.88c12.03-4.46 45.67-14.87 65.93-.78"/><path fill="#b3e5fc" d="M53.42 94.82c-.37 1.11-.89 2.2-1.73 3c-.85.81-2.07 1.29-3.2 1.02c-1.66-.39-2.58-2.13-3.16-3.73a31.3 31.3 0 0 1-1.72-13.74c.26-2.64 1.23-6.09 4.22-6.81c2-.48 3.27 1.08 4.09 2.7c2.52 4.97 3.26 12.31 1.5 17.56m61.5 4.42c-.02.88-.16 1.81-.76 2.45c-1.06 1.15-2.97.78-4.36.07c-3.15-1.6-5.55-4.45-7.09-7.63c-1-2.09-2.52-5.92-.28-7.7c1.56-1.24 3.97-1.28 5.57-.21c3.99 2.68 7.05 8.25 6.92 13.02m-7.95-75.2c-2.48 3.92-8.47 2.53-13.35-4.05c-2.46-3.3-6.35-4.8-8.52-5.77c-4.04-1.81-.38-4.26 1.47-4.44c5.35-.51 8.35-.11 13.2 2.31c3.82 1.92 10.04 7.47 7.2 11.95"/></svg>
React
import type { SVGProps } from "react";
export function NotoSweatDroplets(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fc3f7" d="M59.2 94.33c-1.66 16.44-14.08 27.62-30.55 26.34S5.36 105.49 6.2 92.33c.89-14.08 7.68-20.35 12-29c6-12 3.92-21.06 5.16-25.9c.54-2.11 3.09-2.93 4.74-1.51c9.74 8.35 33.58 33.86 31.1 58.41m59.77-2.12c5.69 10.66 3.03 25.35-8.09 29.66c-16.67 6.46-27.67-5.54-29.67-25.54c-.76-7.64-6.11-19.46-7.34-22.9c-.53-1.5.66-3.02 2.23-2.83c9.23 1.15 34.37 5.7 42.87 21.61m-11.69-80.72c13.56 9.43 17.84 27.88 8.43 41.46c-6.51 9.38-24.41 11.5-35.51 4.38c-11.88-7.62-15.13-15.55-22-24c-6.64-8.16-14.2-12.74-17.83-16.18c-1.58-1.5-1.06-4.13.98-4.88c12.03-4.46 45.67-14.87 65.93-.78"/><path fill="#b3e5fc" d="M53.42 94.82c-.37 1.11-.89 2.2-1.73 3c-.85.81-2.07 1.29-3.2 1.02c-1.66-.39-2.58-2.13-3.16-3.73a31.3 31.3 0 0 1-1.72-13.74c.26-2.64 1.23-6.09 4.22-6.81c2-.48 3.27 1.08 4.09 2.7c2.52 4.97 3.26 12.31 1.5 17.56m61.5 4.42c-.02.88-.16 1.81-.76 2.45c-1.06 1.15-2.97.78-4.36.07c-3.15-1.6-5.55-4.45-7.09-7.63c-1-2.09-2.52-5.92-.28-7.7c1.56-1.24 3.97-1.28 5.57-.21c3.99 2.68 7.05 8.25 6.92 13.02m-7.95-75.2c-2.48 3.92-8.47 2.53-13.35-4.05c-2.46-3.3-6.35-4.8-8.52-5.77c-4.04-1.81-.38-4.26 1.47-4.44c5.35-.51 8.35-.11 13.2 2.31c3.82 1.92 10.04 7.47 7.2 11.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fc3f7" d="M59.2 94.33c-1.66 16.44-14.08 27.62-30.55 26.34S5.36 105.49 6.2 92.33c.89-14.08 7.68-20.35 12-29c6-12 3.92-21.06 5.16-25.9c.54-2.11 3.09-2.93 4.74-1.51c9.74 8.35 33.58 33.86 31.1 58.41m59.77-2.12c5.69 10.66 3.03 25.35-8.09 29.66c-16.67 6.46-27.67-5.54-29.67-25.54c-.76-7.64-6.11-19.46-7.34-22.9c-.53-1.5.66-3.02 2.23-2.83c9.23 1.15 34.37 5.7 42.87 21.61m-11.69-80.72c13.56 9.43 17.84 27.88 8.43 41.46c-6.51 9.38-24.41 11.5-35.51 4.38c-11.88-7.62-15.13-15.55-22-24c-6.64-8.16-14.2-12.74-17.83-16.18c-1.58-1.5-1.06-4.13.98-4.88c12.03-4.46 45.67-14.87 65.93-.78"/><path fill="#b3e5fc" d="M53.42 94.82c-.37 1.11-.89 2.2-1.73 3c-.85.81-2.07 1.29-3.2 1.02c-1.66-.39-2.58-2.13-3.16-3.73a31.3 31.3 0 0 1-1.72-13.74c.26-2.64 1.23-6.09 4.22-6.81c2-.48 3.27 1.08 4.09 2.7c2.52 4.97 3.26 12.31 1.5 17.56m61.5 4.42c-.02.88-.16 1.81-.76 2.45c-1.06 1.15-2.97.78-4.36.07c-3.15-1.6-5.55-4.45-7.09-7.63c-1-2.09-2.52-5.92-.28-7.7c1.56-1.24 3.97-1.28 5.57-.21c3.99 2.68 7.05 8.25 6.92 13.02m-7.95-75.2c-2.48 3.92-8.47 2.53-13.35-4.05c-2.46-3.3-6.35-4.8-8.52-5.77c-4.04-1.81-.38-4.26 1.47-4.44c5.35-.51 8.35-.11 13.2 2.31c3.82 1.92 10.04 7.47 7.2 11.95"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22M59.2%2094.33c-1.66%2016.44-14.08%2027.62-30.55%2026.34S5.36%20105.49%206.2%2092.33c.89-14.08%207.68-20.35%2012-29c6-12%203.92-21.06%205.16-25.9c.54-2.11%203.09-2.93%204.74-1.51c9.74%208.35%2033.58%2033.86%2031.1%2058.41m59.77-2.12c5.69%2010.66%203.03%2025.35-8.09%2029.66c-16.67%206.46-27.67-5.54-29.67-25.54c-.76-7.64-6.11-19.46-7.34-22.9c-.53-1.5.66-3.02%202.23-2.83c9.23%201.15%2034.37%205.7%2042.87%2021.61m-11.69-80.72c13.56%209.43%2017.84%2027.88%208.43%2041.46c-6.51%209.38-24.41%2011.5-35.51%204.38c-11.88-7.62-15.13-15.55-22-24c-6.64-8.16-14.2-12.74-17.83-16.18c-1.58-1.5-1.06-4.13.98-4.88c12.03-4.46%2045.67-14.87%2065.93-.78%22%2F%3E%3Cpath%20fill%3D%22%23b3e5fc%22%20d%3D%22M53.42%2094.82c-.37%201.11-.89%202.2-1.73%203c-.85.81-2.07%201.29-3.2%201.02c-1.66-.39-2.58-2.13-3.16-3.73a31.3%2031.3%200%200%201-1.72-13.74c.26-2.64%201.23-6.09%204.22-6.81c2-.48%203.27%201.08%204.09%202.7c2.52%204.97%203.26%2012.31%201.5%2017.56m61.5%204.42c-.02.88-.16%201.81-.76%202.45c-1.06%201.15-2.97.78-4.36.07c-3.15-1.6-5.55-4.45-7.09-7.63c-1-2.09-2.52-5.92-.28-7.7c1.56-1.24%203.97-1.28%205.57-.21c3.99%202.68%207.05%208.25%206.92%2013.02m-7.95-75.2c-2.48%203.92-8.47%202.53-13.35-4.05c-2.46-3.3-6.35-4.8-8.52-5.77c-4.04-1.81-.38-4.26%201.47-4.44c5.35-.51%208.35-.11%2013.2%202.31c3.82%201.92%2010.04%207.47%207.2%2011.95%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%20128%20128%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22M59.2%2094.33c-1.66%2016.44-14.08%2027.62-30.55%2026.34S5.36%20105.49%206.2%2092.33c.89-14.08%207.68-20.35%2012-29c6-12%203.92-21.06%205.16-25.9c.54-2.11%203.09-2.93%204.74-1.51c9.74%208.35%2033.58%2033.86%2031.1%2058.41m59.77-2.12c5.69%2010.66%203.03%2025.35-8.09%2029.66c-16.67%206.46-27.67-5.54-29.67-25.54c-.76-7.64-6.11-19.46-7.34-22.9c-.53-1.5.66-3.02%202.23-2.83c9.23%201.15%2034.37%205.7%2042.87%2021.61m-11.69-80.72c13.56%209.43%2017.84%2027.88%208.43%2041.46c-6.51%209.38-24.41%2011.5-35.51%204.38c-11.88-7.62-15.13-15.55-22-24c-6.64-8.16-14.2-12.74-17.83-16.18c-1.58-1.5-1.06-4.13.98-4.88c12.03-4.46%2045.67-14.87%2065.93-.78%22%2F%3E%3Cpath%20fill%3D%22%23b3e5fc%22%20d%3D%22M53.42%2094.82c-.37%201.11-.89%202.2-1.73%203c-.85.81-2.07%201.29-3.2%201.02c-1.66-.39-2.58-2.13-3.16-3.73a31.3%2031.3%200%200%201-1.72-13.74c.26-2.64%201.23-6.09%204.22-6.81c2-.48%203.27%201.08%204.09%202.7c2.52%204.97%203.26%2012.31%201.5%2017.56m61.5%204.42c-.02.88-.16%201.81-.76%202.45c-1.06%201.15-2.97.78-4.36.07c-3.15-1.6-5.55-4.45-7.09-7.63c-1-2.09-2.52-5.92-.28-7.7c1.56-1.24%203.97-1.28%205.57-.21c3.99%202.68%207.05%208.25%206.92%2013.02m-7.95-75.2c-2.48%203.92-8.47%202.53-13.35-4.05c-2.46-3.3-6.35-4.8-8.52-5.77c-4.04-1.81-.38-4.26%201.47-4.44c5.35-.51%208.35-.11%2013.2%202.31c3.82%201.92%2010.04%207.47%207.2%2011.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/sweat-droplets.svg?color=%231a73e8&size=48