stroller icon
stroller-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- stroller-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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-2.175 2q-.65 0-.913-.575t.163-1.075L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288T20 6.376V6.35q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V15q0 .825-.587 1.413T15 17zM9.6 9.6L5.525 5.525q-.325-.325-.262-.75t.437-.65q1-.55 2.088-.837T10 3t2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStrollerOutlineRounded(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-2.175 2q-.65 0-.913-.575t.163-1.075L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288T20 6.376V6.35q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V15q0 .825-.587 1.413T15 17zM9.6 9.6L5.525 5.525q-.325-.325-.262-.75t.437-.65q1-.55 2.088-.837T10 3t2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm0 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="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-2.175 2q-.65 0-.913-.575t.163-1.075L16.2 4.175q.5-.575 1.113-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288T20 6.376V6.35q0-.575-.387-.962T18.65 5q-.275 0-.487.1t-.388.3L17 6.275V15q0 .825-.587 1.413T15 17zM9.6 9.6L5.525 5.525q-.325-.325-.262-.75t.437-.65q1-.55 2.088-.837T10 3t2.213.275T14.3 4.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10 5q-.5 0-.963.075t-.937.2zm0 0"/></svg> </template>
CSS
.icon-stroller-outline-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%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-2.175%202q-.65%200-.913-.575t.163-1.075L16.2%204.175q.5-.575%201.113-.875T18.65%203q1.4%200%202.375.975T22%206.35v.025q0%20.425-.288.713T21%207.375t-.712-.288T20%206.376V6.35q0-.575-.387-.962T18.65%205q-.275%200-.487.1t-.388.3L17%206.275V15q0%20.825-.587%201.413T15%2017zM9.6%209.6L5.525%205.525q-.325-.325-.262-.75t.437-.65q1-.55%202.088-.837T10%203t2.213.275T14.3%204.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10%205q-.5%200-.963.075t-.937.2zm0%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%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-2.175%202q-.65%200-.913-.575t.163-1.075L16.2%204.175q.5-.575%201.113-.875T18.65%203q1.4%200%202.375.975T22%206.35v.025q0%20.425-.288.713T21%207.375t-.712-.288T20%206.376V6.35q0-.575-.387-.962T18.65%205q-.275%200-.487.1t-.388.3L17%206.275V15q0%20.825-.587%201.413T15%2017zM9.6%209.6L5.525%205.525q-.325-.325-.262-.75t.437-.65q1-.55%202.088-.837T10%203t2.213.275T14.3%204.1zm-.125-2.95l1.375-1.6q-.2-.025-.425-.038T10%205q-.5%200-.963.075t-.937.2zm0%200%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-rounded.svg?color=%231a73e8&size=48