astonished face emoji

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

Name
astonished-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 astonished face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><circle cx="19" cy="29" r="11" fill="#fff"/><path fill="#664e27" d="M24 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#fff" d="M56 29c0 6.1-4.9 11-11 11s-11-4.9-11-11s4.9-11 11-11s11 4.9 11 11"/><path fill="#664e27" d="M50 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#917524" d="M50.2 15.8c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-24.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/><circle cx="32" cy="49" r="9" fill="#664e27"/><path fill="#fff" d="M26 46c1.2-2.4 3.4-4 6-4s4.8 1.6 6 4z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneAstonishedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><circle cx="19" cy="29" r="11" fill="#fff"/><path fill="#664e27" d="M24 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#fff" d="M56 29c0 6.1-4.9 11-11 11s-11-4.9-11-11s4.9-11 11-11s11 4.9 11 11"/><path fill="#664e27" d="M50 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#917524" d="M50.2 15.8c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-24.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/><circle cx="32" cy="49" r="9" fill="#664e27"/><path fill="#fff" d="M26 46c1.2-2.4 3.4-4 6-4s4.8 1.6 6 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><circle cx="19" cy="29" r="11" fill="#fff"/><path fill="#664e27" d="M24 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#fff" d="M56 29c0 6.1-4.9 11-11 11s-11-4.9-11-11s4.9-11 11-11s11 4.9 11 11"/><path fill="#664e27" d="M50 29c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5"/><path fill="#917524" d="M50.2 15.8c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9 9.8.5 13.5 3.6c.6.5-1 2.1-1.4 1.7m-24.7-3.3c-4.2-.7-8.5.4-11.7 3.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2 8.7-4.5 13.5-3.6c.7.2.2 2.3-.4 2.2"/><circle cx="32" cy="49" r="9" fill="#664e27"/><path fill="#fff" d="M26 46c1.2-2.4 3.4-4 6-4s4.8 1.6 6 4z"/></svg>
</template>

CSS

.icon-astonished-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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2229%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M24%2029c0%202.8-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M56%2029c0%206.1-4.9%2011-11%2011s-11-4.9-11-11s4.9-11%2011-11s11%204.9%2011%2011%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M50%2029c0%202.8-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M50.2%2015.8c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-24.7-3.3c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.2.2%202.3-.4%202.2%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2249%22%20r%3D%229%22%20fill%3D%22%23664e27%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2046c1.2-2.4%203.4-4%206-4s4.8%201.6%206%204z%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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2229%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M24%2029c0%202.8-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M56%2029c0%206.1-4.9%2011-11%2011s-11-4.9-11-11s4.9-11%2011-11s11%204.9%2011%2011%22%2F%3E%3Cpath%20fill%3D%22%23664e27%22%20d%3D%22M50%2029c0%202.8-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205%22%2F%3E%3Cpath%20fill%3D%22%23917524%22%20d%3D%22M50.2%2015.8c-3.2-2.7-7.5-3.9-11.7-3.1c-.6.1-1.1-2-.4-2.2c4.8-.9%209.8.5%2013.5%203.6c.6.5-1%202.1-1.4%201.7m-24.7-3.3c-4.2-.7-8.5.4-11.7%203.1c-.4.4-2-1.2-1.4-1.7c3.7-3.2%208.7-4.5%2013.5-3.6c.7.2.2%202.3-.4%202.2%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2249%22%20r%3D%229%22%20fill%3D%22%23664e27%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2046c1.2-2.4%203.4-4%206-4s4.8%201.6%206%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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