monkey zodiac icon

monkey-zodiac from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.

Name
monkey-zodiac
Set
IconPark Outline
Style
Outline
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark Outline

Use the monkey zodiac icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.593 18.135c1.34-1.465 2.915-4.978-1.508-7.32c-1.006-.652-1.585-2.315-2.514-5.37C13.718 3.332 5 3 4 14v30"/><path d="M17 25c4.582 1.673 11.033 5.254 15 16c1.533 3.754 8.507 4.87 11.5-1c.998-1.957.5-5.496-3.918-7.55C36.462 31 34 26 38.5 24c1.848-.603 3.93.08 5.5 3"/><path d="M29 35c-4.345-1.106-13.228-.481-14 9"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineMonkeyZodiac(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M21.593 18.135c1.34-1.465 2.915-4.978-1.508-7.32c-1.006-.652-1.585-2.315-2.514-5.37C13.718 3.332 5 3 4 14v30"/><path d="M17 25c4.582 1.673 11.033 5.254 15 16c1.533 3.754 8.507 4.87 11.5-1c.998-1.957.5-5.496-3.918-7.55C36.462 31 34 26 38.5 24c1.848-.603 3.93.08 5.5 3"/><path d="M29 35c-4.345-1.106-13.228-.481-14 9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.593 18.135c1.34-1.465 2.915-4.978-1.508-7.32c-1.006-.652-1.585-2.315-2.514-5.37C13.718 3.332 5 3 4 14v30"/><path d="M17 25c4.582 1.673 11.033 5.254 15 16c1.533 3.754 8.507 4.87 11.5-1c.998-1.957.5-5.496-3.918-7.55C36.462 31 34 26 38.5 24c1.848-.603 3.93.08 5.5 3"/><path d="M29 35c-4.345-1.106-13.228-.481-14 9"/></g></svg>
</template>

CSS

.icon-monkey-zodiac {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.593%2018.135c1.34-1.465%202.915-4.978-1.508-7.32c-1.006-.652-1.585-2.315-2.514-5.37C13.718%203.332%205%203%204%2014v30%22%2F%3E%3Cpath%20d%3D%22M17%2025c4.582%201.673%2011.033%205.254%2015%2016c1.533%203.754%208.507%204.87%2011.5-1c.998-1.957.5-5.496-3.918-7.55C36.462%2031%2034%2026%2038.5%2024c1.848-.603%203.93.08%205.5%203%22%2F%3E%3Cpath%20d%3D%22M29%2035c-4.345-1.106-13.228-.481-14%209%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.593%2018.135c1.34-1.465%202.915-4.978-1.508-7.32c-1.006-.652-1.585-2.315-2.514-5.37C13.718%203.332%205%203%204%2014v30%22%2F%3E%3Cpath%20d%3D%22M17%2025c4.582%201.673%2011.033%205.254%2015%2016c1.533%203.754%208.507%204.87%2011.5-1c.998-1.957.5-5.496-3.918-7.55C36.462%2031%2034%2026%2038.5%2024c1.848-.603%203.93.08%205.5%203%22%2F%3E%3Cpath%20d%3D%22M29%2035c-4.345-1.106-13.228-.481-14%209%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-outline/monkey-zodiac.svg?color=%231a73e8&size=48