unamused face emoji

unamused-face from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
unamused-face
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

Use the unamused face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGLQb4bblj" cx="64" cy="-1160" r="56.96" fx="64" fy="-1160" gradientTransform="matrix(1 0 0 -1 0 -1096)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGLQb4bblj)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M64 83.1c-9.62 0-20.08 9.85-20.08 13.69c0 .7.33 1.19 1.42 1.19c1.49 0 3.8-1.05 6.76-2.15c3.25-1.21 7.29-2.47 11.9-2.47s8.65 1.27 11.9 2.47c2.96 1.1 5.27 2.15 6.76 2.15c1.09 0 1.42-.49 1.42-1.19c0-3.84-10.46-13.69-20.08-13.69M48.21 56.91c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Zm47.86 0c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Z"/><path fill="#896024" d="M45.1 60.28c1.03-.72 2.58-.49 3.58.95c1 1.45.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69m48 0c1.03-.72 2.58-.49 3.58.95s.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69"/><path fill="#422b0d" d="M105.97 51.35c-.82.46-1.91.1-2.36-.49c-2.16-2.81-4.69-5.59-8.05-6.79s-7.02-.96-11.12.21c-1.38.39-2.28-.22-2.59-1.13c-.45-1.3 1.11-2.85 2.78-3.45c3.48-1.27 8.28-2.44 14.38.84c4.94 2.66 7.1 7.35 7.65 8.61c.27.63.35 1.52-.68 2.2Zm-83.94 0c.82.46 1.91.1 2.36-.49c2.16-2.81 4.69-5.59 8.05-6.79s7.02-.96 11.12.21c1.38.39 2.28-.22 2.59-1.13c.45-1.3-1.11-2.85-2.78-3.45c-3.48-1.27-8.28-2.44-14.38.84c-4.94 2.66-7.1 7.35-7.65 8.61c-.27.63-.35 1.52.68 2.2Z"/></svg>

React

import type { SVGProps } from "react";

export function NotoUnamusedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGLQb4bblj" cx="64" cy="-1160" r="56.96" fx="64" fy="-1160" gradientTransform="matrix(1 0 0 -1 0 -1096)" gradientUnits="userSpaceOnUse"><stop offset=".5" stopColor="#fde030"/><stop offset=".92" stopColor="#f7c02b"/><stop offset="1" stopColor="#f4a223"/></radialGradient></defs><g strokeWidth="0"><path fill="url(#SVGLQb4bblj)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M64 83.1c-9.62 0-20.08 9.85-20.08 13.69c0 .7.33 1.19 1.42 1.19c1.49 0 3.8-1.05 6.76-2.15c3.25-1.21 7.29-2.47 11.9-2.47s8.65 1.27 11.9 2.47c2.96 1.1 5.27 2.15 6.76 2.15c1.09 0 1.42-.49 1.42-1.19c0-3.84-10.46-13.69-20.08-13.69M48.21 56.91c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Zm47.86 0c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Z"/><path fill="#896024" d="M45.1 60.28c1.03-.72 2.58-.49 3.58.95c1 1.45.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69m48 0c1.03-.72 2.58-.49 3.58.95s.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69"/><path fill="#422b0d" d="M105.97 51.35c-.82.46-1.91.1-2.36-.49c-2.16-2.81-4.69-5.59-8.05-6.79s-7.02-.96-11.12.21c-1.38.39-2.28-.22-2.59-1.13c-.45-1.3 1.11-2.85 2.78-3.45c3.48-1.27 8.28-2.44 14.38.84c4.94 2.66 7.1 7.35 7.65 8.61c.27.63.35 1.52-.68 2.2Zm-83.94 0c.82.46 1.91.1 2.36-.49c2.16-2.81 4.69-5.59 8.05-6.79s7.02-.96 11.12.21c1.38.39 2.28-.22 2.59-1.13c.45-1.3-1.11-2.85-2.78-3.45c-3.48-1.27-8.28-2.44-14.38.84c-4.94 2.66-7.1 7.35-7.65 8.61c-.27.63-.35 1.52.68 2.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGLQb4bblj" cx="64" cy="-1160" r="56.96" fx="64" fy="-1160" gradientTransform="matrix(1 0 0 -1 0 -1096)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGLQb4bblj)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M64 83.1c-9.62 0-20.08 9.85-20.08 13.69c0 .7.33 1.19 1.42 1.19c1.49 0 3.8-1.05 6.76-2.15c3.25-1.21 7.29-2.47 11.9-2.47s8.65 1.27 11.9 2.47c2.96 1.1 5.27 2.15 6.76 2.15c1.09 0 1.42-.49 1.42-1.19c0-3.84-10.46-13.69-20.08-13.69M48.21 56.91c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Zm47.86 0c-5.73-1.73-13.75-1.15-18.36.7c-2.51 1.05-1.13 4.39 1.28 3.89c2.38-.46 4.69-.59 7.2-.41v.39c0 4.9 3.17 7.85 6.67 7.85c1.73 0 3.46-.73 4.75-2.06c2.09-2.15 2.46-5.49 1.05-8.13c-.11-.21-.91-1.74-2.58-2.24Z"/><path fill="#896024" d="M45.1 60.28c1.03-.72 2.58-.49 3.58.95c1 1.45.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69m48 0c1.03-.72 2.58-.49 3.58.95s.67 2.97-.36 3.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69"/><path fill="#422b0d" d="M105.97 51.35c-.82.46-1.91.1-2.36-.49c-2.16-2.81-4.69-5.59-8.05-6.79s-7.02-.96-11.12.21c-1.38.39-2.28-.22-2.59-1.13c-.45-1.3 1.11-2.85 2.78-3.45c3.48-1.27 8.28-2.44 14.38.84c4.94 2.66 7.1 7.35 7.65 8.61c.27.63.35 1.52-.68 2.2Zm-83.94 0c.82.46 1.91.1 2.36-.49c2.16-2.81 4.69-5.59 8.05-6.79s7.02-.96 11.12.21c1.38.39 2.28-.22 2.59-1.13c.45-1.3-1.11-2.85-2.78-3.45c-3.48-1.27-8.28-2.44-14.38.84c-4.94 2.66-7.1 7.35-7.65 8.61c-.27.63-.35 1.52.68 2.2Z"/></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%20128%20128%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGLQb4bblj%22%20cx%3D%2264%22%20cy%3D%22-1160%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1160%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1096)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGLQb4bblj)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M64%2083.1c-9.62%200-20.08%209.85-20.08%2013.69c0%20.7.33%201.19%201.42%201.19c1.49%200%203.8-1.05%206.76-2.15c3.25-1.21%207.29-2.47%2011.9-2.47s8.65%201.27%2011.9%202.47c2.96%201.1%205.27%202.15%206.76%202.15c1.09%200%201.42-.49%201.42-1.19c0-3.84-10.46-13.69-20.08-13.69M48.21%2056.91c-5.73-1.73-13.75-1.15-18.36.7c-2.51%201.05-1.13%204.39%201.28%203.89c2.38-.46%204.69-.59%207.2-.41v.39c0%204.9%203.17%207.85%206.67%207.85c1.73%200%203.46-.73%204.75-2.06c2.09-2.15%202.46-5.49%201.05-8.13c-.11-.21-.91-1.74-2.58-2.24Zm47.86%200c-5.73-1.73-13.75-1.15-18.36.7c-2.51%201.05-1.13%204.39%201.28%203.89c2.38-.46%204.69-.59%207.2-.41v.39c0%204.9%203.17%207.85%206.67%207.85c1.73%200%203.46-.73%204.75-2.06c2.09-2.15%202.46-5.49%201.05-8.13c-.11-.21-.91-1.74-2.58-2.24Z%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.1%2060.28c1.03-.72%202.58-.49%203.58.95c1%201.45.67%202.97-.36%203.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69m48%200c1.03-.72%202.58-.49%203.58.95s.67%202.97-.36%203.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M105.97%2051.35c-.82.46-1.91.1-2.36-.49c-2.16-2.81-4.69-5.59-8.05-6.79s-7.02-.96-11.12.21c-1.38.39-2.28-.22-2.59-1.13c-.45-1.3%201.11-2.85%202.78-3.45c3.48-1.27%208.28-2.44%2014.38.84c4.94%202.66%207.1%207.35%207.65%208.61c.27.63.35%201.52-.68%202.2Zm-83.94%200c.82.46%201.91.1%202.36-.49c2.16-2.81%204.69-5.59%208.05-6.79s7.02-.96%2011.12.21c1.38.39%202.28-.22%202.59-1.13c.45-1.3-1.11-2.85-2.78-3.45c-3.48-1.27-8.28-2.44-14.38.84c-4.94%202.66-7.1%207.35-7.65%208.61c-.27.63-.35%201.52.68%202.2Z%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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGLQb4bblj%22%20cx%3D%2264%22%20cy%3D%22-1160%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1160%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1096)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGLQb4bblj)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M64%2083.1c-9.62%200-20.08%209.85-20.08%2013.69c0%20.7.33%201.19%201.42%201.19c1.49%200%203.8-1.05%206.76-2.15c3.25-1.21%207.29-2.47%2011.9-2.47s8.65%201.27%2011.9%202.47c2.96%201.1%205.27%202.15%206.76%202.15c1.09%200%201.42-.49%201.42-1.19c0-3.84-10.46-13.69-20.08-13.69M48.21%2056.91c-5.73-1.73-13.75-1.15-18.36.7c-2.51%201.05-1.13%204.39%201.28%203.89c2.38-.46%204.69-.59%207.2-.41v.39c0%204.9%203.17%207.85%206.67%207.85c1.73%200%203.46-.73%204.75-2.06c2.09-2.15%202.46-5.49%201.05-8.13c-.11-.21-.91-1.74-2.58-2.24Zm47.86%200c-5.73-1.73-13.75-1.15-18.36.7c-2.51%201.05-1.13%204.39%201.28%203.89c2.38-.46%204.69-.59%207.2-.41v.39c0%204.9%203.17%207.85%206.67%207.85c1.73%200%203.46-.73%204.75-2.06c2.09-2.15%202.46-5.49%201.05-8.13c-.11-.21-.91-1.74-2.58-2.24Z%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.1%2060.28c1.03-.72%202.58-.49%203.58.95c1%201.45.67%202.97-.36%203.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69m48%200c1.03-.72%202.58-.49%203.58.95s.67%202.97-.36%203.69s-2.58.49-3.58-.95s-.67-2.97.36-3.69%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M105.97%2051.35c-.82.46-1.91.1-2.36-.49c-2.16-2.81-4.69-5.59-8.05-6.79s-7.02-.96-11.12.21c-1.38.39-2.28-.22-2.59-1.13c-.45-1.3%201.11-2.85%202.78-3.45c3.48-1.27%208.28-2.44%2014.38.84c4.94%202.66%207.1%207.35%207.65%208.61c.27.63.35%201.52-.68%202.2Zm-83.94%200c.82.46%201.91.1%202.36-.49c2.16-2.81%204.69-5.59%208.05-6.79s7.02-.96%2011.12.21c1.38.39%202.28-.22%202.59-1.13c.45-1.3-1.11-2.85-2.78-3.45c-3.48-1.27-8.28-2.44-14.38.84c-4.94%202.66-7.1%207.35-7.65%208.61c-.27.63-.35%201.52.68%202.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/unamused-face.svg?color=%231a73e8&size=48