monkey face emoji
monkey-face from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- monkey-face
- 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 monkey face 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.1c.6.1 1 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"/><path d="M41.8 44.5c1.4 1.2-2.9 6.9-9.8 7c-6.9 0-11.3-5.8-9.8-7c.4-.3 5.2.9 9.8.9c4.7 0 9.5-1.2 9.8-.9"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneMonkeyFace(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.1c.6.1 1 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"/><path d="M41.8 44.5c1.4 1.2-2.9 6.9-9.8 7c-6.9 0-11.3-5.8-9.8-7c.4-.3 5.2.9 9.8.9c4.7 0 9.5-1.2 9.8-.9"/></g></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.1c.6.1 1 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"/><path d="M41.8 44.5c1.4 1.2-2.9 6.9-9.8 7c-6.9 0-11.3-5.8-9.8-7c.4-.3 5.2.9 9.8.9c4.7 0 9.5-1.2 9.8-.9"/></g></svg> </template>
CSS
.icon-monkey-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%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.1c.6.1%201%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%3Cpath%20d%3D%22M41.8%2044.5c1.4%201.2-2.9%206.9-9.8%207c-6.9%200-11.3-5.8-9.8-7c.4-.3%205.2.9%209.8.9c4.7%200%209.5-1.2%209.8-.9%22%2F%3E%3C%2Fg%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.1c.6.1%201%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%3Cpath%20d%3D%22M41.8%2044.5c1.4%201.2-2.9%206.9-9.8%207c-6.9%200-11.3-5.8-9.8-7c.4-.3%205.2.9%209.8.9c4.7%200%209.5-1.2%209.8-.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/monkey-face.svg?color=%231a73e8&size=48