baby-buggy from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.

Name
baby-buggy
Set
Material Design Icons
Style
Filled
Category
People / Family
Viewbox
24×24
License
Apache 2.0
Aliases
carriage, pram, stroller

More people / family icons from Material Design Icons

Use the baby buggy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M7 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M17.61 3c-.66 0-1.17.2-1.61.5c-.68.41-1.12 1.09-1.53 1.57L5.71 15.35C5.16 16 5.62 17 6.47 17H14a2 2 0 0 0 2-2V6.38c.58-.68.93-1.38 1.61-1.38c.77 0 1.39.66 1.39 1.5V7h2v-.5C21 4.56 19.5 3 17.61 3m-8.75.09c-1.82.07-3.63.67-5.18 1.81l4.76 4.76l3.88-4.56c.27-.32.59-.72.98-1.1a9.6 9.6 0 0 0-3.65-.91c-.26-.01-.53-.01-.79 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiBabyBuggy(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="M17 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M7 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M17.61 3c-.66 0-1.17.2-1.61.5c-.68.41-1.12 1.09-1.53 1.57L5.71 15.35C5.16 16 5.62 17 6.47 17H14a2 2 0 0 0 2-2V6.38c.58-.68.93-1.38 1.61-1.38c.77 0 1.39.66 1.39 1.5V7h2v-.5C21 4.56 19.5 3 17.61 3m-8.75.09c-1.82.07-3.63.67-5.18 1.81l4.76 4.76l3.88-4.56c.27-.32.59-.72.98-1.1a9.6 9.6 0 0 0-3.65-.91c-.26-.01-.53-.01-.79 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M7 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2M17.61 3c-.66 0-1.17.2-1.61.5c-.68.41-1.12 1.09-1.53 1.57L5.71 15.35C5.16 16 5.62 17 6.47 17H14a2 2 0 0 0 2-2V6.38c.58-.68.93-1.38 1.61-1.38c.77 0 1.39.66 1.39 1.5V7h2v-.5C21 4.56 19.5 3 17.61 3m-8.75.09c-1.82.07-3.63.67-5.18 1.81l4.76 4.76l3.88-4.56c.27-.32.59-.72.98-1.1a9.6 9.6 0 0 0-3.65-.91c-.26-.01-.53-.01-.79 0"/></svg>
</template>

CSS

.icon-baby-buggy {
  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%22M17%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202M7%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202M17.61%203c-.66%200-1.17.2-1.61.5c-.68.41-1.12%201.09-1.53%201.57L5.71%2015.35C5.16%2016%205.62%2017%206.47%2017H14a2%202%200%200%200%202-2V6.38c.58-.68.93-1.38%201.61-1.38c.77%200%201.39.66%201.39%201.5V7h2v-.5C21%204.56%2019.5%203%2017.61%203m-8.75.09c-1.82.07-3.63.67-5.18%201.81l4.76%204.76l3.88-4.56c.27-.32.59-.72.98-1.1a9.6%209.6%200%200%200-3.65-.91c-.26-.01-.53-.01-.79%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202M7%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202M17.61%203c-.66%200-1.17.2-1.61.5c-.68.41-1.12%201.09-1.53%201.57L5.71%2015.35C5.16%2016%205.62%2017%206.47%2017H14a2%202%200%200%200%202-2V6.38c.58-.68.93-1.38%201.61-1.38c.77%200%201.39.66%201.39%201.5V7h2v-.5C21%204.56%2019.5%203%2017.61%203m-8.75.09c-1.82.07-3.63.67-5.18%201.81l4.76%204.76l3.88-4.56c.27-.32.59-.72.98-1.1a9.6%209.6%200%200%200-3.65-.91c-.26-.01-.53-.01-.79%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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