baby carriage icon
baby-carriage from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.
- Name
- baby-carriage
- Set
- Material Design Icons
- Style
- Filled
- Category
- People / Family
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- buggy, child-friendly
The same icon in other sets
More people / family icons from Material Design Icons
Use the baby carriage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v8h8a8 8 0 0 0-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44L5.5 9H2v2h2.22s1.89 4.07 2.12 4.42C5.24 16 4.5 17.17 4.5 18.5A3.5 3.5 0 0 0 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3a3.5 3.5 0 0 0 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 20m9 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 17 20"/></svg>
React
import type { SVGProps } from "react";
export function MdiBabyCarriage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v8h8a8 8 0 0 0-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44L5.5 9H2v2h2.22s1.89 4.07 2.12 4.42C5.24 16 4.5 17.17 4.5 18.5A3.5 3.5 0 0 0 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3a3.5 3.5 0 0 0 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 20m9 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 17 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v8h8a8 8 0 0 0-8-8m6.32 13.89A7.95 7.95 0 0 0 21 11H6.44L5.5 9H2v2h2.22s1.89 4.07 2.12 4.42C5.24 16 4.5 17.17 4.5 18.5A3.5 3.5 0 0 0 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3a3.5 3.5 0 0 0 3.5-3.5c0-1.04-.46-1.97-1.18-2.61M8 20a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 20m9 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17 17a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 17 20"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202v8h8a8%208%200%200%200-8-8m6.32%2013.89A7.95%207.95%200%200%200%2021%2011H6.44L5.5%209H2v2h2.22s1.89%204.07%202.12%204.42C5.24%2016%204.5%2017.17%204.5%2018.5A3.5%203.5%200%200%200%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203a3.5%203.5%200%200%200%203.5-3.5c0-1.04-.46-1.97-1.18-2.61M8%2020a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%208%2017a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%208%2020m9%200a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2017%2017a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2017%2020%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202v8h8a8%208%200%200%200-8-8m6.32%2013.89A7.95%207.95%200%200%200%2021%2011H6.44L5.5%209H2v2h2.22s1.89%204.07%202.12%204.42C5.24%2016%204.5%2017.17%204.5%2018.5A3.5%203.5%200%200%200%208%2022c1.76%200%203.22-1.3%203.46-3h2.08c.24%201.7%201.7%203%203.46%203a3.5%203.5%200%200%200%203.5-3.5c0-1.04-.46-1.97-1.18-2.61M8%2020a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%208%2017a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%208%2020m9%200a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2017%2017a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2017%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/baby-carriage.svg?color=%231a73e8&size=48