No Stroller icon

No Stroller is a Google Material Symbol from the Travel category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

no_stroller_outlined_fill0_wght400.svg

No Stroller icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=no_stroller" />

<span class="material-symbols-outlined">no_stroller</span>

No Stroller icon in React

// With the font from the HTML tab:
export function NoStrollerIcon() {
  return (
    <span className="material-symbols-outlined">
      no_stroller
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NoStrollerIcon from "@material-symbols/svg-400/outlined/no_stroller.svg?react";

No Stroller icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">no_stroller</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NoStrollerIcon from "@material-symbols/svg-400/outlined/no_stroller.svg?component"; -->

No Stroller icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">no_stroller</mat-icon>

No Stroller icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.no_stroller, fill: 0, weight: 400)

No Stroller icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/no_stroller.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M5.996 22Q5.375 22 4.938 21.558q-.438-.442-.438-1.062 0-.621 .442-1.058 .442-.438 1.063-.438 .62 0 1.058 .442 .437 .442 .437 1.063 0 .62-.442 1.058Q6.616 22 5.996 22ZM17.025 14.925l-1.5-1.5v-6.125L12.725 10.6l-1.075-1.075 4.55-5.35q.45-.525 1.125-.85t1.325-.325q1.4 0 2.375 .975t.975 2.375v.65h-1.5v-.65q0-.775-.537-1.312T18.65 4.5q-.4 0-.737 .175T17.25 5.275l-.225 .275v9.375Zm-1.025 1.075 1.05 1.05q-.206 .206-.469 .328Q16.319 17.5 16 17.5H7.025q-.65 0-.912-.575t.162-1.075l3.425-4L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075-10.075-10.075-2.625 3.1h7.875ZM15.746 22Q15.125 22 14.688 21.558q-.438-.442-.438-1.062 0-.621 .442-1.058 .442-.438 1.063-.438 .62 0 1.058 .442 .437 .442 .437 1.063 0 .62-.442 1.058Q16.366 22 15.746 22ZM10.75 12.9Zm1.975-2.3Zm-1.95-1.95-1.05-1.05 2.375-2.8q-.5-.15-1.012-.225t-1.063-.075q-.75 0-1.487 .138T7.15 5.05l-1.125-1.15q.85-.425 1.9-.662t2.1-.238q1.225 0 2.388 .313T14.575 4.175L10.775 8.65Zm-1.05-1.05Z" />
</vector>

No Stroller icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/no_stroller.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/no_stroller.svg" width="24" height="24" alt="No Stroller">

No Stroller icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNo Stroller
Ligatureno_stroller
Code pointU+F1AF
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/no_stroller.svg, no_stroller-fill.svg
FlutterSymbols.no_stroller
LicenseApache License 2.0 (© Google LLC)

Keywords

travelonoffdisabledslashenabledwarningcautiondiagonal linearearestrictedforbiddensection

Related icons