stroller icon

stroller from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
stroller
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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="M19 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M9 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22 8.5A6.51 6.51 0 0 0 15.5 2H15a1 1 0 0 0-1 1v5H7.52L6.27 4.65A1 1 0 0 0 5.33 4H3a1 1 0 0 0 0 2h1.64l1.25 3.37l.51 1.37v.09A6.44 6.44 0 0 0 12.5 15h3A6.49 6.49 0 0 0 22 8.5m-3.32 3.18A4.47 4.47 0 0 1 15.5 13h-3a4.47 4.47 0 0 1-4.16-2.8a.14.14 0 0 1 0-.06L8.26 10h11.48a4.3 4.3 0 0 1-1.06 1.68M16 8V4a4.49 4.49 0 0 1 4 4Z"/></svg>

React

import type { SVGProps } from "react";

export function UilStroller(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="M19 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M9 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22 8.5A6.51 6.51 0 0 0 15.5 2H15a1 1 0 0 0-1 1v5H7.52L6.27 4.65A1 1 0 0 0 5.33 4H3a1 1 0 0 0 0 2h1.64l1.25 3.37l.51 1.37v.09A6.44 6.44 0 0 0 12.5 15h3A6.49 6.49 0 0 0 22 8.5m-3.32 3.18A4.47 4.47 0 0 1 15.5 13h-3a4.47 4.47 0 0 1-4.16-2.8a.14.14 0 0 1 0-.06L8.26 10h11.48a4.3 4.3 0 0 1-1.06 1.68M16 8V4a4.49 4.49 0 0 1 4 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M9 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22 8.5A6.51 6.51 0 0 0 15.5 2H15a1 1 0 0 0-1 1v5H7.52L6.27 4.65A1 1 0 0 0 5.33 4H3a1 1 0 0 0 0 2h1.64l1.25 3.37l.51 1.37v.09A6.44 6.44 0 0 0 12.5 15h3A6.49 6.49 0 0 0 22 8.5m-3.32 3.18A4.47 4.47 0 0 1 15.5 13h-3a4.47 4.47 0 0 1-4.16-2.8a.14.14 0 0 1 0-.06L8.26 10h11.48a4.3 4.3 0 0 1-1.06 1.68M16 8V4a4.49 4.49 0 0 1 4 4Z"/></svg>
</template>

CSS

.icon-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%22M19%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M9%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M22%208.5A6.51%206.51%200%200%200%2015.5%202H15a1%201%200%200%200-1%201v5H7.52L6.27%204.65A1%201%200%200%200%205.33%204H3a1%201%200%200%200%200%202h1.64l1.25%203.37l.51%201.37v.09A6.44%206.44%200%200%200%2012.5%2015h3A6.49%206.49%200%200%200%2022%208.5m-3.32%203.18A4.47%204.47%200%200%201%2015.5%2013h-3a4.47%204.47%200%200%201-4.16-2.8a.14.14%200%200%201%200-.06L8.26%2010h11.48a4.3%204.3%200%200%201-1.06%201.68M16%208V4a4.49%204.49%200%200%201%204%204Z%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%22M19%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M9%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M22%208.5A6.51%206.51%200%200%200%2015.5%202H15a1%201%200%200%200-1%201v5H7.52L6.27%204.65A1%201%200%200%200%205.33%204H3a1%201%200%200%200%200%202h1.64l1.25%203.37l.51%201.37v.09A6.44%206.44%200%200%200%2012.5%2015h3A6.49%206.49%200%200%200%2022%208.5m-3.32%203.18A4.47%204.47%200%200%201%2015.5%2013h-3a4.47%204.47%200%200%201-4.16-2.8a.14.14%200%200%201%200-.06L8.26%2010h11.48a4.3%204.3%200%200%201-1.06%201.68M16%208V4a4.49%204.49%200%200%201%204%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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