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

Name
unamused-face
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 unamused face 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.974 11.658c.144-.43.502-1.107 1.095-1.67C8.654 9.433 9.452 9 10.5 9a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 1 0 .948.316M14.973 15a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.946-1zm-4.844 1H7.035a3.5 3.5 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m15.843-1a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.945-1zm-4.844 1h-3.094a3.501 3.501 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m3.896-4.342c-.144-.43-.502-1.107-1.095-1.67C23.346 9.433 22.548 9 21.5 9a.5.5 0 0 1 0-1c1.351 0 2.386.567 3.118 1.262c.724.688 1.166 1.51 1.355 2.08a.5.5 0 0 1-.948.316M12.894 25.447C13.066 25.104 13.995 24 16 24s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 23.563 18.794 22 16 22s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path d="M15.999 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.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-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"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastUnamusedFace(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.974 11.658c.144-.43.502-1.107 1.095-1.67C8.654 9.433 9.452 9 10.5 9a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 1 0 .948.316M14.973 15a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.946-1zm-4.844 1H7.035a3.5 3.5 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m15.843-1a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.945-1zm-4.844 1h-3.094a3.501 3.501 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m3.896-4.342c-.144-.43-.502-1.107-1.095-1.67C23.346 9.433 22.548 9 21.5 9a.5.5 0 0 1 0-1c1.351 0 2.386.567 3.118 1.262c.724.688 1.166 1.51 1.355 2.08a.5.5 0 0 1-.948.316M12.894 25.447C13.066 25.104 13.995 24 16 24s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 23.563 18.794 22 16 22s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path d="M15.999 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.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-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"/></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.974 11.658c.144-.43.502-1.107 1.095-1.67C8.654 9.433 9.452 9 10.5 9a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 1 0 .948.316M14.973 15a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.946-1zm-4.844 1H7.035a3.5 3.5 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m15.843-1a4.5 4.5 0 0 1 0 1a4.5 4.5 0 0 1-8.945-1zm-4.844 1h-3.094a3.501 3.501 0 0 0 6.627 1.003a2.24 2.24 0 0 1-1.412.497a2.27 2.27 0 0 1-2.12-1.5m3.896-4.342c-.144-.43-.502-1.107-1.095-1.67C23.346 9.433 22.548 9 21.5 9a.5.5 0 0 1 0-1c1.351 0 2.386.567 3.118 1.262c.724.688 1.166 1.51 1.355 2.08a.5.5 0 0 1-.948.316M12.894 25.447C13.066 25.104 13.995 24 16 24s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 23.563 18.794 22 16 22s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path d="M15.999 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.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-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"/></g></svg>
</template>

CSS

.icon-unamused-face {
  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.974%2011.658c.144-.43.502-1.107%201.095-1.67C8.654%209.433%209.452%209%2010.5%209a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%201%200%20.948.316M14.973%2015a4.5%204.5%200%200%201%200%201a4.5%204.5%200%200%201-8.946-1zm-4.844%201H7.035a3.5%203.5%200%200%200%206.627%201.003a2.24%202.24%200%200%201-1.412.497a2.27%202.27%200%200%201-2.12-1.5m15.843-1a4.5%204.5%200%200%201%200%201a4.5%204.5%200%200%201-8.945-1zm-4.844%201h-3.094a3.501%203.501%200%200%200%206.627%201.003a2.24%202.24%200%200%201-1.412.497a2.27%202.27%200%200%201-2.12-1.5m3.896-4.342c-.144-.43-.502-1.107-1.095-1.67C23.346%209.433%2022.548%209%2021.5%209a.5.5%200%200%201%200-1c1.351%200%202.386.567%203.118%201.262c.724.688%201.166%201.51%201.355%202.08a.5.5%200%200%201-.948.316M12.894%2025.447C13.066%2025.104%2013.995%2024%2016%2024s2.934%201.104%203.105%201.447a1%201%200%200%200%201.79-.894C20.398%2023.563%2018.794%2022%2016%2022s-4.4%201.563-4.895%202.553a1%201%200%200%200%201.79.894%22%2F%3E%3Cpath%20d%3D%22M15.999%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.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-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%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.974%2011.658c.144-.43.502-1.107%201.095-1.67C8.654%209.433%209.452%209%2010.5%209a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%201%200%20.948.316M14.973%2015a4.5%204.5%200%200%201%200%201a4.5%204.5%200%200%201-8.946-1zm-4.844%201H7.035a3.5%203.5%200%200%200%206.627%201.003a2.24%202.24%200%200%201-1.412.497a2.27%202.27%200%200%201-2.12-1.5m15.843-1a4.5%204.5%200%200%201%200%201a4.5%204.5%200%200%201-8.945-1zm-4.844%201h-3.094a3.501%203.501%200%200%200%206.627%201.003a2.24%202.24%200%200%201-1.412.497a2.27%202.27%200%200%201-2.12-1.5m3.896-4.342c-.144-.43-.502-1.107-1.095-1.67C23.346%209.433%2022.548%209%2021.5%209a.5.5%200%200%201%200-1c1.351%200%202.386.567%203.118%201.262c.724.688%201.166%201.51%201.355%202.08a.5.5%200%200%201-.948.316M12.894%2025.447C13.066%2025.104%2013.995%2024%2016%2024s2.934%201.104%203.105%201.447a1%201%200%200%200%201.79-.894C20.398%2023.563%2018.794%2022%2016%2022s-4.4%201.563-4.895%202.553a1%201%200%200%200%201.79.894%22%2F%3E%3Cpath%20d%3D%22M15.999%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.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-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%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/unamused-face.svg?color=%231a73e8&size=48