chicken emoji
chicken from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- chicken
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
chickenEmoji One (Colored)chickenElement PluschickenFluent EmojichickenFluent Emoji FlatchickenFirefox OS EmojichickenIconParkchickenIconPark OutlinechickenIconPark SolidchickenIconPark TwoTonechicken-fillMingCute IconchickenNoto EmojichickenOpenMojichickenStreamline EmojischickenTDesign IconschickenTwitter Emoji
More animals & nature icons from Fluent Emoji High Contrast
Use the chicken emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.42 16.25a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.19 2c3.336.077 4.97 4.034 2.87 6.502a10.35 10.35 0 0 1 3.65 6.085l2.646 11.865c.057.258.081.52.093.748l.001.025v.025a3.748 3.748 0 0 1-6.41 2.643A3.76 3.76 0 0 1 21.38 31a3.74 3.74 0 0 1-2.66-1.107A3.76 3.76 0 0 1 16.06 31a3.74 3.74 0 0 1-2.66-1.108A3.73 3.73 0 0 1 10.71 31c-1.894-.013-3.408-1.44-3.678-3.228a1.84 1.84 0 0 1-.891.228c-1.317 0-2.206-1.34-1.71-2.564l.89-2.126c.113-.268.286-.499.5-.677c-1.13-.302-2.228-.846-3.191-1.818c-.506-.507-.678-1.094-.603-1.691c.05-.395.221-.805.334-1.075l.05-.122l.016-.04l.02-.037c.627-1.244 1.384-2.247 2.327-2.983a6.56 6.56 0 0 1 2.716-1.25q.03-.095.063-.19A3.84 3.84 0 0 1 7 11.61a3.88 3.88 0 0 1 2.76-3.89c.33-.1.55-.4.55-.74v-.01c0-2.14 1.73-3.87 3.87-3.87c.56 0 1.09.12 1.57.33c.76.34 1.66.21 2.3-.33a4.72 4.72 0 0 1 3-1.1zM6.99 19.5H4.146c.806.772 1.757 1.156 2.844 1.343zm0-1v-1.64q0-.515.048-1.019a4.4 4.4 0 0 0-1.033.602c-.599.468-1.144 1.133-1.642 2.057zm18.758-3.523a8.34 8.34 0 0 0-8.574-6.768h-.001c-4.58.197-8.183 4.042-8.183 8.651V27.2c0 .995.79 1.794 1.737 1.8h.004a1.76 1.76 0 0 0 1.453-.758l.002-.003c.587-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751c.96 0 1.737-.77 1.75-1.727a2.5 2.5 0 0 0-.046-.385l-2.653-11.895z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastChicken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.42 16.25a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.19 2c3.336.077 4.97 4.034 2.87 6.502a10.35 10.35 0 0 1 3.65 6.085l2.646 11.865c.057.258.081.52.093.748l.001.025v.025a3.748 3.748 0 0 1-6.41 2.643A3.76 3.76 0 0 1 21.38 31a3.74 3.74 0 0 1-2.66-1.107A3.76 3.76 0 0 1 16.06 31a3.74 3.74 0 0 1-2.66-1.108A3.73 3.73 0 0 1 10.71 31c-1.894-.013-3.408-1.44-3.678-3.228a1.84 1.84 0 0 1-.891.228c-1.317 0-2.206-1.34-1.71-2.564l.89-2.126c.113-.268.286-.499.5-.677c-1.13-.302-2.228-.846-3.191-1.818c-.506-.507-.678-1.094-.603-1.691c.05-.395.221-.805.334-1.075l.05-.122l.016-.04l.02-.037c.627-1.244 1.384-2.247 2.327-2.983a6.56 6.56 0 0 1 2.716-1.25q.03-.095.063-.19A3.84 3.84 0 0 1 7 11.61a3.88 3.88 0 0 1 2.76-3.89c.33-.1.55-.4.55-.74v-.01c0-2.14 1.73-3.87 3.87-3.87c.56 0 1.09.12 1.57.33c.76.34 1.66.21 2.3-.33a4.72 4.72 0 0 1 3-1.1zM6.99 19.5H4.146c.806.772 1.757 1.156 2.844 1.343zm0-1v-1.64q0-.515.048-1.019a4.4 4.4 0 0 0-1.033.602c-.599.468-1.144 1.133-1.642 2.057zm18.758-3.523a8.34 8.34 0 0 0-8.574-6.768h-.001c-4.58.197-8.183 4.042-8.183 8.651V27.2c0 .995.79 1.794 1.737 1.8h.004a1.76 1.76 0 0 0 1.453-.758l.002-.003c.587-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751c.96 0 1.737-.77 1.75-1.727a2.5 2.5 0 0 0-.046-.385l-2.653-11.895z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.42 16.25a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.19 2c3.336.077 4.97 4.034 2.87 6.502a10.35 10.35 0 0 1 3.65 6.085l2.646 11.865c.057.258.081.52.093.748l.001.025v.025a3.748 3.748 0 0 1-6.41 2.643A3.76 3.76 0 0 1 21.38 31a3.74 3.74 0 0 1-2.66-1.107A3.76 3.76 0 0 1 16.06 31a3.74 3.74 0 0 1-2.66-1.108A3.73 3.73 0 0 1 10.71 31c-1.894-.013-3.408-1.44-3.678-3.228a1.84 1.84 0 0 1-.891.228c-1.317 0-2.206-1.34-1.71-2.564l.89-2.126c.113-.268.286-.499.5-.677c-1.13-.302-2.228-.846-3.191-1.818c-.506-.507-.678-1.094-.603-1.691c.05-.395.221-.805.334-1.075l.05-.122l.016-.04l.02-.037c.627-1.244 1.384-2.247 2.327-2.983a6.56 6.56 0 0 1 2.716-1.25q.03-.095.063-.19A3.84 3.84 0 0 1 7 11.61a3.88 3.88 0 0 1 2.76-3.89c.33-.1.55-.4.55-.74v-.01c0-2.14 1.73-3.87 3.87-3.87c.56 0 1.09.12 1.57.33c.76.34 1.66.21 2.3-.33a4.72 4.72 0 0 1 3-1.1zM6.99 19.5H4.146c.806.772 1.757 1.156 2.844 1.343zm0-1v-1.64q0-.515.048-1.019a4.4 4.4 0 0 0-1.033.602c-.599.468-1.144 1.133-1.642 2.057zm18.758-3.523a8.34 8.34 0 0 0-8.574-6.768h-.001c-4.58.197-8.183 4.042-8.183 8.651V27.2c0 .995.79 1.794 1.737 1.8h.004a1.76 1.76 0 0 0 1.453-.758l.002-.003c.587-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751a1.77 1.77 0 0 0 1.442-.756l.004-.005c.586-.82 1.836-.86 2.435.01c.324.458.846.751 1.439.751c.96 0 1.737-.77 1.75-1.727a2.5 2.5 0 0 0-.046-.385l-2.653-11.895z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.42%2016.25a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M21.19%202c3.336.077%204.97%204.034%202.87%206.502a10.35%2010.35%200%200%201%203.65%206.085l2.646%2011.865c.057.258.081.52.093.748l.001.025v.025a3.748%203.748%200%200%201-6.41%202.643A3.76%203.76%200%200%201%2021.38%2031a3.74%203.74%200%200%201-2.66-1.107A3.76%203.76%200%200%201%2016.06%2031a3.74%203.74%200%200%201-2.66-1.108A3.73%203.73%200%200%201%2010.71%2031c-1.894-.013-3.408-1.44-3.678-3.228a1.84%201.84%200%200%201-.891.228c-1.317%200-2.206-1.34-1.71-2.564l.89-2.126c.113-.268.286-.499.5-.677c-1.13-.302-2.228-.846-3.191-1.818c-.506-.507-.678-1.094-.603-1.691c.05-.395.221-.805.334-1.075l.05-.122l.016-.04l.02-.037c.627-1.244%201.384-2.247%202.327-2.983a6.56%206.56%200%200%201%202.716-1.25q.03-.095.063-.19A3.84%203.84%200%200%201%207%2011.61a3.88%203.88%200%200%201%202.76-3.89c.33-.1.55-.4.55-.74v-.01c0-2.14%201.73-3.87%203.87-3.87c.56%200%201.09.12%201.57.33c.76.34%201.66.21%202.3-.33a4.72%204.72%200%200%201%203-1.1zM6.99%2019.5H4.146c.806.772%201.757%201.156%202.844%201.343zm0-1v-1.64q0-.515.048-1.019a4.4%204.4%200%200%200-1.033.602c-.599.468-1.144%201.133-1.642%202.057zm18.758-3.523a8.34%208.34%200%200%200-8.574-6.768h-.001c-4.58.197-8.183%204.042-8.183%208.651V27.2c0%20.995.79%201.794%201.737%201.8h.004a1.76%201.76%200%200%200%201.453-.758l.002-.003c.587-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751a1.77%201.77%200%200%200%201.442-.756l.004-.005c.586-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751a1.77%201.77%200%200%200%201.442-.756l.004-.005c.586-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751c.96%200%201.737-.77%201.75-1.727a2.5%202.5%200%200%200-.046-.385l-2.653-11.895z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.42%2016.25a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M21.19%202c3.336.077%204.97%204.034%202.87%206.502a10.35%2010.35%200%200%201%203.65%206.085l2.646%2011.865c.057.258.081.52.093.748l.001.025v.025a3.748%203.748%200%200%201-6.41%202.643A3.76%203.76%200%200%201%2021.38%2031a3.74%203.74%200%200%201-2.66-1.107A3.76%203.76%200%200%201%2016.06%2031a3.74%203.74%200%200%201-2.66-1.108A3.73%203.73%200%200%201%2010.71%2031c-1.894-.013-3.408-1.44-3.678-3.228a1.84%201.84%200%200%201-.891.228c-1.317%200-2.206-1.34-1.71-2.564l.89-2.126c.113-.268.286-.499.5-.677c-1.13-.302-2.228-.846-3.191-1.818c-.506-.507-.678-1.094-.603-1.691c.05-.395.221-.805.334-1.075l.05-.122l.016-.04l.02-.037c.627-1.244%201.384-2.247%202.327-2.983a6.56%206.56%200%200%201%202.716-1.25q.03-.095.063-.19A3.84%203.84%200%200%201%207%2011.61a3.88%203.88%200%200%201%202.76-3.89c.33-.1.55-.4.55-.74v-.01c0-2.14%201.73-3.87%203.87-3.87c.56%200%201.09.12%201.57.33c.76.34%201.66.21%202.3-.33a4.72%204.72%200%200%201%203-1.1zM6.99%2019.5H4.146c.806.772%201.757%201.156%202.844%201.343zm0-1v-1.64q0-.515.048-1.019a4.4%204.4%200%200%200-1.033.602c-.599.468-1.144%201.133-1.642%202.057zm18.758-3.523a8.34%208.34%200%200%200-8.574-6.768h-.001c-4.58.197-8.183%204.042-8.183%208.651V27.2c0%20.995.79%201.794%201.737%201.8h.004a1.76%201.76%200%200%200%201.453-.758l.002-.003c.587-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751a1.77%201.77%200%200%200%201.442-.756l.004-.005c.586-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751a1.77%201.77%200%200%200%201.442-.756l.004-.005c.586-.82%201.836-.86%202.435.01c.324.458.846.751%201.439.751c.96%200%201.737-.77%201.75-1.727a2.5%202.5%200%200%200-.046-.385l-2.653-11.895z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/chicken.svg?color=%231a73e8&size=48