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

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

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the no stroller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m11-7.825l-2-2V8.65l-1.6 1.9l-1.425-1.4L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275zM15 15l2 2H5.275l4.1-4.825L1.4 4.225L2.8 2.8l18.4 18.4l-1.425 1.4l-9-9L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M10.9 8.075L9.475 6.65l1.375-1.6q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2L6.525 3.7q.825-.35 1.7-.525T10 3q1.125 0 2.212.275T14.3 4.1zM9.475 6.65"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoStrollerOutlineSharp(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="M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m11-7.825l-2-2V8.65l-1.6 1.9l-1.425-1.4L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275zM15 15l2 2H5.275l4.1-4.825L1.4 4.225L2.8 2.8l18.4 18.4l-1.425 1.4l-9-9L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M10.9 8.075L9.475 6.65l1.375-1.6q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2L6.525 3.7q.825-.35 1.7-.525T10 3q1.125 0 2.212.275T14.3 4.1zM9.475 6.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m11-7.825l-2-2V8.65l-1.6 1.9l-1.425-1.4L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35V7h-2v-.65q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275zM15 15l2 2H5.275l4.1-4.825L1.4 4.225L2.8 2.8l18.4 18.4l-1.425 1.4l-9-9L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M10.9 8.075L9.475 6.65l1.375-1.6q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2L6.525 3.7q.825-.35 1.7-.525T10 3q1.125 0 2.212.275T14.3 4.1zM9.475 6.65"/></svg>
</template>

CSS

.icon-no-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%22M6%2022q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m11-7.825l-2-2V8.65l-1.6%201.9l-1.425-1.4L16.2%204.175q.5-.575%201.125-.875T18.65%203q1.4%200%202.375.975T22%206.35V7h-2v-.65q0-.575-.387-.962T18.65%205q-.25%200-.475.1t-.4.3L17%206.275zM15%2015l2%202H5.275l4.1-4.825L1.4%204.225L2.8%202.8l18.4%2018.4l-1.425%201.4l-9-9L9.6%2015zm1%207q-.825%200-1.412-.587T14%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022M10.9%208.075L9.475%206.65l1.375-1.6q-.2-.05-.425-.05H10q-.5%200-.963.075t-.937.2L6.525%203.7q.825-.35%201.7-.525T10%203q1.125%200%202.212.275T14.3%204.1zM9.475%206.65%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%22M6%2022q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m11-7.825l-2-2V8.65l-1.6%201.9l-1.425-1.4L16.2%204.175q.5-.575%201.125-.875T18.65%203q1.4%200%202.375.975T22%206.35V7h-2v-.65q0-.575-.387-.962T18.65%205q-.25%200-.475.1t-.4.3L17%206.275zM15%2015l2%202H5.275l4.1-4.825L1.4%204.225L2.8%202.8l18.4%2018.4l-1.425%201.4l-9-9L9.6%2015zm1%207q-.825%200-1.412-.587T14%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022M10.9%208.075L9.475%206.65l1.375-1.6q-.2-.05-.425-.05H10q-.5%200-.963.075t-.937.2L6.525%203.7q.825-.35%201.7-.525T10%203q1.125%200%202.212.275T14.3%204.1zM9.475%206.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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