stroller-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
stroller-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the stroller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.722 19.928q-.414-.418-.414-1.005t.414-1.005t1.009-.418t1.009.418t.414 1.005t-.415 1.005t-1.008.418t-1.009-.418m-6.76.418q-.575 0-1-.418q-.423-.418-.423-1.005t.424-1.005t.999-.418q.613 0 1.018.418t.404 1.005t-.404 1.005t-1.018.418m.463-3.846q-.32 0-.45-.287t.085-.536l8.679-10.175q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144t-.143-.356v-.02q0-.463-.31-.775q-.311-.311-.771-.311q-.381 0-.675.148t-.546.425l-1.41 1.644v7.162q0 .677-.474 1.149t-1.14.472zm2.81-6.842L6.967 6.39q-.248-.249-.197-.575t.353-.499q.789-.396 1.626-.606q.838-.211 1.77-.211q.895 0 1.742.179t1.75.556z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStrollerRounded(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.722 19.928q-.414-.418-.414-1.005t.414-1.005t1.009-.418t1.009.418t.414 1.005t-.415 1.005t-1.008.418t-1.009-.418m-6.76.418q-.575 0-1-.418q-.423-.418-.423-1.005t.424-1.005t.999-.418q.613 0 1.018.418t.404 1.005t-.404 1.005t-1.018.418m.463-3.846q-.32 0-.45-.287t.085-.536l8.679-10.175q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144t-.143-.356v-.02q0-.463-.31-.775q-.311-.311-.771-.311q-.381 0-.675.148t-.546.425l-1.41 1.644v7.162q0 .677-.474 1.149t-1.14.472zm2.81-6.842L6.967 6.39q-.248-.249-.197-.575t.353-.499q.789-.396 1.626-.606q.838-.211 1.77-.211q.895 0 1.742.179t1.75.556z"/></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.722 19.928q-.414-.418-.414-1.005t.414-1.005t1.009-.418t1.009.418t.414 1.005t-.415 1.005t-1.008.418t-1.009-.418m-6.76.418q-.575 0-1-.418q-.423-.418-.423-1.005t.424-1.005t.999-.418q.613 0 1.018.418t.404 1.005t-.404 1.005t-1.018.418m.463-3.846q-.32 0-.45-.287t.085-.536l8.679-10.175q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144t-.143-.356v-.02q0-.463-.31-.775q-.311-.311-.771-.311q-.381 0-.675.148t-.546.425l-1.41 1.644v7.162q0 .677-.474 1.149t-1.14.472zm2.81-6.842L6.967 6.39q-.248-.249-.197-.575t.353-.499q.789-.396 1.626-.606q.838-.211 1.77-.211q.895 0 1.742.179t1.75.556z"/></svg>
</template>

CSS

.icon-stroller-rounded {
  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.722%2019.928q-.414-.418-.414-1.005t.414-1.005t1.009-.418t1.009.418t.414%201.005t-.415%201.005t-1.008.418t-1.009-.418m-6.76.418q-.575%200-1-.418q-.423-.418-.423-1.005t.424-1.005t.999-.418q.613%200%201.018.418t.404%201.005t-.404%201.005t-1.018.418m.463-3.846q-.32%200-.45-.287t.085-.536l8.679-10.175q.442-.518.939-.76t1.107-.242q.88%200%201.48.6t.6%201.49v.016q0%20.212-.143.356t-.357.144t-.356-.144t-.143-.356v-.02q0-.463-.31-.775q-.311-.311-.771-.311q-.381%200-.675.148t-.546.425l-1.41%201.644v7.162q0%20.677-.474%201.149t-1.14.472zm2.81-6.842L6.967%206.39q-.248-.249-.197-.575t.353-.499q.789-.396%201.626-.606q.838-.211%201.77-.211q.895%200%201.742.179t1.75.556z%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.722%2019.928q-.414-.418-.414-1.005t.414-1.005t1.009-.418t1.009.418t.414%201.005t-.415%201.005t-1.008.418t-1.009-.418m-6.76.418q-.575%200-1-.418q-.423-.418-.423-1.005t.424-1.005t.999-.418q.613%200%201.018.418t.404%201.005t-.404%201.005t-1.018.418m.463-3.846q-.32%200-.45-.287t.085-.536l8.679-10.175q.442-.518.939-.76t1.107-.242q.88%200%201.48.6t.6%201.49v.016q0%20.212-.143.356t-.357.144t-.356-.144t-.143-.356v-.02q0-.463-.31-.775q-.311-.311-.771-.311q-.381%200-.675.148t-.546.425l-1.41%201.644v7.162q0%20.677-.474%201.149t-1.14.472zm2.81-6.842L6.967%206.39q-.248-.249-.197-.575t.353-.499q.789-.396%201.626-.606q.838-.211%201.77-.211q.895%200%201.742.179t1.75.556z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/stroller-rounded.svg?color=%231a73e8&size=48