Baby Cloth Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baby Cloth 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/304952.svg" alt="Baby Cloth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304952.svg" alt="Baby Cloth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304952.svg" alt="Baby Cloth icon" :width="24" :height="24" />
CSS background
.icon-baby-cloth {
background-image: url('https://proicons.com/icon/304952.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="M762 88c10-43 0-70-38-88h-28c-11 100-81 161-187 165-129 4-200-48-223-165h-27c-37 20-43 46-33 89 18 75 37 156 11 230-43 120-28 242-33 363-1 38 5 54 50 57 84 6 170 110 150 189-17 71 16 72 64 72 27 0 55-1 82-2 31-2 45-10 39-50-16-108 49-192 154-211 15-3 35 4 35-21-1-105 16-214-8-313-27-108-32-210-8-315zm-567 63c-6-25 6-66-20-74-28-9-47 28-68 47C-11 228-11 228 88 349c15 17 24 47 57 35 28-10 47-27 51-57 4-27 7-54 10-82-3-31-4-63-11-94zm779 63c-3-3-6-7-9-10-48-45-96-89-158-146-15 92-33 169-19 250 6 36 17 77 54 75 67-4 79-79 121-116 15-13 31-30 11-53zM209 782c51 64 95 119 141 177 36-94-30-181-141-177zm430 168c36-44 70-86 104-128 8-10 15-21 28-40-104 0-162 76-132 168zM626 62c-88 25-177 18-279-5 95 91 202 90 279 5z"/></svg>
Copied!