Baby Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Baby 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/336861.svg" alt="Baby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336861.svg" alt="Baby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336861.svg" alt="Baby icon" :width="24" :height="24" />
CSS background
.icon-baby {
background-image: url('https://proicons.com/icon/336861.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,.c{fill:none;stroke:#fff;stroke-linecap:round;}.d{fill:#fff;stroke-width:0px;}.c{stroke-linejoin:round;}</style></defs><path class="c" d="m38.0615,5.5c.1886,2.0008,1.3047,6.8916,1.249,9.636-.0556,2.7444-.0229,7.0013-.7822,8.9637s-1.6761,3.7276-2.3395,4.3521-1.2576,1.4005-2.607,2.5809c-1.3495,1.1805-3.7983,2.3039-4.6695,4.012-.4888.9582-2.0938,1.9761-2.9597,2.3621-.5103.2275-1.4878.2073-2.4473.3306-.6687.0859-1.3057.347-1.8659.3666-1.6608.0584-2.4967-.1808-3.365-.3687-1.0208-.2209-1.8006-.7283-4.2516-.7277-2.451.0006-5.3353-1.6046-5.3353-1.6046"/><path class="b" d="m23.0653,37.9323s1.0233,2.2383,1.7805,4.5677"/><path class="c" d="m32.1758,6.4671c1.486-.359,2.7676,1.0496,2.7381,1.9719-.0295.9223-.585,2.7209-2.3751,2.7703-1.79.0494-2.0447.2436-4.1172-.3645-.0958-2.4325,2.2682-4.0187,3.7542-4.3777h0Z"/><path class="c" d="m8.8061,12.1839c2.3925-2.5312,3.6296-3.0699,5.9224-2.6867,2.2928.3831,2.6607,2.1297,2.5963,2.5727-.0643.443-.5015,1.4349-2.0623,1.6983-1.5609.2634-3.5489.3088-4.4409-.2008-.892-.5096-2.0154-1.3835-2.0154-1.3835h0Z"/><path class="c" d="m21.1657,17.546c-1.0162,1.6728-1.6371,3.3625-.8656,4.3679.7715,1.0055,1.7543,1.122,2.5322.6121.7778-.5098,1.3226-1.5394,2.0039-1.3864s.9041.6164,1.8762.2061c.9722-.4103.8121-.0587,1.7029.1914.8908.2501,2.2947-.3104,2.2092-1.3537-.0856-1.0433-.3494-1.6257-1.1613-3.1397"/><path class="c" d="m19.9756,28.8878c2.3737-.9916,3.6909-1.8973,4.733-1.9466,1.042-.0492,1.8017.6169,2.4776.3112.6759-.3058.847-1.0482,1.6832-.9499.8361.0984.9193.6654,1.6815.9251.7621.2598-.651.2719-1.2222.7486-.5712.4766-1.6962,1.2065-2.6389,1.4182s-2.6939.394-3.8787.1118c-1.1848-.2822-2.8354-.6183-2.8354-.6183h0Z"/><path class="c" d="m10.2494,10.9528c-.0264,1.7277,1.147,2.6487,2.4656,2.6755,1.3187.0267,2.357-.8377,2.5317-1.9279s-.4143-2.3385-1.9843-2.3205"/><path class="c" d="m31.2294,6.9373c1.357.2481,1.6184,1.7977,1.3844,2.6831-.234.8853-1.3981,1.6655-2.0044,1.6612"/><circle class="d" cx="30.5549" cy="9.1587" r=".75"/><circle class="d" cx="12.7349" cy="11.1736" r=".75"/></svg>
Copied!