Emoji Chicken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325172.svg" alt="Emoji Chicken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325172.svg" alt="Emoji Chicken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325172.svg" alt="Emoji Chicken icon" :width="24" :height="24" />
CSS background
.icon-emoji-chicken {
background-image: url('https://proicons.com/icon/325172.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M29.7539,16.8252s2.9756-4.9309,1.6153-5.611-3.4006.6801-3.4006.6801c0,0,1.3603-4.7609-1.3603-4.7609s-3.4006,2.7205-3.4006,2.7205c0,0-.9909-5.6423-4.7609-4.0808-2.356.976-3.2285,4.2596.1721,11.0609"/><path class="g" d="M16.5186,25.4969c0-.7512.609-1.3603,1.3603-1.3603s1.3603.609,1.3603,1.3603"/><path class="g" d="M28.7609,25.4969c0-.7512.609-1.3603,1.3603-1.3603s1.3603.609,1.3603,1.3603"/><path class="g" d="M24.0136,28.2174s12.2423-.6801,0,12.2423c0,0-12.2423-12.2423,0-12.2423Z"/><path class="g" d="M13.7981,22.7763s2.7205-7.4814,10.2019-7.4814,10.2019,7.4814,10.2019,7.4814c10.2019,19.0435-10.2019,19.7237-10.2019,19.7237,0,0-20.4038-.6801-10.2019-19.7237Z"/></g></svg>
Copied!