baby carriage icon
baby-carriage from Font Awesome 6 Solid by Dave Gandy · Regular · Childhood · CC-BY-4.0 Attribution required.
- Name
- baby-carriage
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Childhood
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More childhood icons from Font Awesome 6 Solid
Use the baby carriage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224h384zM80 416a48 48 0 1 1 0 96a48 48 0 1 1 0-96m240 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBabyCarriage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224h384zM80 416a48 48 0 1 1 0 96a48 48 0 1 1 0-96m240 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224h384zM80 416a48 48 0 1 1 0 96a48 48 0 1 1 0-96m240 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0"/></svg> </template>
CSS
.icon-baby-carriage {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20192H.1C2.7%20117.9%2041.3%2052.9%2099%2014.1c13.3-8.9%2030.8-4.3%2039.9%208.8zm128-32c0-35.3%2028.7-64%2064-64h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v64c0%2025.2-5.8%2050.2-17%2073.5s-27.8%2044.5-48.6%2062.3s-45.5%2032-72.7%2041.6S253.4%20416%20224%20416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0%20249.2%200%20224h384zM80%20416a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m240%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20192H.1C2.7%20117.9%2041.3%2052.9%2099%2014.1c13.3-8.9%2030.8-4.3%2039.9%208.8zm128-32c0-35.3%2028.7-64%2064-64h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v64c0%2025.2-5.8%2050.2-17%2073.5s-27.8%2044.5-48.6%2062.3s-45.5%2032-72.7%2041.6S253.4%20416%20224%20416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0%20249.2%200%20224h384zM80%20416a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m240%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/baby-carriage.svg?color=%231a73e8&size=48