monkey from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
monkey
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the monkey emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M29 1c-4.139 0-6 3.509-6 6c0 2.57 2.43 5 5 5c1.92 0 3.468-1.28 3.766-3.113c.232-1.426-.437-3.165-2.449-3.836a1 1 0 1 0-.633 1.897c1.174.391 1.166 1.262 1.107 1.618C29.68 9.257 29.071 10 28 10c-1.458 0-3-1.542-3-3c0-1.305.978-4 4-4c2.897 0 5 2.523 5 6v15c0 3.576-1.352 5.685-4.285 6.544c.11-1.017.193-2.223.24-3.655c.604-3.163.103-7.131-1.776-10.889c-1.864-3.727-5.926-5.939-10.023-5.695C17.924 5.188 15.121 1 9.407 1C3.436 1 3.178 8 .178 12.399c-1.352 1.982 5.428 7.058 9.228 7.058l.043-.002c.352.029.801-.009 1.362-.13a9.3 9.3 0 0 0 1.719-.489c2.731-.835 4.376-.891 5.318-.443C17.137 21.761 14.027 24.621 12 28c-3 5 1 8 3 8c3 0 3-3 2-3c-2 0-2.632-3.103-2-5c.658-1.974 2.609-3.521 3.871-6.053C18.608 23.627 18 25.543 18 27c0 4.568 1.17 6 6 6c.188 0 .36-.034.541-.052A3 3 0 0 1 24 33c-4.694 0-5.5.896-5.5 2c0 .809.5 1 1.5 1h7c.651 0 1.728-.003 2.398-3.321C33.782 31.756 36 28.848 36 24V9c0-4.561-3.01-8-7-8"/><path fill="#d79e84" d="M11.178 7.799a3.8 3.8 0 1 0-7.513.801C2.632 8.978 1.669 9.745 1.01 11c-.255.486-.53.956-.832 1.399c-.711 1.044.83 2.944 3.004 4.51c1.956 1.409 5.996.52 5.996-4.909c0-.29-.039-.561-.097-.821a3.79 3.79 0 0 0 2.097-3.38M13.822 6.5c0 1.933-.255 3.5 1.678 3.5a3.5 3.5 0 1 0 0-7c-1.933 0-1.678 1.567-1.678 3.5"/><path fill="#292f33" d="M7.435 8.371c0 .9-.485 1.629-1.085 1.629s-1.086-.729-1.086-1.629c0-.899.485-1.628 1.086-1.628c.6 0 1.085.729 1.085 1.628"/><path fill="#642116" d="M4 12c0 .552-2.17 2-3.085 2S0 13.552 0 13h.915C2.001 13 4 11.448 4 12"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiMonkey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M29 1c-4.139 0-6 3.509-6 6c0 2.57 2.43 5 5 5c1.92 0 3.468-1.28 3.766-3.113c.232-1.426-.437-3.165-2.449-3.836a1 1 0 1 0-.633 1.897c1.174.391 1.166 1.262 1.107 1.618C29.68 9.257 29.071 10 28 10c-1.458 0-3-1.542-3-3c0-1.305.978-4 4-4c2.897 0 5 2.523 5 6v15c0 3.576-1.352 5.685-4.285 6.544c.11-1.017.193-2.223.24-3.655c.604-3.163.103-7.131-1.776-10.889c-1.864-3.727-5.926-5.939-10.023-5.695C17.924 5.188 15.121 1 9.407 1C3.436 1 3.178 8 .178 12.399c-1.352 1.982 5.428 7.058 9.228 7.058l.043-.002c.352.029.801-.009 1.362-.13a9.3 9.3 0 0 0 1.719-.489c2.731-.835 4.376-.891 5.318-.443C17.137 21.761 14.027 24.621 12 28c-3 5 1 8 3 8c3 0 3-3 2-3c-2 0-2.632-3.103-2-5c.658-1.974 2.609-3.521 3.871-6.053C18.608 23.627 18 25.543 18 27c0 4.568 1.17 6 6 6c.188 0 .36-.034.541-.052A3 3 0 0 1 24 33c-4.694 0-5.5.896-5.5 2c0 .809.5 1 1.5 1h7c.651 0 1.728-.003 2.398-3.321C33.782 31.756 36 28.848 36 24V9c0-4.561-3.01-8-7-8"/><path fill="#d79e84" d="M11.178 7.799a3.8 3.8 0 1 0-7.513.801C2.632 8.978 1.669 9.745 1.01 11c-.255.486-.53.956-.832 1.399c-.711 1.044.83 2.944 3.004 4.51c1.956 1.409 5.996.52 5.996-4.909c0-.29-.039-.561-.097-.821a3.79 3.79 0 0 0 2.097-3.38M13.822 6.5c0 1.933-.255 3.5 1.678 3.5a3.5 3.5 0 1 0 0-7c-1.933 0-1.678 1.567-1.678 3.5"/><path fill="#292f33" d="M7.435 8.371c0 .9-.485 1.629-1.085 1.629s-1.086-.729-1.086-1.629c0-.899.485-1.628 1.086-1.628c.6 0 1.085.729 1.085 1.628"/><path fill="#642116" d="M4 12c0 .552-2.17 2-3.085 2S0 13.552 0 13h.915C2.001 13 4 11.448 4 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="M29 1c-4.139 0-6 3.509-6 6c0 2.57 2.43 5 5 5c1.92 0 3.468-1.28 3.766-3.113c.232-1.426-.437-3.165-2.449-3.836a1 1 0 1 0-.633 1.897c1.174.391 1.166 1.262 1.107 1.618C29.68 9.257 29.071 10 28 10c-1.458 0-3-1.542-3-3c0-1.305.978-4 4-4c2.897 0 5 2.523 5 6v15c0 3.576-1.352 5.685-4.285 6.544c.11-1.017.193-2.223.24-3.655c.604-3.163.103-7.131-1.776-10.889c-1.864-3.727-5.926-5.939-10.023-5.695C17.924 5.188 15.121 1 9.407 1C3.436 1 3.178 8 .178 12.399c-1.352 1.982 5.428 7.058 9.228 7.058l.043-.002c.352.029.801-.009 1.362-.13a9.3 9.3 0 0 0 1.719-.489c2.731-.835 4.376-.891 5.318-.443C17.137 21.761 14.027 24.621 12 28c-3 5 1 8 3 8c3 0 3-3 2-3c-2 0-2.632-3.103-2-5c.658-1.974 2.609-3.521 3.871-6.053C18.608 23.627 18 25.543 18 27c0 4.568 1.17 6 6 6c.188 0 .36-.034.541-.052A3 3 0 0 1 24 33c-4.694 0-5.5.896-5.5 2c0 .809.5 1 1.5 1h7c.651 0 1.728-.003 2.398-3.321C33.782 31.756 36 28.848 36 24V9c0-4.561-3.01-8-7-8"/><path fill="#d79e84" d="M11.178 7.799a3.8 3.8 0 1 0-7.513.801C2.632 8.978 1.669 9.745 1.01 11c-.255.486-.53.956-.832 1.399c-.711 1.044.83 2.944 3.004 4.51c1.956 1.409 5.996.52 5.996-4.909c0-.29-.039-.561-.097-.821a3.79 3.79 0 0 0 2.097-3.38M13.822 6.5c0 1.933-.255 3.5 1.678 3.5a3.5 3.5 0 1 0 0-7c-1.933 0-1.678 1.567-1.678 3.5"/><path fill="#292f33" d="M7.435 8.371c0 .9-.485 1.629-1.085 1.629s-1.086-.729-1.086-1.629c0-.899.485-1.628 1.086-1.628c.6 0 1.085.729 1.085 1.628"/><path fill="#642116" d="M4 12c0 .552-2.17 2-3.085 2S0 13.552 0 13h.915C2.001 13 4 11.448 4 12"/></svg>
</template>

CSS

.icon-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M29%201c-4.139%200-6%203.509-6%206c0%202.57%202.43%205%205%205c1.92%200%203.468-1.28%203.766-3.113c.232-1.426-.437-3.165-2.449-3.836a1%201%200%201%200-.633%201.897c1.174.391%201.166%201.262%201.107%201.618C29.68%209.257%2029.071%2010%2028%2010c-1.458%200-3-1.542-3-3c0-1.305.978-4%204-4c2.897%200%205%202.523%205%206v15c0%203.576-1.352%205.685-4.285%206.544c.11-1.017.193-2.223.24-3.655c.604-3.163.103-7.131-1.776-10.889c-1.864-3.727-5.926-5.939-10.023-5.695C17.924%205.188%2015.121%201%209.407%201C3.436%201%203.178%208%20.178%2012.399c-1.352%201.982%205.428%207.058%209.228%207.058l.043-.002c.352.029.801-.009%201.362-.13a9.3%209.3%200%200%200%201.719-.489c2.731-.835%204.376-.891%205.318-.443C17.137%2021.761%2014.027%2024.621%2012%2028c-3%205%201%208%203%208c3%200%203-3%202-3c-2%200-2.632-3.103-2-5c.658-1.974%202.609-3.521%203.871-6.053C18.608%2023.627%2018%2025.543%2018%2027c0%204.568%201.17%206%206%206c.188%200%20.36-.034.541-.052A3%203%200%200%201%2024%2033c-4.694%200-5.5.896-5.5%202c0%20.809.5%201%201.5%201h7c.651%200%201.728-.003%202.398-3.321C33.782%2031.756%2036%2028.848%2036%2024V9c0-4.561-3.01-8-7-8%22%2F%3E%3Cpath%20fill%3D%22%23d79e84%22%20d%3D%22M11.178%207.799a3.8%203.8%200%201%200-7.513.801C2.632%208.978%201.669%209.745%201.01%2011c-.255.486-.53.956-.832%201.399c-.711%201.044.83%202.944%203.004%204.51c1.956%201.409%205.996.52%205.996-4.909c0-.29-.039-.561-.097-.821a3.79%203.79%200%200%200%202.097-3.38M13.822%206.5c0%201.933-.255%203.5%201.678%203.5a3.5%203.5%200%201%200%200-7c-1.933%200-1.678%201.567-1.678%203.5%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M7.435%208.371c0%20.9-.485%201.629-1.085%201.629s-1.086-.729-1.086-1.629c0-.899.485-1.628%201.086-1.628c.6%200%201.085.729%201.085%201.628%22%2F%3E%3Cpath%20fill%3D%22%23642116%22%20d%3D%22M4%2012c0%20.552-2.17%202-3.085%202S0%2013.552%200%2013h.915C2.001%2013%204%2011.448%204%2012%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22M29%201c-4.139%200-6%203.509-6%206c0%202.57%202.43%205%205%205c1.92%200%203.468-1.28%203.766-3.113c.232-1.426-.437-3.165-2.449-3.836a1%201%200%201%200-.633%201.897c1.174.391%201.166%201.262%201.107%201.618C29.68%209.257%2029.071%2010%2028%2010c-1.458%200-3-1.542-3-3c0-1.305.978-4%204-4c2.897%200%205%202.523%205%206v15c0%203.576-1.352%205.685-4.285%206.544c.11-1.017.193-2.223.24-3.655c.604-3.163.103-7.131-1.776-10.889c-1.864-3.727-5.926-5.939-10.023-5.695C17.924%205.188%2015.121%201%209.407%201C3.436%201%203.178%208%20.178%2012.399c-1.352%201.982%205.428%207.058%209.228%207.058l.043-.002c.352.029.801-.009%201.362-.13a9.3%209.3%200%200%200%201.719-.489c2.731-.835%204.376-.891%205.318-.443C17.137%2021.761%2014.027%2024.621%2012%2028c-3%205%201%208%203%208c3%200%203-3%202-3c-2%200-2.632-3.103-2-5c.658-1.974%202.609-3.521%203.871-6.053C18.608%2023.627%2018%2025.543%2018%2027c0%204.568%201.17%206%206%206c.188%200%20.36-.034.541-.052A3%203%200%200%201%2024%2033c-4.694%200-5.5.896-5.5%202c0%20.809.5%201%201.5%201h7c.651%200%201.728-.003%202.398-3.321C33.782%2031.756%2036%2028.848%2036%2024V9c0-4.561-3.01-8-7-8%22%2F%3E%3Cpath%20fill%3D%22%23d79e84%22%20d%3D%22M11.178%207.799a3.8%203.8%200%201%200-7.513.801C2.632%208.978%201.669%209.745%201.01%2011c-.255.486-.53.956-.832%201.399c-.711%201.044.83%202.944%203.004%204.51c1.956%201.409%205.996.52%205.996-4.909c0-.29-.039-.561-.097-.821a3.79%203.79%200%200%200%202.097-3.38M13.822%206.5c0%201.933-.255%203.5%201.678%203.5a3.5%203.5%200%201%200%200-7c-1.933%200-1.678%201.567-1.678%203.5%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M7.435%208.371c0%20.9-.485%201.629-1.085%201.629s-1.086-.729-1.086-1.629c0-.899.485-1.628%201.086-1.628c.6%200%201.085.729%201.085%201.628%22%2F%3E%3Cpath%20fill%3D%22%23642116%22%20d%3D%22M4%2012c0%20.552-2.17%202-3.085%202S0%2013.552%200%2013h.915C2.001%2013%204%2011.448%204%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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