shaking face emoji

shaking-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
shaking-face
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the shaking face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="22" fill="#fcea2b"/><ellipse cx="36" cy="36" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="22.087" ry="22"/><circle cx="42" cy="45" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.5 30.5S5 55 30 63M6 44s2 11 12.017 16.958M62.449 43.47s5.405-24.317-19.282-33.238m23.28 18.839s-1.59-11.066-11.38-17.392"/><ellipse cx="26.485" cy="36.052" rx="2.308" ry="4.155" transform="rotate(-31.607 26.484 36.052)"/><ellipse cx="37.769" cy="27.323" rx="2.308" ry="4.155" transform="rotate(-39.583 37.77 27.323)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40.514 21.662s2.977 1.188 3.711 4.667m-23.542 9.914s.176 3.2 3.238 5.007"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiShakingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="22" fill="#fcea2b"/><ellipse cx="36" cy="36" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="22.087" ry="22"/><circle cx="42" cy="45" r="3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9.5 30.5S5 55 30 63M6 44s2 11 12.017 16.958M62.449 43.47s5.405-24.317-19.282-33.238m23.28 18.839s-1.59-11.066-11.38-17.392"/><ellipse cx="26.485" cy="36.052" rx="2.308" ry="4.155" transform="rotate(-31.607 26.484 36.052)"/><ellipse cx="37.769" cy="27.323" rx="2.308" ry="4.155" transform="rotate(-39.583 37.77 27.323)"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M40.514 21.662s2.977 1.188 3.711 4.667m-23.542 9.914s.176 3.2 3.238 5.007"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="22" fill="#fcea2b"/><ellipse cx="36" cy="36" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="22.087" ry="22"/><circle cx="42" cy="45" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.5 30.5S5 55 30 63M6 44s2 11 12.017 16.958M62.449 43.47s5.405-24.317-19.282-33.238m23.28 18.839s-1.59-11.066-11.38-17.392"/><ellipse cx="26.485" cy="36.052" rx="2.308" ry="4.155" transform="rotate(-31.607 26.484 36.052)"/><ellipse cx="37.769" cy="27.323" rx="2.308" ry="4.155" transform="rotate(-39.583 37.77 27.323)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40.514 21.662s2.977 1.188 3.711 4.667m-23.542 9.914s.176 3.2 3.238 5.007"/></svg>
</template>

CSS

.icon-shaking-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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%2222.087%22%20ry%3D%2222%22%2F%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%2245%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.5%2030.5S5%2055%2030%2063M6%2044s2%2011%2012.017%2016.958M62.449%2043.47s5.405-24.317-19.282-33.238m23.28%2018.839s-1.59-11.066-11.38-17.392%22%2F%3E%3Cellipse%20cx%3D%2226.485%22%20cy%3D%2236.052%22%20rx%3D%222.308%22%20ry%3D%224.155%22%20transform%3D%22rotate(-31.607%2026.484%2036.052)%22%2F%3E%3Cellipse%20cx%3D%2237.769%22%20cy%3D%2227.323%22%20rx%3D%222.308%22%20ry%3D%224.155%22%20transform%3D%22rotate(-39.583%2037.77%2027.323)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40.514%2021.662s2.977%201.188%203.711%204.667m-23.542%209.914s.176%203.2%203.238%205.007%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2236%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%2222.087%22%20ry%3D%2222%22%2F%3E%3Ccircle%20cx%3D%2242%22%20cy%3D%2245%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.5%2030.5S5%2055%2030%2063M6%2044s2%2011%2012.017%2016.958M62.449%2043.47s5.405-24.317-19.282-33.238m23.28%2018.839s-1.59-11.066-11.38-17.392%22%2F%3E%3Cellipse%20cx%3D%2226.485%22%20cy%3D%2236.052%22%20rx%3D%222.308%22%20ry%3D%224.155%22%20transform%3D%22rotate(-31.607%2026.484%2036.052)%22%2F%3E%3Cellipse%20cx%3D%2237.769%22%20cy%3D%2227.323%22%20rx%3D%222.308%22%20ry%3D%224.155%22%20transform%3D%22rotate(-39.583%2037.77%2027.323)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40.514%2021.662s2.977%201.188%203.711%204.667m-23.542%209.914s.176%203.2%203.238%205.007%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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