baby carriage icon
baby-carriage-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- baby-carriage-fill
- Set
- Phosphor
- Style
- Fill
- 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="M215.58 54.55a7.5 7.5 0 0 0-1.32-1.27A79.68 79.68 0 0 0 160 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 80h40a79.94 79.94 0 0 0 55.58-137.45m-6.91 16A63.73 63.73 0 0 1 223.48 104h-56.67ZM160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm-56 176a16 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"/></svg>
React
import type { SVGProps } from "react";
export function PhBabyCarriageFill(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="M215.58 54.55a7.5 7.5 0 0 0-1.32-1.27A79.68 79.68 0 0 0 160 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 80h40a79.94 79.94 0 0 0 55.58-137.45m-6.91 16A63.73 63.73 0 0 1 223.48 104h-56.67ZM160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm-56 176a16 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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.58 54.55a7.5 7.5 0 0 0-1.32-1.27A79.68 79.68 0 0 0 160 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 80h40a79.94 79.94 0 0 0 55.58-137.45m-6.91 16A63.73 63.73 0 0 1 223.48 104h-56.67ZM160 48a63.6 63.6 0 0 1 36.69 11.61L152 95.35V48Zm-56 176a16 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"/></svg> </template>
CSS
.icon-baby-carriage-fill {
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%22M215.58%2054.55a7.5%207.5%200%200%200-1.32-1.27A79.68%2079.68%200%200%200%20160%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%2080h40a79.94%2079.94%200%200%200%2055.58-137.45m-6.91%2016A63.73%2063.73%200%200%201%20223.48%20104h-56.67ZM160%2048a63.6%2063.6%200%200%201%2036.69%2011.61L152%2095.35V48Zm-56%20176a16%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%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%22M215.58%2054.55a7.5%207.5%200%200%200-1.32-1.27A79.68%2079.68%200%200%200%20160%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%2080h40a79.94%2079.94%200%200%200%2055.58-137.45m-6.91%2016A63.73%2063.73%200%200%201%20223.48%20104h-56.67ZM160%2048a63.6%2063.6%200%200%201%2036.69%2011.61L152%2095.35V48Zm-56%20176a16%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%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/baby-carriage-fill.svg?color=%231a73e8&size=48