stroller icon
stroller-outline-sharp from Material Symbols Light by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- stroller-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.418m1.58-4.846h5.612V8.925zm-2.19 1l9.387-10.998q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.488V7h-1v-.42q0-.46-.31-.77t-.77-.31q-.381 0-.675.148t-.546.425l-1.41 1.644V16.5zm3.883-6.842L6.34 5.764q.95-.639 1.987-.951t2.192-.313q.895 0 1.742.179t1.75.555zm-.068-1.47l2.087-2.446q-.431-.12-.867-.182q-.437-.06-.868-.06q-.654 0-1.28.123t-1.235.383zm1.19 4.021"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStrollerOutlineSharp(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.418m1.58-4.846h5.612V8.925zm-2.19 1l9.387-10.998q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.488V7h-1v-.42q0-.46-.31-.77t-.77-.31q-.381 0-.675.148t-.546.425l-1.41 1.644V16.5zm3.883-6.842L6.34 5.764q.95-.639 1.987-.951t2.192-.313q.895 0 1.742.179t1.75.555zm-.068-1.47l2.087-2.446q-.431-.12-.867-.182q-.437-.06-.868-.06q-.654 0-1.28.123t-1.235.383zm1.19 4.021"/></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.418m1.58-4.846h5.612V8.925zm-2.19 1l9.387-10.998q.442-.518.939-.76t1.107-.242q.88 0 1.48.6t.6 1.488V7h-1v-.42q0-.46-.31-.77t-.77-.31q-.381 0-.675.148t-.546.425l-1.41 1.644V16.5zm3.883-6.842L6.34 5.764q.95-.639 1.987-.951t2.192-.313q.895 0 1.742.179t1.75.555zm-.068-1.47l2.087-2.446q-.431-.12-.867-.182q-.437-.06-.868-.06q-.654 0-1.28.123t-1.235.383zm1.19 4.021"/></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%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.418m1.58-4.846h5.612V8.925zm-2.19%201l9.387-10.998q.442-.518.939-.76t1.107-.242q.88%200%201.48.6t.6%201.488V7h-1v-.42q0-.46-.31-.77t-.77-.31q-.381%200-.675.148t-.546.425l-1.41%201.644V16.5zm3.883-6.842L6.34%205.764q.95-.639%201.987-.951t2.192-.313q.895%200%201.742.179t1.75.555zm-.068-1.47l2.087-2.446q-.431-.12-.867-.182q-.437-.06-.868-.06q-.654%200-1.28.123t-1.235.383zm1.19%204.021%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.418m1.58-4.846h5.612V8.925zm-2.19%201l9.387-10.998q.442-.518.939-.76t1.107-.242q.88%200%201.48.6t.6%201.488V7h-1v-.42q0-.46-.31-.77t-.77-.31q-.381%200-.675.148t-.546.425l-1.41%201.644V16.5zm3.883-6.842L6.34%205.764q.95-.639%201.987-.951t2.192-.313q.895%200%201.742.179t1.75.555zm-.068-1.47l2.087-2.446q-.431-.12-.867-.182q-.437-.06-.868-.06q-.654%200-1.28.123t-1.235.383zm1.19%204.021%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-outline-sharp.svg?color=%231a73e8&size=48