Emoji Baby Chick Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Baby Chick 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/339656.svg" alt="Emoji Baby Chick icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339656.svg" alt="Emoji Baby Chick icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339656.svg" alt="Emoji Baby Chick icon" :width="24" :height="24" />
CSS background
.icon-emoji-baby-chick {
background-image: url('https://proicons.com/icon/339656.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="m36.0455,37.8005c8.3697-6.7695,1.3465-13.4585,1.3465-13.4585,0-9.9435-7.6255-13.2751-11.6087-14.3371-1.4668-.3911-3.0126-.3862-4.4695.0403-11.7563,3.441-10.8512,14.2969-10.8512,14.2969-6.3337,7.4488.8415,13.122.8415,13.122,0,0,12.6232,11.1033,24.7415.3365"/><path id="d" class="j" d="m24.428,27.8455s7.962-.3912,0,7.0421c0,0-7.962-7.0421,0-7.0421"/><path id="e" class="j" d="m20.3927,10.2105l-3.3662-2.5235"/><path id="f" class="j" d="m22.4125,9.3693l-1.3465-2.8599"/><path id="g" class="j" d="m25.1054,9.874l.1683-4.374"/><path id="h" class="j" d="m16.261,22.9961c0,1.2588,1.021,2.2793,2.2804,2.2793s2.2804-1.0205,2.2804-2.2793c.001-1.2588-1.0192-2.2801-2.2786-2.2811-1.2594-.001-2.2812,1.0187-2.2822,2.2775v.0036"/><path id="i" class="j" d="m27.6926,22.6735c-.0006,1.2588,1.0198,2.2798,2.2792,2.2804,1.2594.0006,2.2809-1.0194,2.2815-2.2782v-.0022c.0006-1.2588-1.0198-2.2798-2.2792-2.2804-1.2594-.0006-2.2809,1.0194-2.2815,2.2782v.0022"/></svg>
Copied!