anxious face with sweat emoji

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

Name
anxious-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 anxious 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="M6.235 6.778c-1.94 2.106-3.03 4.983-3.209 8.254A3.5 3.5 0 0 0 1 16.05v-.052c0-4.061 1.226-7.821 3.763-10.576C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423q-.29-.315-.556-.647a3.5 3.5 0 0 0 1.79-.975q.116.136.238.267c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M11.007 6.417a.5.5 0 0 1 .986.165v.007l-.003.01l-.007.035l-.026.116a4.5 4.5 0 0 1-.744 1.55C10.563 9.165 9.42 10 7.5 10a.5.5 0 1 1 0-1c1.58 0 2.437-.665 2.912-1.3a3.5 3.5 0 0 0 .575-1.192l.017-.075zM4.573 24.758A2.51 2.51 0 0 0 6 22.5v-4a2.5 2.5 0 0 0-5 0v4a2.5 2.5 0 0 0 3.573 2.258M20.996 6.433l-.003-.016a.5.5 0 0 0-.986.165c-.042-.149 0 .001 0 .001v.002l.001.004l.002.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 1 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zM12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 9c.552 0 1.01-.452.901-.994a5.002 5.002 0 0 0-9.802 0c-.11.542.349.994.901.994z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAnxiousFaceWithSweat(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="M6.235 6.778c-1.94 2.106-3.03 4.983-3.209 8.254A3.5 3.5 0 0 0 1 16.05v-.052c0-4.061 1.226-7.821 3.763-10.576C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423q-.29-.315-.556-.647a3.5 3.5 0 0 0 1.79-.975q.116.136.238.267c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M11.007 6.417a.5.5 0 0 1 .986.165v.007l-.003.01l-.007.035l-.026.116a4.5 4.5 0 0 1-.744 1.55C10.563 9.165 9.42 10 7.5 10a.5.5 0 1 1 0-1c1.58 0 2.437-.665 2.912-1.3a3.5 3.5 0 0 0 .575-1.192l.017-.075zM4.573 24.758A2.51 2.51 0 0 0 6 22.5v-4a2.5 2.5 0 0 0-5 0v4a2.5 2.5 0 0 0 3.573 2.258M20.996 6.433l-.003-.016a.5.5 0 0 0-.986.165c-.042-.149 0 .001 0 .001v.002l.001.004l.002.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 1 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zM12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 9c.552 0 1.01-.452.901-.994a5.002 5.002 0 0 0-9.802 0c-.11.542.349.994.901.994z"/></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="M6.235 6.778c-1.94 2.106-3.03 4.983-3.209 8.254A3.5 3.5 0 0 0 1 16.05v-.052c0-4.061 1.226-7.821 3.763-10.576C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423q-.29-.315-.556-.647a3.5 3.5 0 0 0 1.79-.975q.116.136.238.267c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M11.007 6.417a.5.5 0 0 1 .986.165v.007l-.003.01l-.007.035l-.026.116a4.5 4.5 0 0 1-.744 1.55C10.563 9.165 9.42 10 7.5 10a.5.5 0 1 1 0-1c1.58 0 2.437-.665 2.912-1.3a3.5 3.5 0 0 0 .575-1.192l.017-.075zM4.573 24.758A2.51 2.51 0 0 0 6 22.5v-4a2.5 2.5 0 0 0-5 0v4a2.5 2.5 0 0 0 3.573 2.258M20.996 6.433l-.003-.016a.5.5 0 0 0-.986.165c-.042-.149 0 .001 0 .001v.002l.001.004l.002.01a2 2 0 0 0 .033.151a4.5 4.5 0 0 0 .744 1.55c.65.865 1.793 1.7 3.713 1.7a.5.5 0 1 0 0-1c-1.58 0-2.437-.665-2.913-1.3a3.5 3.5 0 0 1-.574-1.192zM12 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 9c.552 0 1.01-.452.901-.994a5.002 5.002 0 0 0-9.802 0c-.11.542.349.994.901.994z"/></g></svg>
</template>

CSS

.icon-anxious-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%22M6.235%206.778c-1.94%202.106-3.03%204.983-3.209%208.254A3.5%203.5%200%200%200%201%2016.05v-.052c0-4.061%201.226-7.821%203.763-10.576C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423q-.29-.315-.556-.647a3.5%203.5%200%200%200%201.79-.975q.116.136.238.267c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%2F%3E%3Cpath%20d%3D%22M11.007%206.417a.5.5%200%200%201%20.986.165v.007l-.003.01l-.007.035l-.026.116a4.5%204.5%200%200%201-.744%201.55C10.563%209.165%209.42%2010%207.5%2010a.5.5%200%201%201%200-1c1.58%200%202.437-.665%202.912-1.3a3.5%203.5%200%200%200%20.575-1.192l.017-.075zM4.573%2024.758A2.51%202.51%200%200%200%206%2022.5v-4a2.5%202.5%200%200%200-5%200v4a2.5%202.5%200%200%200%203.573%202.258M20.996%206.433l-.003-.016a.5.5%200%200%200-.986.165c-.042-.149%200%20.001%200%20.001v.002l.001.004l.002.01a2%202%200%200%200%20.033.151a4.5%204.5%200%200%200%20.744%201.55c.65.865%201.793%201.7%203.713%201.7a.5.5%200%201%200%200-1c-1.58%200-2.437-.665-2.913-1.3a3.5%203.5%200%200%201-.574-1.192zM12%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%209c.552%200%201.01-.452.901-.994a5.002%205.002%200%200%200-9.802%200c-.11.542.349.994.901.994z%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%22M6.235%206.778c-1.94%202.106-3.03%204.983-3.209%208.254A3.5%203.5%200%200%200%201%2016.05v-.052c0-4.061%201.226-7.821%203.763-10.576C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423q-.29-.315-.556-.647a3.5%203.5%200%200%200%201.79-.975q.116.136.238.267c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%2F%3E%3Cpath%20d%3D%22M11.007%206.417a.5.5%200%200%201%20.986.165v.007l-.003.01l-.007.035l-.026.116a4.5%204.5%200%200%201-.744%201.55C10.563%209.165%209.42%2010%207.5%2010a.5.5%200%201%201%200-1c1.58%200%202.437-.665%202.912-1.3a3.5%203.5%200%200%200%20.575-1.192l.017-.075zM4.573%2024.758A2.51%202.51%200%200%200%206%2022.5v-4a2.5%202.5%200%200%200-5%200v4a2.5%202.5%200%200%200%203.573%202.258M20.996%206.433l-.003-.016a.5.5%200%200%200-.986.165c-.042-.149%200%20.001%200%20.001v.002l.001.004l.002.01a2%202%200%200%200%20.033.151a4.5%204.5%200%200%200%20.744%201.55c.65.865%201.793%201.7%203.713%201.7a.5.5%200%201%200%200-1c-1.58%200-2.437-.665-2.913-1.3a3.5%203.5%200%200%201-.574-1.192zM12%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%209c.552%200%201.01-.452.901-.994a5.002%205.002%200%200%200-9.802%200c-.11.542.349.994.901.994z%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/anxious-face-with-sweat.svg?color=%231a73e8&size=48