baby carriage icon
baby-carriage-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- baby-carriage-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M232 112h-88V48a8 8 0 0 1 8-8h8a72 72 0 0 1 72 72" opacity=".2"/><path d="M160 32h-8a16 16 0 0 0-16 16v56H55.2A40.07 40.07 0 0 0 16 72a8 8 0 0 0 0 16a24 24 0 0 1 24 24a80.09 80.09 0 0 0 80 80h40a80 80 0 0 0 0-160m63.48 72h-56.67l41.86-33.49A63.73 63.73 0 0 1 223.48 104M160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm0 128h-40a64.09 64.09 0 0 1-63.5-56h167a64.09 64.09 0 0 1-63.5 56m-56 48a16 16 0 1 1-16-16a16 16 0 0 1 16 16m104 0a16 16 0 1 1-16-16a16 16 0 0 1 16 16"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBabyCarriageDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 112h-88V48a8 8 0 0 1 8-8h8a72 72 0 0 1 72 72" opacity=".2"/><path d="M160 32h-8a16 16 0 0 0-16 16v56H55.2A40.07 40.07 0 0 0 16 72a8 8 0 0 0 0 16a24 24 0 0 1 24 24a80.09 80.09 0 0 0 80 80h40a80 80 0 0 0 0-160m63.48 72h-56.67l41.86-33.49A63.73 63.73 0 0 1 223.48 104M160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm0 128h-40a64.09 64.09 0 0 1-63.5-56h167a64.09 64.09 0 0 1-63.5 56m-56 48a16 16 0 1 1-16-16a16 16 0 0 1 16 16m104 0a16 16 0 1 1-16-16a16 16 0 0 1 16 16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 112h-88V48a8 8 0 0 1 8-8h8a72 72 0 0 1 72 72" opacity=".2"/><path d="M160 32h-8a16 16 0 0 0-16 16v56H55.2A40.07 40.07 0 0 0 16 72a8 8 0 0 0 0 16a24 24 0 0 1 24 24a80.09 80.09 0 0 0 80 80h40a80 80 0 0 0 0-160m63.48 72h-56.67l41.86-33.49A63.73 63.73 0 0 1 223.48 104M160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm0 128h-40a64.09 64.09 0 0 1-63.5-56h167a64.09 64.09 0 0 1-63.5 56m-56 48a16 16 0 1 1-16-16a16 16 0 0 1 16 16m104 0a16 16 0 1 1-16-16a16 16 0 0 1 16 16"/></g></svg> </template>
CSS
.icon-baby-carriage-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20112h-88V48a8%208%200%200%201%208-8h8a72%2072%200%200%201%2072%2072%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M160%2032h-8a16%2016%200%200%200-16%2016v56H55.2A40.07%2040.07%200%200%200%2016%2072a8%208%200%200%200%200%2016a24%2024%200%200%201%2024%2024a80.09%2080.09%200%200%200%2080%2080h40a80%2080%200%200%200%200-160m63.48%2072h-56.67l41.86-33.49A63.73%2063.73%200%200%201%20223.48%20104M160%2048a63.6%2063.6%200%200%201%2036.69%2011.61L152%2095.35V48Zm0%20128h-40a64.09%2064.09%200%200%201-63.5-56h167a64.09%2064.09%200%200%201-63.5%2056m-56%2048a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m104%200a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20112h-88V48a8%208%200%200%201%208-8h8a72%2072%200%200%201%2072%2072%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M160%2032h-8a16%2016%200%200%200-16%2016v56H55.2A40.07%2040.07%200%200%200%2016%2072a8%208%200%200%200%200%2016a24%2024%200%200%201%2024%2024a80.09%2080.09%200%200%200%2080%2080h40a80%2080%200%200%200%200-160m63.48%2072h-56.67l41.86-33.49A63.73%2063.73%200%200%201%20223.48%20104M160%2048a63.6%2063.6%200%200%201%2036.69%2011.61L152%2095.35V48Zm0%20128h-40a64.09%2064.09%200%200%201-63.5-56h167a64.09%2064.09%200%200%201-63.5%2056m-56%2048a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m104%200a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/baby-carriage-duotone.svg?color=%231a73e8&size=48