deer from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
deer
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 deer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M36 27C36 34.2165 30.6274 44 24 44C17.3726 44 12 34.2165 12 27C12 19.7835 13.5 16 24 16C34.5 16 36 19.7835 36 27Z"/><ellipse fill="#2F88FF" stroke="#000" stroke-width="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" fill="#2F88FF" stroke="#000" stroke-width="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 4C12 10.6274 17.3726 16 24 16C30.6274 16 36 10.6274 36 4"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M18 7C18 11.9706 20.6863 16 24 16C27.3137 16 30 11.9706 30 7"/><circle cx="20" cy="26" r="2" fill="#fff"/><circle cx="24" cy="34" r="2" fill="#fff"/><circle cx="28" cy="26" r="2" fill="#fff"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDeer(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 fill="#2F88FF" stroke="#000" strokeWidth="4" d="M36 27C36 34.2165 30.6274 44 24 44C17.3726 44 12 34.2165 12 27C12 19.7835 13.5 16 24 16C34.5 16 36 19.7835 36 27Z"/><ellipse fill="#2F88FF" stroke="#000" strokeWidth="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" fill="#2F88FF" stroke="#000" strokeWidth="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M12 4C12 10.6274 17.3726 16 24 16C30.6274 16 36 10.6274 36 4"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M18 7C18 11.9706 20.6863 16 24 16C27.3137 16 30 11.9706 30 7"/><circle cx="20" cy="26" r="2" fill="#fff"/><circle cx="24" cy="34" r="2" fill="#fff"/><circle cx="28" cy="26" r="2" fill="#fff"/></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 fill="#2F88FF" stroke="#000" stroke-width="4" d="M36 27C36 34.2165 30.6274 44 24 44C17.3726 44 12 34.2165 12 27C12 19.7835 13.5 16 24 16C34.5 16 36 19.7835 36 27Z"/><ellipse fill="#2F88FF" stroke="#000" stroke-width="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" fill="#2F88FF" stroke="#000" stroke-width="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 4C12 10.6274 17.3726 16 24 16C30.6274 16 36 10.6274 36 4"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M18 7C18 11.9706 20.6863 16 24 16C27.3137 16 30 11.9706 30 7"/><circle cx="20" cy="26" r="2" fill="#fff"/><circle cx="24" cy="34" r="2" fill="#fff"/><circle cx="28" cy="26" r="2" fill="#fff"/></g></svg>
</template>

CSS

.icon-deer {
  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%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M36%2027C36%2034.2165%2030.6274%2044%2024%2044C17.3726%2044%2012%2034.2165%2012%2027C12%2019.7835%2013.5%2016%2024%2016C34.5%2016%2036%2019.7835%2036%2027Z%22%2F%3E%3Cellipse%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%225%22%20ry%3D%223.5%22%20transform%3D%22scale(1%20-1)rotate(45%2040.625%2038.327)%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2217.5%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%225%22%20ry%3D%223.5%22%20transform%3D%22rotate(45%209%2017.5)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%204C12%2010.6274%2017.3726%2016%2024%2016C30.6274%2016%2036%2010.6274%2036%204%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%207C18%2011.9706%2020.6863%2016%2024%2016C27.3137%2016%2030%2011.9706%2030%207%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22%23fff%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%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M36%2027C36%2034.2165%2030.6274%2044%2024%2044C17.3726%2044%2012%2034.2165%2012%2027C12%2019.7835%2013.5%2016%2024%2016C34.5%2016%2036%2019.7835%2036%2027Z%22%2F%3E%3Cellipse%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%225%22%20ry%3D%223.5%22%20transform%3D%22scale(1%20-1)rotate(45%2040.625%2038.327)%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2217.5%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%225%22%20ry%3D%223.5%22%20transform%3D%22rotate(45%209%2017.5)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%204C12%2010.6274%2017.3726%2016%2024%2016C30.6274%2016%2036%2010.6274%2036%204%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%207C18%2011.9706%2020.6863%2016%2024%2016C27.3137%2016%2030%2011.9706%2030%207%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22%23fff%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/deer.svg?color=%231a73e8&size=48