outline stroller icon
outline-stroller from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- outline-stroller
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the outline stroller icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2M6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m9-9.34L9.6 15H15zM18.65 3C20.52 3 22 4.56 22 6.48V7h-2v-.52C20 5.66 19.42 5 18.65 5c-.68 0-1.07.59-1.65 1.27V15c0 1.1-.9 2-2 2H7.43c-.85 0-1.31-1-.76-1.65l8.8-10.32C16.11 4.27 16.99 3 18.65 3M10 5c-.65 0-1.29.09-1.91.27l1.4 1.4l1.37-1.61A6 6 0 0 0 10 5m0-2c1.56 0 3.03.4 4.3 1.1L9.6 9.61L4.72 4.72A8.96 8.96 0 0 1 10 3"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineStroller(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="M18 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2M6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m9-9.34L9.6 15H15zM18.65 3C20.52 3 22 4.56 22 6.48V7h-2v-.52C20 5.66 19.42 5 18.65 5c-.68 0-1.07.59-1.65 1.27V15c0 1.1-.9 2-2 2H7.43c-.85 0-1.31-1-.76-1.65l8.8-10.32C16.11 4.27 16.99 3 18.65 3M10 5c-.65 0-1.29.09-1.91.27l1.4 1.4l1.37-1.61A6 6 0 0 0 10 5m0-2c1.56 0 3.03.4 4.3 1.1L9.6 9.61L4.72 4.72A8.96 8.96 0 0 1 10 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2M6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m9-9.34L9.6 15H15zM18.65 3C20.52 3 22 4.56 22 6.48V7h-2v-.52C20 5.66 19.42 5 18.65 5c-.68 0-1.07.59-1.65 1.27V15c0 1.1-.9 2-2 2H7.43c-.85 0-1.31-1-.76-1.65l8.8-10.32C16.11 4.27 16.99 3 18.65 3M10 5c-.65 0-1.29.09-1.91.27l1.4 1.4l1.37-1.61A6 6 0 0 0 10 5m0-2c1.56 0 3.03.4 4.3 1.1L9.6 9.61L4.72 4.72A8.96 8.96 0 0 1 10 3"/></svg> </template>
CSS
.icon-outline-stroller {
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%22M18%2020c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202M6%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m9-9.34L9.6%2015H15zM18.65%203C20.52%203%2022%204.56%2022%206.48V7h-2v-.52C20%205.66%2019.42%205%2018.65%205c-.68%200-1.07.59-1.65%201.27V15c0%201.1-.9%202-2%202H7.43c-.85%200-1.31-1-.76-1.65l8.8-10.32C16.11%204.27%2016.99%203%2018.65%203M10%205c-.65%200-1.29.09-1.91.27l1.4%201.4l1.37-1.61A6%206%200%200%200%2010%205m0-2c1.56%200%203.03.4%204.3%201.1L9.6%209.61L4.72%204.72A8.96%208.96%200%200%201%2010%203%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%22M18%2020c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202M6%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m9-9.34L9.6%2015H15zM18.65%203C20.52%203%2022%204.56%2022%206.48V7h-2v-.52C20%205.66%2019.42%205%2018.65%205c-.68%200-1.07.59-1.65%201.27V15c0%201.1-.9%202-2%202H7.43c-.85%200-1.31-1-.76-1.65l8.8-10.32C16.11%204.27%2016.99%203%2018.65%203M10%205c-.65%200-1.29.09-1.91.27l1.4%201.4l1.37-1.61A6%206%200%200%200%2010%205m0-2c1.56%200%203.03.4%204.3%201.1L9.6%209.61L4.72%204.72A8.96%208.96%200%200%201%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-stroller.svg?color=%231a73e8&size=48