chicken icon
chicken from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- chicken
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
chickenEmoji One (Colored)chickenElement PluschickenFluent EmojichickenFluent Emoji FlatchickenFluent Emoji High ContrastchickenFirefox OS EmojichickenIconParkchickenIconPark OutlinechickenIconPark SolidchickenIconPark TwoTonechicken-fillMingCute IconchickenNoto EmojichickenOpenMojichickenStreamline EmojischickenTwitter Emoji
Use the chicken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.429 2.936c1.477-.437 1.966 1.544 1.966 1.544s1.956-.559 2.32.93c.365 1.49-1.455 1.944-2.51 2.226l-1.74 3.011a5 5 0 0 0-2.9-.629l2.191-3.796c-.284-1.062-.804-2.85.673-3.286"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 19.999h18m-9-14h-1.999a7 7 0 0 0-.001 14h5a5 5 0 0 0 5-5c0-2.917-2.575-5.216-5.436-4.98l-.092.008c-2.527.25-4.472 2.38-4.472 4.972m9.395-10.52s-.49-1.98-1.967-1.543s-.957 2.224-.672 3.286l-2.192 3.796a5 5 0 0 1 2.9.629l1.741-3.01c1.054-.283 2.875-.736 2.51-2.226s-2.32-.931-2.32-.931Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignChicken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.429 2.936c1.477-.437 1.966 1.544 1.966 1.544s1.956-.559 2.32.93c.365 1.49-1.455 1.944-2.51 2.226l-1.74 3.011a5 5 0 0 0-2.9-.629l2.191-3.796c-.284-1.062-.804-2.85.673-3.286"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3 19.999h18m-9-14h-1.999a7 7 0 0 0-.001 14h5a5 5 0 0 0 5-5c0-2.917-2.575-5.216-5.436-4.98l-.092.008c-2.527.25-4.472 2.38-4.472 4.972m9.395-10.52s-.49-1.98-1.967-1.543s-.957 2.224-.672 3.286l-2.192 3.796a5 5 0 0 1 2.9.629l1.741-3.01c1.054-.283 2.875-.736 2.51-2.226s-2.32-.931-2.32-.931Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.429 2.936c1.477-.437 1.966 1.544 1.966 1.544s1.956-.559 2.32.93c.365 1.49-1.455 1.944-2.51 2.226l-1.74 3.011a5 5 0 0 0-2.9-.629l2.191-3.796c-.284-1.062-.804-2.85.673-3.286"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 19.999h18m-9-14h-1.999a7 7 0 0 0-.001 14h5a5 5 0 0 0 5-5c0-2.917-2.575-5.216-5.436-4.98l-.092.008c-2.527.25-4.472 2.38-4.472 4.972m9.395-10.52s-.49-1.98-1.967-1.543s-.957 2.224-.672 3.286l-2.192 3.796a5 5 0 0 1 2.9.629l1.741-3.01c1.054-.283 2.875-.736 2.51-2.226s-2.32-.931-2.32-.931Z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.429%202.936c1.477-.437%201.966%201.544%201.966%201.544s1.956-.559%202.32.93c.365%201.49-1.455%201.944-2.51%202.226l-1.74%203.011a5%205%200%200%200-2.9-.629l2.191-3.796c-.284-1.062-.804-2.85.673-3.286%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2019.999h18m-9-14h-1.999a7%207%200%200%200-.001%2014h5a5%205%200%200%200%205-5c0-2.917-2.575-5.216-5.436-4.98l-.092.008c-2.527.25-4.472%202.38-4.472%204.972m9.395-10.52s-.49-1.98-1.967-1.543s-.957%202.224-.672%203.286l-2.192%203.796a5%205%200%200%201%202.9.629l1.741-3.01c1.054-.283%202.875-.736%202.51-2.226s-2.32-.931-2.32-.931Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.429%202.936c1.477-.437%201.966%201.544%201.966%201.544s1.956-.559%202.32.93c.365%201.49-1.455%201.944-2.51%202.226l-1.74%203.011a5%205%200%200%200-2.9-.629l2.191-3.796c-.284-1.062-.804-2.85.673-3.286%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2019.999h18m-9-14h-1.999a7%207%200%200%200-.001%2014h5a5%205%200%200%200%205-5c0-2.917-2.575-5.216-5.436-4.98l-.092.008c-2.527.25-4.472%202.38-4.472%204.972m9.395-10.52s-.49-1.98-1.967-1.543s-.957%202.224-.672%203.286l-2.192%203.796a5%205%200%200%201%202.9.629l1.741-3.01c1.054-.283%202.875-.736%202.51-2.226s-2.32-.931-2.32-.931Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/chicken.svg?color=%231a73e8&size=48