Babycentre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Babycentre 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/336863.svg" alt="Babycentre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336863.svg" alt="Babycentre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336863.svg" alt="Babycentre icon" :width="24" :height="24" />
CSS background
.icon-babycentre {
background-image: url('https://proicons.com/icon/336863.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="f" x1="24.6658" y1="44.5" x2="24.6658" y2="29.5628"/><line class="f" x1="29.8659" y1="30.1146" x2="24.6658" y2="36.1895"/><path class="f" d="M11.2116,16.1086c0,9.4155,4.0386,13.4542,13.4542,13.4542,0-9.4156-4.0386-13.4542-13.4542-13.4542Z"/><path class="f" d="M28.65,12.6016c-3.6733,2.9794-3.9709,5.833-.9914,9.5062,3.6733-2.9794,3.9709-5.833.9914-9.5062Z"/><path class="f" d="M37.2842,23.018c-4.1841-2.2052-6.9247-1.3564-9.1299,2.8277,4.1841,2.2052,6.9247,1.3564,9.1299-2.8277Z"/><path class="f" d="M28.8716,38.1797c7.3968-2.1149,12.8155-8.9224,12.8155-16.9926,0-9.7747-7.9229-17.6871-17.6871-17.6871S6.3129,11.4124,6.3129,21.1871c0,8.5542,6.0816,15.6774,14.1412,17.3188"/></svg>
Copied!