speak no evil monkey emoji

speak-no-evil-monkey from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
speak-no-evil-monkey
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the speak no evil monkey emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="53.7" cy="33" fill="#89664c" rx="8.3" ry="8.2"/><circle cx="53.7" cy="33" r="5.4" fill="#ffc5d3"/><circle cx="10.2" cy="33" r="8.2" fill="#89664c"/><circle cx="10.2" cy="33" r="5.4" fill="#ffc5d3"/><g fill="#89664c"><path d="M43.4 10.8c1.1-.6 1.9-.9 1.9-.9c-3.2-1.1-6-1.8-8.5-2.1c1.3-1 2.1-1.3 2.1-1.3C18.5 3.6 8.8 15.5 8.8 26h46.4c-.7-7.4-4.8-12.4-11.8-15.2"/><path d="M55.3 27.6C55.3 17.9 44.9 10 32 10S8.7 17.9 8.7 27.6c0 2.3.6 4.4 1.6 6.4c-1 2-1.6 4.2-1.6 6.4C8.7 50.1 19.1 58 32 58s23.3-7.9 23.3-17.6c0-2.3-.6-4.4-1.6-6.4c1-2 1.6-4.2 1.6-6.4"/></g><path fill="#e0ac7e" d="M52 28.2c0-16.9-20-6.1-20-6.1s-20-10.8-20 6.1c0 4.7 2.9 9 7.5 11.7c-1.3 1.7-2.1 3.6-2.1 5.7c0 6.1 6.6 11 14.7 11s14.7-4.9 14.7-11c0-2.1-.8-4-2.1-5.7c4.4-2.7 7.3-7 7.3-11.7"/><g fill="#3b302a"><path d="M35.1 38.7c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1s1 1 1 2.1m-4.2 0c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1c.5.1 1 1 1 2.1"/><ellipse cx="40.7" cy="31.7" rx="3.5" ry="4.5"/><ellipse cx="23.3" cy="31.7" rx="3.5" ry="4.5"/></g><path fill="#89664c" d="M14.9 52L6.6 62h12.9l4-3.6z"/><path fill="#ffd6bb" d="M20.2 43.3s4.9-4.5 9.5-3.9c2.3.3-7.1 7.6-7.1 7.6s9.7-8.2 11.7-5.6c1.8 2.3-8.9 9.8-8.9 9.8s10-8.1 9.6-4.6c-.3 3.9-7.9 12.9-12.5 13.8c-6.6 1.3-11.8-2.9-8.3-17.5c1.8-7.3 3.6.8 6 .4"/><path fill="#89664c" d="M48.3 50.2L59 62H45l-2.2-2.6z"/><path fill="#ddb199" d="M38.2 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.8-1.4-1.8-17.3-4.2-16.7"/><path fill="#ffd6bb" d="M39.6 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.6-1.3 9.8-7.2 1-19.4c-4.3-6.1-2.9 2.1-5.2 2.7"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSpeakNoEvilMonkey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="53.7" cy="33" fill="#89664c" rx="8.3" ry="8.2"/><circle cx="53.7" cy="33" r="5.4" fill="#ffc5d3"/><circle cx="10.2" cy="33" r="8.2" fill="#89664c"/><circle cx="10.2" cy="33" r="5.4" fill="#ffc5d3"/><g fill="#89664c"><path d="M43.4 10.8c1.1-.6 1.9-.9 1.9-.9c-3.2-1.1-6-1.8-8.5-2.1c1.3-1 2.1-1.3 2.1-1.3C18.5 3.6 8.8 15.5 8.8 26h46.4c-.7-7.4-4.8-12.4-11.8-15.2"/><path d="M55.3 27.6C55.3 17.9 44.9 10 32 10S8.7 17.9 8.7 27.6c0 2.3.6 4.4 1.6 6.4c-1 2-1.6 4.2-1.6 6.4C8.7 50.1 19.1 58 32 58s23.3-7.9 23.3-17.6c0-2.3-.6-4.4-1.6-6.4c1-2 1.6-4.2 1.6-6.4"/></g><path fill="#e0ac7e" d="M52 28.2c0-16.9-20-6.1-20-6.1s-20-10.8-20 6.1c0 4.7 2.9 9 7.5 11.7c-1.3 1.7-2.1 3.6-2.1 5.7c0 6.1 6.6 11 14.7 11s14.7-4.9 14.7-11c0-2.1-.8-4-2.1-5.7c4.4-2.7 7.3-7 7.3-11.7"/><g fill="#3b302a"><path d="M35.1 38.7c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1s1 1 1 2.1m-4.2 0c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1c.5.1 1 1 1 2.1"/><ellipse cx="40.7" cy="31.7" rx="3.5" ry="4.5"/><ellipse cx="23.3" cy="31.7" rx="3.5" ry="4.5"/></g><path fill="#89664c" d="M14.9 52L6.6 62h12.9l4-3.6z"/><path fill="#ffd6bb" d="M20.2 43.3s4.9-4.5 9.5-3.9c2.3.3-7.1 7.6-7.1 7.6s9.7-8.2 11.7-5.6c1.8 2.3-8.9 9.8-8.9 9.8s10-8.1 9.6-4.6c-.3 3.9-7.9 12.9-12.5 13.8c-6.6 1.3-11.8-2.9-8.3-17.5c1.8-7.3 3.6.8 6 .4"/><path fill="#89664c" d="M48.3 50.2L59 62H45l-2.2-2.6z"/><path fill="#ddb199" d="M38.2 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.8-1.4-1.8-17.3-4.2-16.7"/><path fill="#ffd6bb" d="M39.6 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.6-1.3 9.8-7.2 1-19.4c-4.3-6.1-2.9 2.1-5.2 2.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="53.7" cy="33" fill="#89664c" rx="8.3" ry="8.2"/><circle cx="53.7" cy="33" r="5.4" fill="#ffc5d3"/><circle cx="10.2" cy="33" r="8.2" fill="#89664c"/><circle cx="10.2" cy="33" r="5.4" fill="#ffc5d3"/><g fill="#89664c"><path d="M43.4 10.8c1.1-.6 1.9-.9 1.9-.9c-3.2-1.1-6-1.8-8.5-2.1c1.3-1 2.1-1.3 2.1-1.3C18.5 3.6 8.8 15.5 8.8 26h46.4c-.7-7.4-4.8-12.4-11.8-15.2"/><path d="M55.3 27.6C55.3 17.9 44.9 10 32 10S8.7 17.9 8.7 27.6c0 2.3.6 4.4 1.6 6.4c-1 2-1.6 4.2-1.6 6.4C8.7 50.1 19.1 58 32 58s23.3-7.9 23.3-17.6c0-2.3-.6-4.4-1.6-6.4c1-2 1.6-4.2 1.6-6.4"/></g><path fill="#e0ac7e" d="M52 28.2c0-16.9-20-6.1-20-6.1s-20-10.8-20 6.1c0 4.7 2.9 9 7.5 11.7c-1.3 1.7-2.1 3.6-2.1 5.7c0 6.1 6.6 11 14.7 11s14.7-4.9 14.7-11c0-2.1-.8-4-2.1-5.7c4.4-2.7 7.3-7 7.3-11.7"/><g fill="#3b302a"><path d="M35.1 38.7c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1s1 1 1 2.1m-4.2 0c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1c.5.1 1 1 1 2.1"/><ellipse cx="40.7" cy="31.7" rx="3.5" ry="4.5"/><ellipse cx="23.3" cy="31.7" rx="3.5" ry="4.5"/></g><path fill="#89664c" d="M14.9 52L6.6 62h12.9l4-3.6z"/><path fill="#ffd6bb" d="M20.2 43.3s4.9-4.5 9.5-3.9c2.3.3-7.1 7.6-7.1 7.6s9.7-8.2 11.7-5.6c1.8 2.3-8.9 9.8-8.9 9.8s10-8.1 9.6-4.6c-.3 3.9-7.9 12.9-12.5 13.8c-6.6 1.3-11.8-2.9-8.3-17.5c1.8-7.3 3.6.8 6 .4"/><path fill="#89664c" d="M48.3 50.2L59 62H45l-2.2-2.6z"/><path fill="#ddb199" d="M38.2 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.8-1.4-1.8-17.3-4.2-16.7"/><path fill="#ffd6bb" d="M39.6 43.7s-6.2-2.3-10.3 0c-2 1.1 9.4 4.3 9.4 4.3s-12.1-3.9-13-.8c-.8 2.9 12 5.7 12 5.7s-12.3-3.7-10.7-.5c1.8 3.4 12.2 8.9 16.8 8c6.6-1.3 9.8-7.2 1-19.4c-4.3-6.1-2.9 2.1-5.2 2.7"/></svg>
</template>

CSS

.icon-speak-no-evil-monkey {
  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%3Cellipse%20cx%3D%2253.7%22%20cy%3D%2233%22%20fill%3D%22%2389664c%22%20rx%3D%228.3%22%20ry%3D%228.2%22%2F%3E%3Ccircle%20cx%3D%2253.7%22%20cy%3D%2233%22%20r%3D%225.4%22%20fill%3D%22%23ffc5d3%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2233%22%20r%3D%228.2%22%20fill%3D%22%2389664c%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2233%22%20r%3D%225.4%22%20fill%3D%22%23ffc5d3%22%2F%3E%3Cg%20fill%3D%22%2389664c%22%3E%3Cpath%20d%3D%22M43.4%2010.8c1.1-.6%201.9-.9%201.9-.9c-3.2-1.1-6-1.8-8.5-2.1c1.3-1%202.1-1.3%202.1-1.3C18.5%203.6%208.8%2015.5%208.8%2026h46.4c-.7-7.4-4.8-12.4-11.8-15.2%22%2F%3E%3Cpath%20d%3D%22M55.3%2027.6C55.3%2017.9%2044.9%2010%2032%2010S8.7%2017.9%208.7%2027.6c0%202.3.6%204.4%201.6%206.4c-1%202-1.6%204.2-1.6%206.4C8.7%2050.1%2019.1%2058%2032%2058s23.3-7.9%2023.3-17.6c0-2.3-.6-4.4-1.6-6.4c1-2%201.6-4.2%201.6-6.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23e0ac7e%22%20d%3D%22M52%2028.2c0-16.9-20-6.1-20-6.1s-20-10.8-20%206.1c0%204.7%202.9%209%207.5%2011.7c-1.3%201.7-2.1%203.6-2.1%205.7c0%206.1%206.6%2011%2014.7%2011s14.7-4.9%2014.7-11c0-2.1-.8-4-2.1-5.7c4.4-2.7%207.3-7%207.3-11.7%22%2F%3E%3Cg%20fill%3D%22%233b302a%22%3E%3Cpath%20d%3D%22M35.1%2038.7c0%201.1-.4%202.1-1%202.1s-1-.9-1-2.1c0-1.1.4-2.1%201-2.1s1%201%201%202.1m-4.2%200c0%201.1-.4%202.1-1%202.1s-1-.9-1-2.1c0-1.1.4-2.1%201-2.1c.5.1%201%201%201%202.1%22%2F%3E%3Cellipse%20cx%3D%2240.7%22%20cy%3D%2231.7%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2223.3%22%20cy%3D%2231.7%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M14.9%2052L6.6%2062h12.9l4-3.6z%22%2F%3E%3Cpath%20fill%3D%22%23ffd6bb%22%20d%3D%22M20.2%2043.3s4.9-4.5%209.5-3.9c2.3.3-7.1%207.6-7.1%207.6s9.7-8.2%2011.7-5.6c1.8%202.3-8.9%209.8-8.9%209.8s10-8.1%209.6-4.6c-.3%203.9-7.9%2012.9-12.5%2013.8c-6.6%201.3-11.8-2.9-8.3-17.5c1.8-7.3%203.6.8%206%20.4%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M48.3%2050.2L59%2062H45l-2.2-2.6z%22%2F%3E%3Cpath%20fill%3D%22%23ddb199%22%20d%3D%22M38.2%2043.7s-6.2-2.3-10.3%200c-2%201.1%209.4%204.3%209.4%204.3s-12.1-3.9-13-.8c-.8%202.9%2012%205.7%2012%205.7s-12.3-3.7-10.7-.5c1.8%203.4%2012.2%208.9%2016.8%208c6.8-1.4-1.8-17.3-4.2-16.7%22%2F%3E%3Cpath%20fill%3D%22%23ffd6bb%22%20d%3D%22M39.6%2043.7s-6.2-2.3-10.3%200c-2%201.1%209.4%204.3%209.4%204.3s-12.1-3.9-13-.8c-.8%202.9%2012%205.7%2012%205.7s-12.3-3.7-10.7-.5c1.8%203.4%2012.2%208.9%2016.8%208c6.6-1.3%209.8-7.2%201-19.4c-4.3-6.1-2.9%202.1-5.2%202.7%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%3Cellipse%20cx%3D%2253.7%22%20cy%3D%2233%22%20fill%3D%22%2389664c%22%20rx%3D%228.3%22%20ry%3D%228.2%22%2F%3E%3Ccircle%20cx%3D%2253.7%22%20cy%3D%2233%22%20r%3D%225.4%22%20fill%3D%22%23ffc5d3%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2233%22%20r%3D%228.2%22%20fill%3D%22%2389664c%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2233%22%20r%3D%225.4%22%20fill%3D%22%23ffc5d3%22%2F%3E%3Cg%20fill%3D%22%2389664c%22%3E%3Cpath%20d%3D%22M43.4%2010.8c1.1-.6%201.9-.9%201.9-.9c-3.2-1.1-6-1.8-8.5-2.1c1.3-1%202.1-1.3%202.1-1.3C18.5%203.6%208.8%2015.5%208.8%2026h46.4c-.7-7.4-4.8-12.4-11.8-15.2%22%2F%3E%3Cpath%20d%3D%22M55.3%2027.6C55.3%2017.9%2044.9%2010%2032%2010S8.7%2017.9%208.7%2027.6c0%202.3.6%204.4%201.6%206.4c-1%202-1.6%204.2-1.6%206.4C8.7%2050.1%2019.1%2058%2032%2058s23.3-7.9%2023.3-17.6c0-2.3-.6-4.4-1.6-6.4c1-2%201.6-4.2%201.6-6.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23e0ac7e%22%20d%3D%22M52%2028.2c0-16.9-20-6.1-20-6.1s-20-10.8-20%206.1c0%204.7%202.9%209%207.5%2011.7c-1.3%201.7-2.1%203.6-2.1%205.7c0%206.1%206.6%2011%2014.7%2011s14.7-4.9%2014.7-11c0-2.1-.8-4-2.1-5.7c4.4-2.7%207.3-7%207.3-11.7%22%2F%3E%3Cg%20fill%3D%22%233b302a%22%3E%3Cpath%20d%3D%22M35.1%2038.7c0%201.1-.4%202.1-1%202.1s-1-.9-1-2.1c0-1.1.4-2.1%201-2.1s1%201%201%202.1m-4.2%200c0%201.1-.4%202.1-1%202.1s-1-.9-1-2.1c0-1.1.4-2.1%201-2.1c.5.1%201%201%201%202.1%22%2F%3E%3Cellipse%20cx%3D%2240.7%22%20cy%3D%2231.7%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3Cellipse%20cx%3D%2223.3%22%20cy%3D%2231.7%22%20rx%3D%223.5%22%20ry%3D%224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M14.9%2052L6.6%2062h12.9l4-3.6z%22%2F%3E%3Cpath%20fill%3D%22%23ffd6bb%22%20d%3D%22M20.2%2043.3s4.9-4.5%209.5-3.9c2.3.3-7.1%207.6-7.1%207.6s9.7-8.2%2011.7-5.6c1.8%202.3-8.9%209.8-8.9%209.8s10-8.1%209.6-4.6c-.3%203.9-7.9%2012.9-12.5%2013.8c-6.6%201.3-11.8-2.9-8.3-17.5c1.8-7.3%203.6.8%206%20.4%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M48.3%2050.2L59%2062H45l-2.2-2.6z%22%2F%3E%3Cpath%20fill%3D%22%23ddb199%22%20d%3D%22M38.2%2043.7s-6.2-2.3-10.3%200c-2%201.1%209.4%204.3%209.4%204.3s-12.1-3.9-13-.8c-.8%202.9%2012%205.7%2012%205.7s-12.3-3.7-10.7-.5c1.8%203.4%2012.2%208.9%2016.8%208c6.8-1.4-1.8-17.3-4.2-16.7%22%2F%3E%3Cpath%20fill%3D%22%23ffd6bb%22%20d%3D%22M39.6%2043.7s-6.2-2.3-10.3%200c-2%201.1%209.4%204.3%209.4%204.3s-12.1-3.9-13-.8c-.8%202.9%2012%205.7%2012%205.7s-12.3-3.7-10.7-.5c1.8%203.4%2012.2%208.9%2016.8%208c6.6-1.3%209.8-7.2%201-19.4c-4.3-6.1-2.9%202.1-5.2%202.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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