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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-width="4" d="M36 27c0 7.217-5.373 17-12 17s-12-9.783-12-17c0-7.216 1.5-11 12-11s12 3.784 12 11Z"/><ellipse stroke="currentColor" stroke-width="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" stroke="currentColor" stroke-width="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M12 4c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M18 7c0 4.97 2.686 9 6 9s6-4.03 6-9"/><circle cx="20" cy="26" r="2" fill="currentColor"/><circle cx="24" cy="34" r="2" fill="currentColor"/><circle cx="28" cy="26" r="2" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineDeer(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="currentColor" strokeWidth="4" d="M36 27c0 7.217-5.373 17-12 17s-12-9.783-12-17c0-7.216 1.5-11 12-11s12 3.784 12 11Z"/><ellipse stroke="currentColor" strokeWidth="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" stroke="currentColor" strokeWidth="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M12 4c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M18 7c0 4.97 2.686 9 6 9s6-4.03 6-9"/><circle cx="20" cy="26" r="2" fill="currentColor"/><circle cx="24" cy="34" r="2" fill="currentColor"/><circle cx="28" cy="26" r="2" fill="currentColor"/></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="currentColor" stroke-width="4" d="M36 27c0 7.217-5.373 17-12 17s-12-9.783-12-17c0-7.216 1.5-11 12-11s12 3.784 12 11Z"/><ellipse stroke="currentColor" stroke-width="4" rx="5" ry="3.5" transform="scale(1 -1)rotate(45 40.625 38.327)"/><ellipse cx="9" cy="17.5" stroke="currentColor" stroke-width="4" rx="5" ry="3.5" transform="rotate(45 9 17.5)"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M12 4c0 6.627 5.373 12 12 12s12-5.373 12-12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M18 7c0 4.97 2.686 9 6 9s6-4.03 6-9"/><circle cx="20" cy="26" r="2" fill="currentColor"/><circle cx="24" cy="34" r="2" fill="currentColor"/><circle cx="28" cy="26" r="2" fill="currentColor"/></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%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M36%2027c0%207.217-5.373%2017-12%2017s-12-9.783-12-17c0-7.216%201.5-11%2012-11s12%203.784%2012%2011Z%22%2F%3E%3Cellipse%20stroke%3D%22currentColor%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%20stroke%3D%22currentColor%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%204c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%207c0%204.97%202.686%209%206%209s6-4.03%206-9%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%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%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M36%2027c0%207.217-5.373%2017-12%2017s-12-9.783-12-17c0-7.216%201.5-11%2012-11s12%203.784%2012%2011Z%22%2F%3E%3Cellipse%20stroke%3D%22currentColor%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%20stroke%3D%22currentColor%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%204c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%207c0%204.97%202.686%209%206%209s6-4.03%206-9%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%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/deer.svg?color=%231a73e8&size=48