The Baby In Yellow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Baby In Yellow 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/348428.svg" alt="The Baby In Yellow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348428.svg" alt="The Baby In Yellow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348428.svg" alt="The Baby In Yellow icon" :width="24" :height="24" />
CSS background
.icon-the-baby-in-yellow {
background-image: url('https://proicons.com/icon/348428.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.85,43.59c.51-.88.9-2.12.92-3.87,2.91-2.05,4.82-5.96,4.89-8.6,3.2.07,5.26-9.09.48-7.41.05-3.57,2.28-17.08-14.18-17.08-7,0-14.67,3.79-16.13,10.07-1.45,6.28-2.84,17.92,3.84,23.15,3.53,2.76,5.21,4.22,6.01,4.98"/><path class="b" d="M16.2611,38.7911c1.6203-.7606,4.861-.7606,6.0846-.2315"/><path class="b" d="M12.0284,25.0347c4.2432,0,4.9933,4.7618,4.9933,4.7618.0661,1.4881-.8928,4.1005-4.2989,4.1005s-3.7367-3.1746-3.7367-5.2579.6944-3.6044,3.0423-3.6044Z"/><path class="b" d="M27.339,23.4474c4.1368,0,5.3571,2.3148,6.0184,5.6216-1.1361,3.8116-6.1539,6.2678-11.0118,2.1825-.463-3.7036.1984-7.8041,4.9933-7.8041Z"/><path class="b" d="M16.4375,34.4702c.7936-.2866,1.3889.6173,2.2927.5511s1.7416-1.0361,2.7557-.7936"/><circle class="b" cx="27.9452" cy="28.584" r="3.373"/><path class="b" d="M14.3744,25.6313c-1.7298.2909-3.0508,1.8006-3.0508,3.6169,0,2.0208,1.6355,3.6562,3.6562,3.6562.2831,0,.5583-.0315.8177-.0944"/><circle class="b" cx="15.4076" cy="29.2454" r="1.4172"/><circle class="b" cx="27.9452" cy="28.584" r="1.2125"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!