doe emoji
doe from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- doe
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the doe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m57.46 34.32l1.229 9.917s-1.358 6.826 4.309 3.909l.178-.152l-1.487-3.09l1.083-4.583l-.917-4.167z"/><path fill="#a57939" d="M19.82 20.4L9.45 26.025l.625 2.188s6.392.444 7.25 1.688c2.699 3.91 2.994 20.37 10.88 18.44l3.375 15.25s-1.75 4.562-1.562 4.438s2.875-.062 2.875-.062l1.875-5.563l-.495-6.248l-.255-6.563l4.312.312l7.25-1.062l4.312-.187l2.75 4.375l-2.938 10.81l-2.688 4.125h3.875l5.5-10.06l1.25-3.75l-1.75-7.188l3.312-6.614s.312-3.561-2.062-6.061c-7.343-2.515-16.92-.904-24.81-.938l-5.079.313l-.443-2.125s-1.543-3.265-1.528-5.651c.457-1.763 3.613-.862 3.8-3.924c0 0-3.374-2.75-6.5-.188c0 0-2.5-2.062-2.75-1.375z"/><path fill="#6a462f" d="m23.03 45.59l1.167 5.75l1.75 11.08l-1.917 5.417h2.917l2.583-5.667l-.083-8.667l-1.25-5.167z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m30.24 67.02l1.179-3.453l-3.429-15.46c-8.506 1.177-6.194-11.73-9.872-18.03c-1.055-1.766-3.844-1.47-3.844-1.47l-2.65.213a1.77 1.77 0 0 1-1.812-1.175l-.21-.595a1.604 1.604 0 0 1 .795-1.97l9.02-4.51s2.217-.856 3.168 1.52c0 0 1.118-2.698 6.476-.555c0 0-.429 4.072-5.144 4.072M34.92 44.6l.536 4.18s-2.677 3.045-2.143 7.364"/><path d="m25.168 51.18l.96 11.48l-1.82 4.18m1.542-34.99s.303 1.456 1.776 1.999c15.26-1.156 28.85-1.296 33.28 2.43c2.003 1.773 1.788 4.751 1.03 7.228c-.01.034-.868 2.71.544 3.773"/><path d="m49.7 40.59l-.857 6.537l4.072 6.122l-3.383 10.64l-2.35 3.129M58.19 40.59s.972 2.495-2.078 7.229c0 0 .107 3.18 1.393 5.538l-2.036 4.155"/><path d="M38.31 48.92c4.753.51 8.797.815 11.54-.276"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDoe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m57.46 34.32l1.229 9.917s-1.358 6.826 4.309 3.909l.178-.152l-1.487-3.09l1.083-4.583l-.917-4.167z"/><path fill="#a57939" d="M19.82 20.4L9.45 26.025l.625 2.188s6.392.444 7.25 1.688c2.699 3.91 2.994 20.37 10.88 18.44l3.375 15.25s-1.75 4.562-1.562 4.438s2.875-.062 2.875-.062l1.875-5.563l-.495-6.248l-.255-6.563l4.312.312l7.25-1.062l4.312-.187l2.75 4.375l-2.938 10.81l-2.688 4.125h3.875l5.5-10.06l1.25-3.75l-1.75-7.188l3.312-6.614s.312-3.561-2.062-6.061c-7.343-2.515-16.92-.904-24.81-.938l-5.079.313l-.443-2.125s-1.543-3.265-1.528-5.651c.457-1.763 3.613-.862 3.8-3.924c0 0-3.374-2.75-6.5-.188c0 0-2.5-2.062-2.75-1.375z"/><path fill="#6a462f" d="m23.03 45.59l1.167 5.75l1.75 11.08l-1.917 5.417h2.917l2.583-5.667l-.083-8.667l-1.25-5.167z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m30.24 67.02l1.179-3.453l-3.429-15.46c-8.506 1.177-6.194-11.73-9.872-18.03c-1.055-1.766-3.844-1.47-3.844-1.47l-2.65.213a1.77 1.77 0 0 1-1.812-1.175l-.21-.595a1.604 1.604 0 0 1 .795-1.97l9.02-4.51s2.217-.856 3.168 1.52c0 0 1.118-2.698 6.476-.555c0 0-.429 4.072-5.144 4.072M34.92 44.6l.536 4.18s-2.677 3.045-2.143 7.364"/><path d="m25.168 51.18l.96 11.48l-1.82 4.18m1.542-34.99s.303 1.456 1.776 1.999c15.26-1.156 28.85-1.296 33.28 2.43c2.003 1.773 1.788 4.751 1.03 7.228c-.01.034-.868 2.71.544 3.773"/><path d="m49.7 40.59l-.857 6.537l4.072 6.122l-3.383 10.64l-2.35 3.129M58.19 40.59s.972 2.495-2.078 7.229c0 0 .107 3.18 1.393 5.538l-2.036 4.155"/><path d="M38.31 48.92c4.753.51 8.797.815 11.54-.276"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="m57.46 34.32l1.229 9.917s-1.358 6.826 4.309 3.909l.178-.152l-1.487-3.09l1.083-4.583l-.917-4.167z"/><path fill="#a57939" d="M19.82 20.4L9.45 26.025l.625 2.188s6.392.444 7.25 1.688c2.699 3.91 2.994 20.37 10.88 18.44l3.375 15.25s-1.75 4.562-1.562 4.438s2.875-.062 2.875-.062l1.875-5.563l-.495-6.248l-.255-6.563l4.312.312l7.25-1.062l4.312-.187l2.75 4.375l-2.938 10.81l-2.688 4.125h3.875l5.5-10.06l1.25-3.75l-1.75-7.188l3.312-6.614s.312-3.561-2.062-6.061c-7.343-2.515-16.92-.904-24.81-.938l-5.079.313l-.443-2.125s-1.543-3.265-1.528-5.651c.457-1.763 3.613-.862 3.8-3.924c0 0-3.374-2.75-6.5-.188c0 0-2.5-2.062-2.75-1.375z"/><path fill="#6a462f" d="m23.03 45.59l1.167 5.75l1.75 11.08l-1.917 5.417h2.917l2.583-5.667l-.083-8.667l-1.25-5.167z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m30.24 67.02l1.179-3.453l-3.429-15.46c-8.506 1.177-6.194-11.73-9.872-18.03c-1.055-1.766-3.844-1.47-3.844-1.47l-2.65.213a1.77 1.77 0 0 1-1.812-1.175l-.21-.595a1.604 1.604 0 0 1 .795-1.97l9.02-4.51s2.217-.856 3.168 1.52c0 0 1.118-2.698 6.476-.555c0 0-.429 4.072-5.144 4.072M34.92 44.6l.536 4.18s-2.677 3.045-2.143 7.364"/><path d="m25.168 51.18l.96 11.48l-1.82 4.18m1.542-34.99s.303 1.456 1.776 1.999c15.26-1.156 28.85-1.296 33.28 2.43c2.003 1.773 1.788 4.751 1.03 7.228c-.01.034-.868 2.71.544 3.773"/><path d="m49.7 40.59l-.857 6.537l4.072 6.122l-3.383 10.64l-2.35 3.129M58.19 40.59s.972 2.495-2.078 7.229c0 0 .107 3.18 1.393 5.538l-2.036 4.155"/><path d="M38.31 48.92c4.753.51 8.797.815 11.54-.276"/></g></svg> </template>
CSS
.icon-doe {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m57.46%2034.32l1.229%209.917s-1.358%206.826%204.309%203.909l.178-.152l-1.487-3.09l1.083-4.583l-.917-4.167z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M19.82%2020.4L9.45%2026.025l.625%202.188s6.392.444%207.25%201.688c2.699%203.91%202.994%2020.37%2010.88%2018.44l3.375%2015.25s-1.75%204.562-1.562%204.438s2.875-.062%202.875-.062l1.875-5.563l-.495-6.248l-.255-6.563l4.312.312l7.25-1.062l4.312-.187l2.75%204.375l-2.938%2010.81l-2.688%204.125h3.875l5.5-10.06l1.25-3.75l-1.75-7.188l3.312-6.614s.312-3.561-2.062-6.061c-7.343-2.515-16.92-.904-24.81-.938l-5.079.313l-.443-2.125s-1.543-3.265-1.528-5.651c.457-1.763%203.613-.862%203.8-3.924c0%200-3.374-2.75-6.5-.188c0%200-2.5-2.062-2.75-1.375z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m23.03%2045.59l1.167%205.75l1.75%2011.08l-1.917%205.417h2.917l2.583-5.667l-.083-8.667l-1.25-5.167z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m30.24%2067.02l1.179-3.453l-3.429-15.46c-8.506%201.177-6.194-11.73-9.872-18.03c-1.055-1.766-3.844-1.47-3.844-1.47l-2.65.213a1.77%201.77%200%200%201-1.812-1.175l-.21-.595a1.604%201.604%200%200%201%20.795-1.97l9.02-4.51s2.217-.856%203.168%201.52c0%200%201.118-2.698%206.476-.555c0%200-.429%204.072-5.144%204.072M34.92%2044.6l.536%204.18s-2.677%203.045-2.143%207.364%22%2F%3E%3Cpath%20d%3D%22m25.168%2051.18l.96%2011.48l-1.82%204.18m1.542-34.99s.303%201.456%201.776%201.999c15.26-1.156%2028.85-1.296%2033.28%202.43c2.003%201.773%201.788%204.751%201.03%207.228c-.01.034-.868%202.71.544%203.773%22%2F%3E%3Cpath%20d%3D%22m49.7%2040.59l-.857%206.537l4.072%206.122l-3.383%2010.64l-2.35%203.129M58.19%2040.59s.972%202.495-2.078%207.229c0%200%20.107%203.18%201.393%205.538l-2.036%204.155%22%2F%3E%3Cpath%20d%3D%22M38.31%2048.92c4.753.51%208.797.815%2011.54-.276%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m57.46%2034.32l1.229%209.917s-1.358%206.826%204.309%203.909l.178-.152l-1.487-3.09l1.083-4.583l-.917-4.167z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M19.82%2020.4L9.45%2026.025l.625%202.188s6.392.444%207.25%201.688c2.699%203.91%202.994%2020.37%2010.88%2018.44l3.375%2015.25s-1.75%204.562-1.562%204.438s2.875-.062%202.875-.062l1.875-5.563l-.495-6.248l-.255-6.563l4.312.312l7.25-1.062l4.312-.187l2.75%204.375l-2.938%2010.81l-2.688%204.125h3.875l5.5-10.06l1.25-3.75l-1.75-7.188l3.312-6.614s.312-3.561-2.062-6.061c-7.343-2.515-16.92-.904-24.81-.938l-5.079.313l-.443-2.125s-1.543-3.265-1.528-5.651c.457-1.763%203.613-.862%203.8-3.924c0%200-3.374-2.75-6.5-.188c0%200-2.5-2.062-2.75-1.375z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m23.03%2045.59l1.167%205.75l1.75%2011.08l-1.917%205.417h2.917l2.583-5.667l-.083-8.667l-1.25-5.167z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m30.24%2067.02l1.179-3.453l-3.429-15.46c-8.506%201.177-6.194-11.73-9.872-18.03c-1.055-1.766-3.844-1.47-3.844-1.47l-2.65.213a1.77%201.77%200%200%201-1.812-1.175l-.21-.595a1.604%201.604%200%200%201%20.795-1.97l9.02-4.51s2.217-.856%203.168%201.52c0%200%201.118-2.698%206.476-.555c0%200-.429%204.072-5.144%204.072M34.92%2044.6l.536%204.18s-2.677%203.045-2.143%207.364%22%2F%3E%3Cpath%20d%3D%22m25.168%2051.18l.96%2011.48l-1.82%204.18m1.542-34.99s.303%201.456%201.776%201.999c15.26-1.156%2028.85-1.296%2033.28%202.43c2.003%201.773%201.788%204.751%201.03%207.228c-.01.034-.868%202.71.544%203.773%22%2F%3E%3Cpath%20d%3D%22m49.7%2040.59l-.857%206.537l4.072%206.122l-3.383%2010.64l-2.35%203.129M58.19%2040.59s.972%202.495-2.078%207.229c0%200%20.107%203.18%201.393%205.538l-2.036%204.155%22%2F%3E%3Cpath%20d%3D%22M38.31%2048.92c4.753.51%208.797.815%2011.54-.276%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/doe.svg?color=%231a73e8&size=48