Baby Icon
Free SVG icon from the IcoFont 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/304956.svg" alt="Baby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304956.svg" alt="Baby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304956.svg" alt="Baby icon" :width="24" :height="24" />
CSS background
.icon-baby {
background-image: url('https://proicons.com/icon/304956.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="M629 444c-15-35-51-55-97-55H306c-122 0-225 143-86 280 1 2 0 4-2 4H115s-52 0-52 79c2 52 42 60 49 60h210s52 0 55-63v-2-58c0-6 5-14 12-14h164c3 0 5 2 5 4l39 88c14 36 42 62 89 45 45-16 47-51 39-76l-96-292zm157-262c-84 0-152 68-152 152s68 152 152 152 152-68 152-152-68-152-152-152z"/></svg>
Copied!