chicken icon
chicken from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- chicken
- Set
- IconPark Outline
- Style
- Outline
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
chickenEmoji One (Colored)chickenElement PluschickenFluent EmojichickenFluent Emoji FlatchickenFluent Emoji High ContrastchickenFirefox OS EmojichickenIconParkchickenIconPark SolidchickenIconPark TwoTonechicken-fillMingCute IconchickenNoto EmojichickenOpenMojichickenStreamline EmojischickenTDesign IconschickenTwitter Emoji
More foods icons from IconPark Outline
Use the chicken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M35.979 15.5a10.7 10.7 0 0 0-1.71-1.275l-1.466-.88a13.3 13.3 0 0 0-4.412-1.668l-.524-.096a27.1 27.1 0 0 1-8.051-2.855a2.792 2.792 0 1 0-2.965 3.396A22.8 22.8 0 0 1 21 17.647"/><path d="M11.307 25.02C11.045 25.3 8 28.65 8 32c0 3.5 1.558 5 3 6s3.72 2 5.61 2S28.5 41 33 40s5-2 7-4c1.081-1.081 1.882-2.602 2.39-3.77a22.5 22.5 0 0 0 1.175-3.502c.36-1.436.723-3.498.435-5.228c-.5-3-2-5-7-7.5c-4.604-2.302-8.647-1.212-9.258-1.025l-.161.054c-.8.283-7.265 2.596-10.01 4.471c-2.802 1.914-5.962 5.202-6.228 5.481z"/><path d="M6.103 20.01a2.792 2.792 0 1 1 2.965-3.396a27.1 27.1 0 0 0 8.051 2.854l.524.097c1.559.287 3.053.852 4.412 1.668l1.466.879a10.7 10.7 0 0 1 2.602 2.197l.406.472a6.6 6.6 0 0 1 1.532 5.17l-.028.211a5.95 5.95 0 0 1-1.637 3.367l-.462.473a6.67 6.67 0 0 1-5.875 1.924a8.34 8.34 0 0 1-4.425-2.23l-.739-.714a9.3 9.3 0 0 1-1.532-1.935l-2.172-3.652l-.634-1.27a22.8 22.8 0 0 0-4.454-6.116"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineChicken(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M35.979 15.5a10.7 10.7 0 0 0-1.71-1.275l-1.466-.88a13.3 13.3 0 0 0-4.412-1.668l-.524-.096a27.1 27.1 0 0 1-8.051-2.855a2.792 2.792 0 1 0-2.965 3.396A22.8 22.8 0 0 1 21 17.647"/><path d="M11.307 25.02C11.045 25.3 8 28.65 8 32c0 3.5 1.558 5 3 6s3.72 2 5.61 2S28.5 41 33 40s5-2 7-4c1.081-1.081 1.882-2.602 2.39-3.77a22.5 22.5 0 0 0 1.175-3.502c.36-1.436.723-3.498.435-5.228c-.5-3-2-5-7-7.5c-4.604-2.302-8.647-1.212-9.258-1.025l-.161.054c-.8.283-7.265 2.596-10.01 4.471c-2.802 1.914-5.962 5.202-6.228 5.481z"/><path d="M6.103 20.01a2.792 2.792 0 1 1 2.965-3.396a27.1 27.1 0 0 0 8.051 2.854l.524.097c1.559.287 3.053.852 4.412 1.668l1.466.879a10.7 10.7 0 0 1 2.602 2.197l.406.472a6.6 6.6 0 0 1 1.532 5.17l-.028.211a5.95 5.95 0 0 1-1.637 3.367l-.462.473a6.67 6.67 0 0 1-5.875 1.924a8.34 8.34 0 0 1-4.425-2.23l-.739-.714a9.3 9.3 0 0 1-1.532-1.935l-2.172-3.652l-.634-1.27a22.8 22.8 0 0 0-4.454-6.116"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M35.979 15.5a10.7 10.7 0 0 0-1.71-1.275l-1.466-.88a13.3 13.3 0 0 0-4.412-1.668l-.524-.096a27.1 27.1 0 0 1-8.051-2.855a2.792 2.792 0 1 0-2.965 3.396A22.8 22.8 0 0 1 21 17.647"/><path d="M11.307 25.02C11.045 25.3 8 28.65 8 32c0 3.5 1.558 5 3 6s3.72 2 5.61 2S28.5 41 33 40s5-2 7-4c1.081-1.081 1.882-2.602 2.39-3.77a22.5 22.5 0 0 0 1.175-3.502c.36-1.436.723-3.498.435-5.228c-.5-3-2-5-7-7.5c-4.604-2.302-8.647-1.212-9.258-1.025l-.161.054c-.8.283-7.265 2.596-10.01 4.471c-2.802 1.914-5.962 5.202-6.228 5.481z"/><path d="M6.103 20.01a2.792 2.792 0 1 1 2.965-3.396a27.1 27.1 0 0 0 8.051 2.854l.524.097c1.559.287 3.053.852 4.412 1.668l1.466.879a10.7 10.7 0 0 1 2.602 2.197l.406.472a6.6 6.6 0 0 1 1.532 5.17l-.028.211a5.95 5.95 0 0 1-1.637 3.367l-.462.473a6.67 6.67 0 0 1-5.875 1.924a8.34 8.34 0 0 1-4.425-2.23l-.739-.714a9.3 9.3 0 0 1-1.532-1.935l-2.172-3.652l-.634-1.27a22.8 22.8 0 0 0-4.454-6.116"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M35.979%2015.5a10.7%2010.7%200%200%200-1.71-1.275l-1.466-.88a13.3%2013.3%200%200%200-4.412-1.668l-.524-.096a27.1%2027.1%200%200%201-8.051-2.855a2.792%202.792%200%201%200-2.965%203.396A22.8%2022.8%200%200%201%2021%2017.647%22%2F%3E%3Cpath%20d%3D%22M11.307%2025.02C11.045%2025.3%208%2028.65%208%2032c0%203.5%201.558%205%203%206s3.72%202%205.61%202S28.5%2041%2033%2040s5-2%207-4c1.081-1.081%201.882-2.602%202.39-3.77a22.5%2022.5%200%200%200%201.175-3.502c.36-1.436.723-3.498.435-5.228c-.5-3-2-5-7-7.5c-4.604-2.302-8.647-1.212-9.258-1.025l-.161.054c-.8.283-7.265%202.596-10.01%204.471c-2.802%201.914-5.962%205.202-6.228%205.481z%22%2F%3E%3Cpath%20d%3D%22M6.103%2020.01a2.792%202.792%200%201%201%202.965-3.396a27.1%2027.1%200%200%200%208.051%202.854l.524.097c1.559.287%203.053.852%204.412%201.668l1.466.879a10.7%2010.7%200%200%201%202.602%202.197l.406.472a6.6%206.6%200%200%201%201.532%205.17l-.028.211a5.95%205.95%200%200%201-1.637%203.367l-.462.473a6.67%206.67%200%200%201-5.875%201.924a8.34%208.34%200%200%201-4.425-2.23l-.739-.714a9.3%209.3%200%200%201-1.532-1.935l-2.172-3.652l-.634-1.27a22.8%2022.8%200%200%200-4.454-6.116%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M35.979%2015.5a10.7%2010.7%200%200%200-1.71-1.275l-1.466-.88a13.3%2013.3%200%200%200-4.412-1.668l-.524-.096a27.1%2027.1%200%200%201-8.051-2.855a2.792%202.792%200%201%200-2.965%203.396A22.8%2022.8%200%200%201%2021%2017.647%22%2F%3E%3Cpath%20d%3D%22M11.307%2025.02C11.045%2025.3%208%2028.65%208%2032c0%203.5%201.558%205%203%206s3.72%202%205.61%202S28.5%2041%2033%2040s5-2%207-4c1.081-1.081%201.882-2.602%202.39-3.77a22.5%2022.5%200%200%200%201.175-3.502c.36-1.436.723-3.498.435-5.228c-.5-3-2-5-7-7.5c-4.604-2.302-8.647-1.212-9.258-1.025l-.161.054c-.8.283-7.265%202.596-10.01%204.471c-2.802%201.914-5.962%205.202-6.228%205.481z%22%2F%3E%3Cpath%20d%3D%22M6.103%2020.01a2.792%202.792%200%201%201%202.965-3.396a27.1%2027.1%200%200%200%208.051%202.854l.524.097c1.559.287%203.053.852%204.412%201.668l1.466.879a10.7%2010.7%200%200%201%202.602%202.197l.406.472a6.6%206.6%200%200%201%201.532%205.17l-.028.211a5.95%205.95%200%200%201-1.637%203.367l-.462.473a6.67%206.67%200%200%201-5.875%201.924a8.34%208.34%200%200%201-4.425-2.23l-.739-.714a9.3%209.3%200%200%201-1.532-1.935l-2.172-3.652l-.634-1.27a22.8%2022.8%200%200%200-4.454-6.116%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/chicken.svg?color=%231a73e8&size=48