baby sling icon
baby-sling from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- baby-sling
- Set
- IconPark
- Style
- Color
- Category
- Baby
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More baby icons from IconPark
Use the baby sling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><circle cx="24" cy="10" r="5" fill="#2F88FF"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M24 21C14 21 11 6 11 6L6 8L9 24.5C10.1667 25.1667 14.5 27.5 17 31C19.5 34.5 19 38 24.5 38C30 38 30.5 33.5 32 31C33.5 28.5 37.6667 25 39 24.5L42 8L37 6C37 6 34 21 24 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M34 29C34 29 41 33 41 42H36C36 36 31 33 31 33"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 29C15 29 8 33 8 42H13C13 36 18 33 18 33"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBabySling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><circle cx="24" cy="10" r="5" fill="#2F88FF"/><path fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round" d="M24 21C14 21 11 6 11 6L6 8L9 24.5C10.1667 25.1667 14.5 27.5 17 31C19.5 34.5 19 38 24.5 38C30 38 30.5 33.5 32 31C33.5 28.5 37.6667 25 39 24.5L42 8L37 6C37 6 34 21 24 21Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M34 29C34 29 41 33 41 42H36C36 36 31 33 31 33"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 29C15 29 8 33 8 42H13C13 36 18 33 18 33"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><circle cx="24" cy="10" r="5" fill="#2F88FF"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M24 21C14 21 11 6 11 6L6 8L9 24.5C10.1667 25.1667 14.5 27.5 17 31C19.5 34.5 19 38 24.5 38C30 38 30.5 33.5 32 31C33.5 28.5 37.6667 25 39 24.5L42 8L37 6C37 6 34 21 24 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M34 29C34 29 41 33 41 42H36C36 36 31 33 31 33"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 29C15 29 8 33 8 42H13C13 36 18 33 18 33"/></g></svg> </template>
CSS
.icon-baby-sling {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2021C14%2021%2011%206%2011%206L6%208L9%2024.5C10.1667%2025.1667%2014.5%2027.5%2017%2031C19.5%2034.5%2019%2038%2024.5%2038C30%2038%2030.5%2033.5%2032%2031C33.5%2028.5%2037.6667%2025%2039%2024.5L42%208L37%206C37%206%2034%2021%2024%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2029C34%2029%2041%2033%2041%2042H36C36%2036%2031%2033%2031%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2029C15%2029%208%2033%208%2042H13C13%2036%2018%2033%2018%2033%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2021C14%2021%2011%206%2011%206L6%208L9%2024.5C10.1667%2025.1667%2014.5%2027.5%2017%2031C19.5%2034.5%2019%2038%2024.5%2038C30%2038%2030.5%2033.5%2032%2031C33.5%2028.5%2037.6667%2025%2039%2024.5L42%208L37%206C37%206%2034%2021%2024%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2029C34%2029%2041%2033%2041%2042H36C36%2036%2031%2033%2031%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2029C15%2029%208%2033%208%2042H13C13%2036%2018%2033%2018%2033%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/baby-sling.svg?color=%231a73e8&size=48