grinning face with sweat emoji

grinning-face-with-sweat from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
grinning-face-with-sweat
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the grinning face with sweat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c2.37 0 4.394.424 6.087 1.17a4 4 0 0 1 .893-1.792C20.995 1.488 18.663 1 16 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-2.103-.329-4.125-.998-5.968a4 4 0 0 1-1.278 2.9c.183.979.276 2.005.276 3.068c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="M20.5 10a3.9 3.9 0 0 1 1.51.285a4 4 0 0 0 1.901 3.127a1 1 0 0 1-1.902-.275v-.005l-.004-.017a1.6 1.6 0 0 0-.236-.549a1.2 1.2 0 0 0-.412-.378c-.18-.099-.448-.188-.857-.188s-.677.09-.857.188c-.182.1-.314.235-.413.378a1.6 1.6 0 0 0-.235.55l-.003.015l-.001.006a1 1 0 0 1-1.983-.261v-.005l.001-.005l.002-.013a2 2 0 0 1 .025-.14a3.6 3.6 0 0 1 .547-1.28C18.094 10.688 19.015 10 20.5 10m2.759 1.22A3 3 0 0 0 26 13a2.996 2.996 0 0 0 3-3V5a3 3 0 1 0-6 0v5c0 .435.093.848.259 1.22M7 16s0 9 9 9s9-9 9-9zm3.23-3.433c.1-.144.231-.278.413-.379c.18-.099.448-.188.857-.188s.678.09.857.188c.182.1.314.235.413.378a1.6 1.6 0 0 1 .24.57a1 1 0 0 0 1.982-.26c.006.056 0-.001 0-.001v-.009l-.003-.013a2 2 0 0 0-.025-.14a3.6 3.6 0 0 0-.547-1.28C13.906 10.688 12.985 10 11.5 10s-2.405.687-2.918 1.434a3.6 3.6 0 0 0-.566 1.383l-.003.023l-.002.013l-.002.013v.008l-.001.002a1 1 0 1 0 1.987.24q.007-.042.034-.13c.037-.119.1-.272.201-.42"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastGrinningFaceWithSweat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c2.37 0 4.394.424 6.087 1.17a4 4 0 0 1 .893-1.792C20.995 1.488 18.663 1 16 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-2.103-.329-4.125-.998-5.968a4 4 0 0 1-1.278 2.9c.183.979.276 2.005.276 3.068c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="M20.5 10a3.9 3.9 0 0 1 1.51.285a4 4 0 0 0 1.901 3.127a1 1 0 0 1-1.902-.275v-.005l-.004-.017a1.6 1.6 0 0 0-.236-.549a1.2 1.2 0 0 0-.412-.378c-.18-.099-.448-.188-.857-.188s-.677.09-.857.188c-.182.1-.314.235-.413.378a1.6 1.6 0 0 0-.235.55l-.003.015l-.001.006a1 1 0 0 1-1.983-.261v-.005l.001-.005l.002-.013a2 2 0 0 1 .025-.14a3.6 3.6 0 0 1 .547-1.28C18.094 10.688 19.015 10 20.5 10m2.759 1.22A3 3 0 0 0 26 13a2.996 2.996 0 0 0 3-3V5a3 3 0 1 0-6 0v5c0 .435.093.848.259 1.22M7 16s0 9 9 9s9-9 9-9zm3.23-3.433c.1-.144.231-.278.413-.379c.18-.099.448-.188.857-.188s.678.09.857.188c.182.1.314.235.413.378a1.6 1.6 0 0 1 .24.57a1 1 0 0 0 1.982-.26c.006.056 0-.001 0-.001v-.009l-.003-.013a2 2 0 0 0-.025-.14a3.6 3.6 0 0 0-.547-1.28C13.906 10.688 12.985 10 11.5 10s-2.405.687-2.918 1.434a3.6 3.6 0 0 0-.566 1.383l-.003.023l-.002.013l-.002.013v.008l-.001.002a1 1 0 1 0 1.987.24q.007-.042.034-.13c.037-.119.1-.272.201-.42"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c2.37 0 4.394.424 6.087 1.17a4 4 0 0 1 .893-1.792C20.995 1.488 18.663 1 16 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576c0-2.103-.329-4.125-.998-5.968a4 4 0 0 1-1.278 2.9c.183.979.276 2.005.276 3.068c0 3.67-1.106 6.91-3.235 9.221c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/><path d="M20.5 10a3.9 3.9 0 0 1 1.51.285a4 4 0 0 0 1.901 3.127a1 1 0 0 1-1.902-.275v-.005l-.004-.017a1.6 1.6 0 0 0-.236-.549a1.2 1.2 0 0 0-.412-.378c-.18-.099-.448-.188-.857-.188s-.677.09-.857.188c-.182.1-.314.235-.413.378a1.6 1.6 0 0 0-.235.55l-.003.015l-.001.006a1 1 0 0 1-1.983-.261v-.005l.001-.005l.002-.013a2 2 0 0 1 .025-.14a3.6 3.6 0 0 1 .547-1.28C18.094 10.688 19.015 10 20.5 10m2.759 1.22A3 3 0 0 0 26 13a2.996 2.996 0 0 0 3-3V5a3 3 0 1 0-6 0v5c0 .435.093.848.259 1.22M7 16s0 9 9 9s9-9 9-9zm3.23-3.433c.1-.144.231-.278.413-.379c.18-.099.448-.188.857-.188s.678.09.857.188c.182.1.314.235.413.378a1.6 1.6 0 0 1 .24.57a1 1 0 0 0 1.982-.26c.006.056 0-.001 0-.001v-.009l-.003-.013a2 2 0 0 0-.025-.14a3.6 3.6 0 0 0-.547-1.28C13.906 10.688 12.985 10 11.5 10s-2.405.687-2.918 1.434a3.6 3.6 0 0 0-.566 1.383l-.003.023l-.002.013l-.002.013v.008l-.001.002a1 1 0 1 0 1.987.24q.007-.042.034-.13c.037-.119.1-.272.201-.42"/></g></svg>
</template>

CSS

.icon-grinning-face-with-sweat {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203c2.37%200%204.394.424%206.087%201.17a4%204%200%200%201%20.893-1.792C20.995%201.488%2018.663%201%2016%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576c0-2.103-.329-4.125-.998-5.968a4%204%200%200%201-1.278%202.9c.183.979.276%202.005.276%203.068c0%203.67-1.106%206.91-3.235%209.221c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3Cpath%20d%3D%22M20.5%2010a3.9%203.9%200%200%201%201.51.285a4%204%200%200%200%201.901%203.127a1%201%200%200%201-1.902-.275v-.005l-.004-.017a1.6%201.6%200%200%200-.236-.549a1.2%201.2%200%200%200-.412-.378c-.18-.099-.448-.188-.857-.188s-.677.09-.857.188c-.182.1-.314.235-.413.378a1.6%201.6%200%200%200-.235.55l-.003.015l-.001.006a1%201%200%200%201-1.983-.261v-.005l.001-.005l.002-.013a2%202%200%200%201%20.025-.14a3.6%203.6%200%200%201%20.547-1.28C18.094%2010.688%2019.015%2010%2020.5%2010m2.759%201.22A3%203%200%200%200%2026%2013a2.996%202.996%200%200%200%203-3V5a3%203%200%201%200-6%200v5c0%20.435.093.848.259%201.22M7%2016s0%209%209%209s9-9%209-9zm3.23-3.433c.1-.144.231-.278.413-.379c.18-.099.448-.188.857-.188s.678.09.857.188c.182.1.314.235.413.378a1.6%201.6%200%200%201%20.24.57a1%201%200%200%200%201.982-.26c.006.056%200-.001%200-.001v-.009l-.003-.013a2%202%200%200%200-.025-.14a3.6%203.6%200%200%200-.547-1.28C13.906%2010.688%2012.985%2010%2011.5%2010s-2.405.687-2.918%201.434a3.6%203.6%200%200%200-.566%201.383l-.003.023l-.002.013l-.002.013v.008l-.001.002a1%201%200%201%200%201.987.24q.007-.042.034-.13c.037-.119.1-.272.201-.42%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%22currentColor%22%3E%3Cpath%20d%3D%22M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203c2.37%200%204.394.424%206.087%201.17a4%204%200%200%201%20.893-1.792C20.995%201.488%2018.663%201%2016%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576c0-2.103-.329-4.125-.998-5.968a4%204%200%200%201-1.278%202.9c.183.979.276%202.005.276%203.068c0%203.67-1.106%206.91-3.235%209.221c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3Cpath%20d%3D%22M20.5%2010a3.9%203.9%200%200%201%201.51.285a4%204%200%200%200%201.901%203.127a1%201%200%200%201-1.902-.275v-.005l-.004-.017a1.6%201.6%200%200%200-.236-.549a1.2%201.2%200%200%200-.412-.378c-.18-.099-.448-.188-.857-.188s-.677.09-.857.188c-.182.1-.314.235-.413.378a1.6%201.6%200%200%200-.235.55l-.003.015l-.001.006a1%201%200%200%201-1.983-.261v-.005l.001-.005l.002-.013a2%202%200%200%201%20.025-.14a3.6%203.6%200%200%201%20.547-1.28C18.094%2010.688%2019.015%2010%2020.5%2010m2.759%201.22A3%203%200%200%200%2026%2013a2.996%202.996%200%200%200%203-3V5a3%203%200%201%200-6%200v5c0%20.435.093.848.259%201.22M7%2016s0%209%209%209s9-9%209-9zm3.23-3.433c.1-.144.231-.278.413-.379c.18-.099.448-.188.857-.188s.678.09.857.188c.182.1.314.235.413.378a1.6%201.6%200%200%201%20.24.57a1%201%200%200%200%201.982-.26c.006.056%200-.001%200-.001v-.009l-.003-.013a2%202%200%200%200-.025-.14a3.6%203.6%200%200%200-.547-1.28C13.906%2010.688%2012.985%2010%2011.5%2010s-2.405.687-2.918%201.434a3.6%203.6%200%200%200-.566%201.383l-.003.023l-.002.013l-.002.013v.008l-.001.002a1%201%200%201%200%201.987.24q.007-.042.034-.13c.037-.119.1-.272.201-.42%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-high-contrast/grinning-face-with-sweat.svg?color=%231a73e8&size=48