Emoji Face Sweat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Sweat 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/325289.svg" alt="Emoji Face Sweat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325289.svg" alt="Emoji Face Sweat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325289.svg" alt="Emoji Face Sweat icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-sweat {
background-image: url('https://proicons.com/icon/325289.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m40.17,14.97c1.49,2.66,2.33,5.72,2.33,8.99,0,10.26-8.24,18.54-18.46,18.54-10.26,0-18.54-8.28-18.54-18.54C5.5,13.74,13.78,5.5,24.04,5.5c4.49,0,8.59,1.59,11.79,4.24"/><path class="b" d="m12.2565,23.9745c0,6.51,5.259,11.769,11.769,11.769,6.4844,0,11.7179-5.259,11.7179-11.769,0,0-4.7456,3.8133-11.7179,3.8133-6.943,0-11.769-3.8133-11.769-3.8133Z"/><path class="b" d="m20.9727,18.7578c0-2.4877-1.3816-4.5043-3.0858-4.5043s-3.0858,2.0167-3.0858,4.5043"/><path class="b" d="m33.2793,18.7578c0-2.4877-1.3816-4.5043-3.0858-4.5043s-3.0858,2.0167-3.0858,4.5043"/><path class="b" d="m40.3794,13.8761c0,1.6776-1.36,3.0375-3.0375,3.0375s-3.0375-1.36-3.0375-3.0375c0-2.4152,3.0375-6.4126,3.0375-6.4126,0,0,3.0375,3.9974,3.0375,6.4126Z"/></svg>
Copied!