baby pants icon
baby-pants from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- baby-pants
- 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 pants icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M34 4H14C12 5 9 9 9 19C9 31.5 14 44 17 44C19 44 19 41.5 19 41.5V24C19 19 27 19.5 27 24V35C27 43 34 46 36 44C38 42 34 40 34 37C34 32 38 28 38 15C38 10 35.6667 6 34 4Z"/><path stroke="#fff" stroke-linecap="round" d="M10 12H37"/><path stroke="#000" d="M10.8032 8C10.0707 9.69577 9.46541 11.9812 9.17871 15"/><path stroke="#000" d="M37.9995 15C37.9995 12.7719 37.5362 10.7424 36.875 9"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBabyPants(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M34 4H14C12 5 9 9 9 19C9 31.5 14 44 17 44C19 44 19 41.5 19 41.5V24C19 19 27 19.5 27 24V35C27 43 34 46 36 44C38 42 34 40 34 37C34 32 38 28 38 15C38 10 35.6667 6 34 4Z"/><path stroke="#fff" strokeLinecap="round" d="M10 12H37"/><path stroke="#000" d="M10.8032 8C10.0707 9.69577 9.46541 11.9812 9.17871 15"/><path stroke="#000" d="M37.9995 15C37.9995 12.7719 37.5362 10.7424 36.875 9"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M34 4H14C12 5 9 9 9 19C9 31.5 14 44 17 44C19 44 19 41.5 19 41.5V24C19 19 27 19.5 27 24V35C27 43 34 46 36 44C38 42 34 40 34 37C34 32 38 28 38 15C38 10 35.6667 6 34 4Z"/><path stroke="#fff" stroke-linecap="round" d="M10 12H37"/><path stroke="#000" d="M10.8032 8C10.0707 9.69577 9.46541 11.9812 9.17871 15"/><path stroke="#000" d="M37.9995 15C37.9995 12.7719 37.5362 10.7424 36.875 9"/></g></svg> </template>
CSS
.icon-baby-pants {
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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M34%204H14C12%205%209%209%209%2019C9%2031.5%2014%2044%2017%2044C19%2044%2019%2041.5%2019%2041.5V24C19%2019%2027%2019.5%2027%2024V35C27%2043%2034%2046%2036%2044C38%2042%2034%2040%2034%2037C34%2032%2038%2028%2038%2015C38%2010%2035.6667%206%2034%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M10%2012H37%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M10.8032%208C10.0707%209.69577%209.46541%2011.9812%209.17871%2015%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M37.9995%2015C37.9995%2012.7719%2037.5362%2010.7424%2036.875%209%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M34%204H14C12%205%209%209%209%2019C9%2031.5%2014%2044%2017%2044C19%2044%2019%2041.5%2019%2041.5V24C19%2019%2027%2019.5%2027%2024V35C27%2043%2034%2046%2036%2044C38%2042%2034%2040%2034%2037C34%2032%2038%2028%2038%2015C38%2010%2035.6667%206%2034%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M10%2012H37%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M10.8032%208C10.0707%209.69577%209.46541%2011.9812%209.17871%2015%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M37.9995%2015C37.9995%2012.7719%2037.5362%2010.7424%2036.875%209%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-pants.svg?color=%231a73e8&size=48