Chicken Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chicken icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305380.svg" alt="Chicken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305380.svg" alt="Chicken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305380.svg" alt="Chicken icon" :width="24" :height="24" />
CSS background
.icon-chicken {
background-image: url('https://proicons.com/icon/305380.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M923 194c-13-14-33-17-50-11 6-18 3-37-11-51-19-19-50-19-69 0-10 10-14 24-13 37 3 44-22 79-41 98-51 51-207 64-207 64-32 4-62 18-88 40-11 4-21-15 1-33 11-9 38-19 28-24-203 5-366 152-366 333 0 184 84 166 378 166 317 0 378 18 378-166 0-83-35-158-91-217-8 34-14 70-16 97v1c-7 45-26 85-57 116-39 38-90 59-144 59-48 0-91-14-128-45-19-18 4-42 26-21 7 5 14 10 22 14 2 1 3 2 5 3 6 3 13 5 19 8l12 3c5 2 10 3 15 4 9 2 19 3 28 3 20 0 39-4 58-10 23-9 46-22 64-41 28-27 43-61 48-97h1s13-156 64-207c19-19 55-44 100-41h1c12 0 24-5 33-14 19-19 19-49 0-68zm-56 660H92c-16 0-29 4-29 8v12c0 5 13 8 29 8h775c16 0 29-3 29-8v-12c1-4-13-8-29-8z"/></svg>
Copied!