monkey icon
monkey from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- monkey
- Set
- IconPark
- Style
- Color
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark
Use the monkey icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-width="4" d="M13.2 21C12.4312 19.531 12 17.8817 12 16.1389C12 9.98704 17.3726 5 24 5C30.6274 5 36 9.98704 36 16.1389C36 17.8817 35.5688 19.531 34.8 21"/><ellipse cx="24" cy="31" fill="#2F88FF" stroke="#000" stroke-width="4" rx="15" ry="12"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M30.5177 33.8742C26.8486 37.5433 20.7965 37.44 17 33.6435"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 23C8.68629 23 6 20.7614 6 18C6 15.2386 8.68629 13 12 13"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M36 23C39.3137 23 42 20.7614 42 18C42 15.2386 39.3137 13 36 13"/><circle cx="20" cy="14" r="2" fill="#000"/><circle cx="28" cy="14" r="2" fill="#000"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMonkey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeWidth="4" d="M13.2 21C12.4312 19.531 12 17.8817 12 16.1389C12 9.98704 17.3726 5 24 5C30.6274 5 36 9.98704 36 16.1389C36 17.8817 35.5688 19.531 34.8 21"/><ellipse cx="24" cy="31" fill="#2F88FF" stroke="#000" strokeWidth="4" rx="15" ry="12"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M30.5177 33.8742C26.8486 37.5433 20.7965 37.44 17 33.6435"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M12 23C8.68629 23 6 20.7614 6 18C6 15.2386 8.68629 13 12 13"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M36 23C39.3137 23 42 20.7614 42 18C42 15.2386 39.3137 13 36 13"/><circle cx="20" cy="14" r="2" fill="#000"/><circle cx="28" cy="14" r="2" fill="#000"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-width="4" d="M13.2 21C12.4312 19.531 12 17.8817 12 16.1389C12 9.98704 17.3726 5 24 5C30.6274 5 36 9.98704 36 16.1389C36 17.8817 35.5688 19.531 34.8 21"/><ellipse cx="24" cy="31" fill="#2F88FF" stroke="#000" stroke-width="4" rx="15" ry="12"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M30.5177 33.8742C26.8486 37.5433 20.7965 37.44 17 33.6435"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 23C8.68629 23 6 20.7614 6 18C6 15.2386 8.68629 13 12 13"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M36 23C39.3137 23 42 20.7614 42 18C42 15.2386 39.3137 13 36 13"/><circle cx="20" cy="14" r="2" fill="#000"/><circle cx="28" cy="14" r="2" fill="#000"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M13.2%2021C12.4312%2019.531%2012%2017.8817%2012%2016.1389C12%209.98704%2017.3726%205%2024%205C30.6274%205%2036%209.98704%2036%2016.1389C36%2017.8817%2035.5688%2019.531%2034.8%2021%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2231%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%2215%22%20ry%3D%2212%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.5177%2033.8742C26.8486%2037.5433%2020.7965%2037.44%2017%2033.6435%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2023C8.68629%2023%206%2020.7614%206%2018C6%2015.2386%208.68629%2013%2012%2013%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2023C39.3137%2023%2042%2020.7614%2042%2018C42%2015.2386%2039.3137%2013%2036%2013%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23000%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M13.2%2021C12.4312%2019.531%2012%2017.8817%2012%2016.1389C12%209.98704%2017.3726%205%2024%205C30.6274%205%2036%209.98704%2036%2016.1389C36%2017.8817%2035.5688%2019.531%2034.8%2021%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2231%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%2215%22%20ry%3D%2212%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.5177%2033.8742C26.8486%2037.5433%2020.7965%2037.44%2017%2033.6435%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2023C8.68629%2023%206%2020.7614%206%2018C6%2015.2386%208.68629%2013%2012%2013%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2023C39.3137%2023%2042%2020.7614%2042%2018C42%2015.2386%2039.3137%2013%2036%2013%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/monkey.svg?color=%231a73e8&size=48