chicken emoji

chicken from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
chicken
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the chicken emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M44.62 26.25S48.995 19 46.995 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><path fill="#fff" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/><path fill="#f1b31c" d="M36 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.46 26.25S48.835 19 46.835 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><circle cx="27" cy="39" r="2"/><circle cx="45" cy="39" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36.02 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiChicken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M44.62 26.25S48.995 19 46.995 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><path fill="#fff" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/><path fill="#f1b31c" d="M36 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M44.46 26.25S48.835 19 46.835 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><circle cx="27" cy="39" r="2"/><circle cx="45" cy="39" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M36.02 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M44.62 26.25S48.995 19 46.995 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><path fill="#fff" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/><path fill="#f1b31c" d="M36 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.46 26.25S48.835 19 46.835 18s-5 1-5 1s2-7-2-7s-5 4-5 4s-1.457-8.296-7-6c-3.464 1.435-5 5 0 15"/><circle cx="27" cy="39" r="2"/><circle cx="45" cy="39" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36.02 43s18-1 0 18c0 0-18-18 0-18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 35s4-11 15-11s15 11 15 11c15 28-15 29-15 29S6 63 21 35"/></svg>
</template>

CSS

.icon-chicken {
  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%23ea5a47%22%20d%3D%22M44.62%2026.25S48.995%2019%2046.995%2018s-5%201-5%201s2-7-2-7s-5%204-5%204s-1.457-8.296-7-6c-3.464%201.435-5%205%200%2015%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%2035s4-11%2015-11s15%2011%2015%2011c15%2028-15%2029-15%2029S6%2063%2021%2035%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M36%2043s18-1%200%2018c0%200-18-18%200-18%22%2F%3E%3Cpath%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%20d%3D%22M44.46%2026.25S48.835%2019%2046.835%2018s-5%201-5%201s2-7-2-7s-5%204-5%204s-1.457-8.296-7-6c-3.464%201.435-5%205%200%2015%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Cpath%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%20d%3D%22M36.02%2043s18-1%200%2018c0%200-18-18%200-18%22%2F%3E%3Cpath%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%20d%3D%22M21%2035s4-11%2015-11s15%2011%2015%2011c15%2028-15%2029-15%2029S6%2063%2021%2035%22%2F%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%23ea5a47%22%20d%3D%22M44.62%2026.25S48.995%2019%2046.995%2018s-5%201-5%201s2-7-2-7s-5%204-5%204s-1.457-8.296-7-6c-3.464%201.435-5%205%200%2015%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%2035s4-11%2015-11s15%2011%2015%2011c15%2028-15%2029-15%2029S6%2063%2021%2035%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M36%2043s18-1%200%2018c0%200-18-18%200-18%22%2F%3E%3Cpath%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%20d%3D%22M44.46%2026.25S48.835%2019%2046.835%2018s-5%201-5%201s2-7-2-7s-5%204-5%204s-1.457-8.296-7-6c-3.464%201.435-5%205%200%2015%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Cpath%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%20d%3D%22M36.02%2043s18-1%200%2018c0%200-18-18%200-18%22%2F%3E%3Cpath%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%20d%3D%22M21%2035s4-11%2015-11s15%2011%2015%2011c15%2028-15%2029-15%2029S6%2063%2021%2035%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/chicken.svg?color=%231a73e8&size=48