baby car seat icon

baby-car-seat from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.

Name
baby-car-seat
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 car seat 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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M36 33L42 4C42 4 31.5 6 31.5 10C31.5 12.5 35.5 14 34 15.5C32.5 17 27 18.5 27 22.5C27 25 28.6406 26.8594 27 28.5C25.5 30 24 29.2143 21.5 28.5C18.7 27.7 13 27 11 27.5C9 28 6.99997 29 7 32C7.00001 33.6492 8 35.5 10.5 36C13 36.5 16 34 20 34C24 34 29 37 32 37C35 37 36 33 36 33Z"/><path d="M11 36L8 44H41L35 36"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBabyCarSeat(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M36 33L42 4C42 4 31.5 6 31.5 10C31.5 12.5 35.5 14 34 15.5C32.5 17 27 18.5 27 22.5C27 25 28.6406 26.8594 27 28.5C25.5 30 24 29.2143 21.5 28.5C18.7 27.7 13 27 11 27.5C9 28 6.99997 29 7 32C7.00001 33.6492 8 35.5 10.5 36C13 36.5 16 34 20 34C24 34 29 37 32 37C35 37 36 33 36 33Z"/><path d="M11 36L8 44H41L35 36"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M36 33L42 4C42 4 31.5 6 31.5 10C31.5 12.5 35.5 14 34 15.5C32.5 17 27 18.5 27 22.5C27 25 28.6406 26.8594 27 28.5C25.5 30 24 29.2143 21.5 28.5C18.7 27.7 13 27 11 27.5C9 28 6.99997 29 7 32C7.00001 33.6492 8 35.5 10.5 36C13 36.5 16 34 20 34C24 34 29 37 32 37C35 37 36 33 36 33Z"/><path d="M11 36L8 44H41L35 36"/></g></svg>
</template>

CSS

.icon-baby-car-seat {
  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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2033L42%204C42%204%2031.5%206%2031.5%2010C31.5%2012.5%2035.5%2014%2034%2015.5C32.5%2017%2027%2018.5%2027%2022.5C27%2025%2028.6406%2026.8594%2027%2028.5C25.5%2030%2024%2029.2143%2021.5%2028.5C18.7%2027.7%2013%2027%2011%2027.5C9%2028%206.99997%2029%207%2032C7.00001%2033.6492%208%2035.5%2010.5%2036C13%2036.5%2016%2034%2020%2034C24%2034%2029%2037%2032%2037C35%2037%2036%2033%2036%2033Z%22%2F%3E%3Cpath%20d%3D%22M11%2036L8%2044H41L35%2036%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2033L42%204C42%204%2031.5%206%2031.5%2010C31.5%2012.5%2035.5%2014%2034%2015.5C32.5%2017%2027%2018.5%2027%2022.5C27%2025%2028.6406%2026.8594%2027%2028.5C25.5%2030%2024%2029.2143%2021.5%2028.5C18.7%2027.7%2013%2027%2011%2027.5C9%2028%206.99997%2029%207%2032C7.00001%2033.6492%208%2035.5%2010.5%2036C13%2036.5%2016%2034%2020%2034C24%2034%2029%2037%2032%2037C35%2037%2036%2033%2036%2033Z%22%2F%3E%3Cpath%20d%3D%22M11%2036L8%2044H41L35%2036%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-car-seat.svg?color=%231a73e8&size=48