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

Name
no-stroller-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 22M20.288 7.087Q20 6.8 20 6.375V6.35q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275v5.5q0 .5-.312.75t-.688.25t-.687-.262T15 11.75v-3.1l-.9 1.075q-.275.35-.712.363t-.763-.288q-.275-.275-.3-.663t.25-.687L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288M15 15l1.4 1.4q-.275.275-.625.438T15 17H7.425q-.65 0-.912-.575t.162-1.075l2.7-3.175L2.1 4.925q-.3-.275-.288-.687t.288-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-8.3-8.3L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M13.25 5.325L11.6 7.25q-.275.35-.712.362t-.763-.312q-.275-.275-.3-.662t.25-.688l.775-.9q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2q-.4.125-.763-.087t-.487-.613t.088-.763t.612-.487q.6-.175 1.213-.25T10 3q.725 0 1.438.113t1.387.337q.575.2.713.788t-.288 1.087M9.475 6.65"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoStrollerOutlineRounded(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 22M20.288 7.087Q20 6.8 20 6.375V6.35q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275v5.5q0 .5-.312.75t-.688.25t-.687-.262T15 11.75v-3.1l-.9 1.075q-.275.35-.712.363t-.763-.288q-.275-.275-.3-.663t.25-.687L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288M15 15l1.4 1.4q-.275.275-.625.438T15 17H7.425q-.65 0-.912-.575t.162-1.075l2.7-3.175L2.1 4.925q-.3-.275-.288-.687t.288-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-8.3-8.3L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M13.25 5.325L11.6 7.25q-.275.35-.712.362t-.763-.312q-.275-.275-.3-.662t.25-.688l.775-.9q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2q-.4.125-.763-.087t-.487-.613t.088-.763t.612-.487q.6-.175 1.213-.25T10 3q.725 0 1.438.113t1.387.337q.575.2.713.788t-.288 1.087M9.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 22M20.288 7.087Q20 6.8 20 6.375V6.35q0-.575-.387-.962T18.65 5q-.25 0-.475.1t-.4.3L17 6.275v5.5q0 .5-.312.75t-.688.25t-.687-.262T15 11.75v-3.1l-.9 1.075q-.275.35-.712.363t-.763-.288q-.275-.275-.3-.663t.25-.687L16.2 4.175q.5-.575 1.125-.875T18.65 3q1.4 0 2.375.975T22 6.35v.025q0 .425-.288.713T21 7.375t-.712-.288M15 15l1.4 1.4q-.275.275-.625.438T15 17H7.425q-.65 0-.912-.575t.162-1.075l2.7-3.175L2.1 4.925q-.3-.275-.288-.687t.288-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-8.3-8.3L9.6 15zm1 7q-.825 0-1.412-.587T14 20t.588-1.412T16 18t1.413.588T18 20t-.587 1.413T16 22M13.25 5.325L11.6 7.25q-.275.35-.712.362t-.763-.312q-.275-.275-.3-.662t.25-.688l.775-.9q-.2-.05-.425-.05H10q-.5 0-.963.075t-.937.2q-.4.125-.763-.087t-.487-.613t.088-.763t.612-.487q.6-.175 1.213-.25T10 3q.725 0 1.438.113t1.387.337q.575.2.713.788t-.288 1.087M9.475 6.65"/></svg>
</template>

CSS

.icon-no-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%22M6%2022q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022M20.288%207.087Q20%206.8%2020%206.375V6.35q0-.575-.387-.962T18.65%205q-.25%200-.475.1t-.4.3L17%206.275v5.5q0%20.5-.312.75t-.688.25t-.687-.262T15%2011.75v-3.1l-.9%201.075q-.275.35-.712.363t-.763-.288q-.275-.275-.3-.663t.25-.687L16.2%204.175q.5-.575%201.125-.875T18.65%203q1.4%200%202.375.975T22%206.35v.025q0%20.425-.288.713T21%207.375t-.712-.288M15%2015l1.4%201.4q-.275.275-.625.438T15%2017H7.425q-.65%200-.912-.575t.162-1.075l2.7-3.175L2.1%204.925q-.3-.275-.288-.687t.288-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-8.3-8.3L9.6%2015zm1%207q-.825%200-1.412-.587T14%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022M13.25%205.325L11.6%207.25q-.275.35-.712.362t-.763-.312q-.275-.275-.3-.662t.25-.688l.775-.9q-.2-.05-.425-.05H10q-.5%200-.963.075t-.937.2q-.4.125-.763-.087t-.487-.613t.088-.763t.612-.487q.6-.175%201.213-.25T10%203q.725%200%201.438.113t1.387.337q.575.2.713.788t-.288%201.087M9.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%2022M20.288%207.087Q20%206.8%2020%206.375V6.35q0-.575-.387-.962T18.65%205q-.25%200-.475.1t-.4.3L17%206.275v5.5q0%20.5-.312.75t-.688.25t-.687-.262T15%2011.75v-3.1l-.9%201.075q-.275.35-.712.363t-.763-.288q-.275-.275-.3-.663t.25-.687L16.2%204.175q.5-.575%201.125-.875T18.65%203q1.4%200%202.375.975T22%206.35v.025q0%20.425-.288.713T21%207.375t-.712-.288M15%2015l1.4%201.4q-.275.275-.625.438T15%2017H7.425q-.65%200-.912-.575t.162-1.075l2.7-3.175L2.1%204.925q-.3-.275-.288-.687t.288-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-8.3-8.3L9.6%2015zm1%207q-.825%200-1.412-.587T14%2020t.588-1.412T16%2018t1.413.588T18%2020t-.587%201.413T16%2022M13.25%205.325L11.6%207.25q-.275.35-.712.362t-.763-.312q-.275-.275-.3-.662t.25-.688l.775-.9q-.2-.05-.425-.05H10q-.5%200-.963.075t-.937.2q-.4.125-.763-.087t-.487-.613t.088-.763t.612-.487q.6-.175%201.213-.25T10%203q.725%200%201.438.113t1.387.337q.575.2.713.788t-.288%201.087M9.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-rounded.svg?color=%231a73e8&size=48