unamused-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
unamused-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the unamused face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 29.2c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.8-4.5 3.9-6.8m-27.4 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m13.8 15.5c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.4.9-3.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneUnamusedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 29.2c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.8-4.5 3.9-6.8m-27.4 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m13.8 15.5c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.4.9-3.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M62 32c0 16.6-13.4 30-30 30S2 48.6 2 32S15.4 2 32 2s30 13.4 30 30"/><path fill="#664e27" d="M53.9 29.2c-3.4-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.8-4.5 3.9-6.8m-27.4 0c-3.3-3.9-14-2.5-17.2 2.8c-.2.4.4 1 1.1 1.4c2.1-1.5 4.6-2.3 7.2-2.5c0 2.8 2.2 5.1 5 5.1c4 0 5.9-4.5 3.9-6.8m13.8 15.5c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.4.9-3.8"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M62%2032c0%2016.6-13.4%2030-30%2030S2%2048.6%202%2032S15.4%202%2032%202s30%2013.4%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M53.9%2029.2c-3.4-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.8-4.5%203.9-6.8m-27.4%200c-3.3-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.9-4.5%203.9-6.8m13.8%2015.5c-5.8-1.5-12-.4-16.9%203c-1.2.9%201.1%204%202.3%203.2c3.2-2.3%208.4-3.8%2013.7-2.4c1.3.3%202.4-3.4.9-3.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M62%2032c0%2016.6-13.4%2030-30%2030S2%2048.6%202%2032S15.4%202%2032%202s30%2013.4%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M53.9%2029.2c-3.4-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.8-4.5%203.9-6.8m-27.4%200c-3.3-3.9-14-2.5-17.2%202.8c-.2.4.4%201%201.1%201.4c2.1-1.5%204.6-2.3%207.2-2.5c0%202.8%202.2%205.1%205%205.1c4%200%205.9-4.5%203.9-6.8m13.8%2015.5c-5.8-1.5-12-.4-16.9%203c-1.2.9%201.1%204%202.3%203.2c3.2-2.3%208.4-3.8%2013.7-2.4c1.3.3%202.4-3.4.9-3.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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