baby carriage icon

baby-carriage-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
baby-carriage-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the baby carriage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 34h-8a14 14 0 0 0-14 14v58H53.52A38.05 38.05 0 0 0 16 74a6 6 0 0 0 0 12a26 26 0 0 1 26 26a78.09 78.09 0 0 0 78 78h40a78 78 0 0 0 0-156m65.71 72H161.1l47.82-38.25A65.66 65.66 0 0 1 225.71 106M152 46h8a65.67 65.67 0 0 1 40 13.53l-50 40V48a2 2 0 0 1 2-2m8 132h-40a66.09 66.09 0 0 1-65.73-60h171.46A66.09 66.09 0 0 1 160 178m-58 46a14 14 0 1 1-14-14a14 14 0 0 1 14 14m104 0a14 14 0 1 1-14-14a14 14 0 0 1 14 14"/></svg>

React

import type { SVGProps } from "react";

export function PhBabyCarriageLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 34h-8a14 14 0 0 0-14 14v58H53.52A38.05 38.05 0 0 0 16 74a6 6 0 0 0 0 12a26 26 0 0 1 26 26a78.09 78.09 0 0 0 78 78h40a78 78 0 0 0 0-156m65.71 72H161.1l47.82-38.25A65.66 65.66 0 0 1 225.71 106M152 46h8a65.67 65.67 0 0 1 40 13.53l-50 40V48a2 2 0 0 1 2-2m8 132h-40a66.09 66.09 0 0 1-65.73-60h171.46A66.09 66.09 0 0 1 160 178m-58 46a14 14 0 1 1-14-14a14 14 0 0 1 14 14m104 0a14 14 0 1 1-14-14a14 14 0 0 1 14 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 34h-8a14 14 0 0 0-14 14v58H53.52A38.05 38.05 0 0 0 16 74a6 6 0 0 0 0 12a26 26 0 0 1 26 26a78.09 78.09 0 0 0 78 78h40a78 78 0 0 0 0-156m65.71 72H161.1l47.82-38.25A65.66 65.66 0 0 1 225.71 106M152 46h8a65.67 65.67 0 0 1 40 13.53l-50 40V48a2 2 0 0 1 2-2m8 132h-40a66.09 66.09 0 0 1-65.73-60h171.46A66.09 66.09 0 0 1 160 178m-58 46a14 14 0 1 1-14-14a14 14 0 0 1 14 14m104 0a14 14 0 1 1-14-14a14 14 0 0 1 14 14"/></svg>
</template>

CSS

.icon-baby-carriage-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2034h-8a14%2014%200%200%200-14%2014v58H53.52A38.05%2038.05%200%200%200%2016%2074a6%206%200%200%200%200%2012a26%2026%200%200%201%2026%2026a78.09%2078.09%200%200%200%2078%2078h40a78%2078%200%200%200%200-156m65.71%2072H161.1l47.82-38.25A65.66%2065.66%200%200%201%20225.71%20106M152%2046h8a65.67%2065.67%200%200%201%2040%2013.53l-50%2040V48a2%202%200%200%201%202-2m8%20132h-40a66.09%2066.09%200%200%201-65.73-60h171.46A66.09%2066.09%200%200%201%20160%20178m-58%2046a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m104%200a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2034h-8a14%2014%200%200%200-14%2014v58H53.52A38.05%2038.05%200%200%200%2016%2074a6%206%200%200%200%200%2012a26%2026%200%200%201%2026%2026a78.09%2078.09%200%200%200%2078%2078h40a78%2078%200%200%200%200-156m65.71%2072H161.1l47.82-38.25A65.66%2065.66%200%200%201%20225.71%20106M152%2046h8a65.67%2065.67%200%200%201%2040%2013.53l-50%2040V48a2%202%200%200%201%202-2m8%20132h-40a66.09%2066.09%200%200%201-65.73-60h171.46A66.09%2066.09%200%200%201%20160%20178m-58%2046a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m104%200a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/baby-carriage-light.svg?color=%231a73e8&size=48