romper icon
romper from IconPark Outline by ByteDance · Outline · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- romper
- Set
- IconPark Outline
- Style
- Outline
- Category
- Baby
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More baby icons from IconPark Outline
Use the romper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="m6.572 19.575l-2.165-7.217c-.244-.813.048-1.696.765-2.15C8.057 8.377 14.642 5 24 5c9.343 0 15.8 3.366 18.759 5.198c.748.463 1.068 1.377.816 2.22l-2.147 7.157A2 2 0 0 1 39.512 21H36c-1.105 0-2 .891-2 1.996v10.006c0 1.104-.905 2.011-1.973 2.295c-1.299.345-2.952 1.09-4.027 2.703c-2 3-2 6-2 6h-4s0-3-2-6c-1.075-1.613-2.728-2.358-4.027-2.703c-1.068-.284-1.973-1.19-1.973-2.295V22.996A1.996 1.996 0 0 0 12 21H8.488a2 2 0 0 1-1.916-1.425"/><path d="M29.811 5.5a6 6 0 1 1-11.622 0"/><path d="M13.5 6.494A37 37 0 0 1 24 5c4.043 0 7.545.63 10.457 1.494"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineRomper(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="m6.572 19.575l-2.165-7.217c-.244-.813.048-1.696.765-2.15C8.057 8.377 14.642 5 24 5c9.343 0 15.8 3.366 18.759 5.198c.748.463 1.068 1.377.816 2.22l-2.147 7.157A2 2 0 0 1 39.512 21H36c-1.105 0-2 .891-2 1.996v10.006c0 1.104-.905 2.011-1.973 2.295c-1.299.345-2.952 1.09-4.027 2.703c-2 3-2 6-2 6h-4s0-3-2-6c-1.075-1.613-2.728-2.358-4.027-2.703c-1.068-.284-1.973-1.19-1.973-2.295V22.996A1.996 1.996 0 0 0 12 21H8.488a2 2 0 0 1-1.916-1.425"/><path d="M29.811 5.5a6 6 0 1 1-11.622 0"/><path d="M13.5 6.494A37 37 0 0 1 24 5c4.043 0 7.545.63 10.457 1.494"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="m6.572 19.575l-2.165-7.217c-.244-.813.048-1.696.765-2.15C8.057 8.377 14.642 5 24 5c9.343 0 15.8 3.366 18.759 5.198c.748.463 1.068 1.377.816 2.22l-2.147 7.157A2 2 0 0 1 39.512 21H36c-1.105 0-2 .891-2 1.996v10.006c0 1.104-.905 2.011-1.973 2.295c-1.299.345-2.952 1.09-4.027 2.703c-2 3-2 6-2 6h-4s0-3-2-6c-1.075-1.613-2.728-2.358-4.027-2.703c-1.068-.284-1.973-1.19-1.973-2.295V22.996A1.996 1.996 0 0 0 12 21H8.488a2 2 0 0 1-1.916-1.425"/><path d="M29.811 5.5a6 6 0 1 1-11.622 0"/><path d="M13.5 6.494A37 37 0 0 1 24 5c4.043 0 7.545.63 10.457 1.494"/></g></svg> </template>
CSS
.icon-romper {
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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m6.572%2019.575l-2.165-7.217c-.244-.813.048-1.696.765-2.15C8.057%208.377%2014.642%205%2024%205c9.343%200%2015.8%203.366%2018.759%205.198c.748.463%201.068%201.377.816%202.22l-2.147%207.157A2%202%200%200%201%2039.512%2021H36c-1.105%200-2%20.891-2%201.996v10.006c0%201.104-.905%202.011-1.973%202.295c-1.299.345-2.952%201.09-4.027%202.703c-2%203-2%206-2%206h-4s0-3-2-6c-1.075-1.613-2.728-2.358-4.027-2.703c-1.068-.284-1.973-1.19-1.973-2.295V22.996A1.996%201.996%200%200%200%2012%2021H8.488a2%202%200%200%201-1.916-1.425%22%2F%3E%3Cpath%20d%3D%22M29.811%205.5a6%206%200%201%201-11.622%200%22%2F%3E%3Cpath%20d%3D%22M13.5%206.494A37%2037%200%200%201%2024%205c4.043%200%207.545.63%2010.457%201.494%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m6.572%2019.575l-2.165-7.217c-.244-.813.048-1.696.765-2.15C8.057%208.377%2014.642%205%2024%205c9.343%200%2015.8%203.366%2018.759%205.198c.748.463%201.068%201.377.816%202.22l-2.147%207.157A2%202%200%200%201%2039.512%2021H36c-1.105%200-2%20.891-2%201.996v10.006c0%201.104-.905%202.011-1.973%202.295c-1.299.345-2.952%201.09-4.027%202.703c-2%203-2%206-2%206h-4s0-3-2-6c-1.075-1.613-2.728-2.358-4.027-2.703c-1.068-.284-1.973-1.19-1.973-2.295V22.996A1.996%201.996%200%200%200%2012%2021H8.488a2%202%200%200%201-1.916-1.425%22%2F%3E%3Cpath%20d%3D%22M29.811%205.5a6%206%200%201%201-11.622%200%22%2F%3E%3Cpath%20d%3D%22M13.5%206.494A37%2037%200%200%201%2024%205c4.043%200%207.545.63%2010.457%201.494%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-outline/romper.svg?color=%231a73e8&size=48