stroller-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
stroller-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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="M14.588 21.413Q14 20.825 14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22t-1.412-.587M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m3.6-7H15V8.675zm-4.325 2L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V17zM9.6 9.6L4.725 4.725q1.2-.85 2.525-1.287T10 3q1.125 0 2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm2.825 5.175"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStrollerOutlineSharp(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="M14.588 21.413Q14 20.825 14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22t-1.412-.587M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m3.6-7H15V8.675zm-4.325 2L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V17zM9.6 9.6L4.725 4.725q1.2-.85 2.525-1.287T10 3q1.125 0 2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm2.825 5.175"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.588 21.413Q14 20.825 14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22t-1.412-.587M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m3.6-7H15V8.675zm-4.325 2L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V17zM9.6 9.6L4.725 4.725q1.2-.85 2.525-1.287T10 3q1.125 0 2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm2.825 5.175"/></svg>
</template>

CSS

.icon-stroller-outline-sharp {
  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%22M14.588%2021.413Q14%2020.825%2014%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022t-1.412-.587M6%2022q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m3.6-7H15V8.675zm-4.325%202L16.2%204.175q.5-.575%201.113-.875T18.65%203q1.4%200%202.375.975T22%206.35V7h-2v-.65q0-.575-.387-.962T18.65%205q-.275%200-.487.1t-.388.3L17%206.275V17zM9.6%209.6L4.725%204.725q1.2-.85%202.525-1.287T10%203q1.125%200%202.213.275T14.3%204.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10%205q-.5%200-.963.075t-.937.2zm2.825%205.175%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%22M14.588%2021.413Q14%2020.825%2014%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022t-1.412-.587M6%2022q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m3.6-7H15V8.675zm-4.325%202L16.2%204.175q.5-.575%201.113-.875T18.65%203q1.4%200%202.375.975T22%206.35V7h-2v-.65q0-.575-.387-.962T18.65%205q-.275%200-.487.1t-.388.3L17%206.275V17zM9.6%209.6L4.725%204.725q1.2-.85%202.525-1.287T10%203q1.125%200%202.213.275T14.3%204.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10%205q-.5%200-.963.075t-.937.2zm2.825%205.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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