no stroller icon
no-stroller-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- no-stroller-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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.97 20.346q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.419-1.003q.42-.415 1.009-.415t1.003.416t.415.999t-.416 1.007t-.999.424M19.009 6.962q-.144-.144-.144-.356v-.02q0-.463-.31-.775q-.31-.311-.77-.311q-.385 0-.696.148q-.312.148-.564.464l-.833.97v4.578q0 .25-.155.374q-.155.125-.341.125t-.345-.129t-.159-.376V8.266L13.39 9.802q-.137.17-.355.177t-.387-.154q-.143-.146-.149-.332t.135-.35l3.106-3.641q.442-.517.942-.76t1.104-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144m-4.528 7.519l.708.708q-.16.64-.577.976q-.418.335-1.074.335H7.791q-.427 0-.6-.383t.1-.71l3.084-3.616l-7.967-7.962q-.146-.14-.153-.341t.149-.367q.169-.165.36-.165q.192 0 .357.165l18.187 18.187q.146.146.153.344q.006.198-.159.368q-.165.155-.354.158t-.354-.162l-9.511-9.512l-2.54 2.996h4.996q.423 0 .653-.24t.289-.78m.258 5.866q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.42-1.004q.419-.414 1.008-.414t1.004.416q.414.415.414.999t-.416 1.007t-.999.424M13.29 6.075l-1.67 1.944q-.14.177-.361.19t-.385-.162q-.139-.138-.144-.323t.134-.351l1.41-1.65q-.43-.127-.858-.175q-.427-.048-.877-.048q-.461 0-.953.065q-.49.066-.985.21q-.189.067-.37-.036t-.246-.299q-.067-.188.037-.37q.103-.182.298-.245q.581-.175 1.136-.25t1.082-.075q.611 0 1.227.093t1.177.28q.401.123.51.499t-.162.703m-2.737 1.652"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoStrollerOutlineRounded(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.97 20.346q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.419-1.003q.42-.415 1.009-.415t1.003.416t.415.999t-.416 1.007t-.999.424M19.009 6.962q-.144-.144-.144-.356v-.02q0-.463-.31-.775q-.31-.311-.77-.311q-.385 0-.696.148q-.312.148-.564.464l-.833.97v4.578q0 .25-.155.374q-.155.125-.341.125t-.345-.129t-.159-.376V8.266L13.39 9.802q-.137.17-.355.177t-.387-.154q-.143-.146-.149-.332t.135-.35l3.106-3.641q.442-.517.942-.76t1.104-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144m-4.528 7.519l.708.708q-.16.64-.577.976q-.418.335-1.074.335H7.791q-.427 0-.6-.383t.1-.71l3.084-3.616l-7.967-7.962q-.146-.14-.153-.341t.149-.367q.169-.165.36-.165q.192 0 .357.165l18.187 18.187q.146.146.153.344q.006.198-.159.368q-.165.155-.354.158t-.354-.162l-9.511-9.512l-2.54 2.996h4.996q.423 0 .653-.24t.289-.78m.258 5.866q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.42-1.004q.419-.414 1.008-.414t1.004.416q.414.415.414.999t-.416 1.007t-.999.424M13.29 6.075l-1.67 1.944q-.14.177-.361.19t-.385-.162q-.139-.138-.144-.323t.134-.351l1.41-1.65q-.43-.127-.858-.175q-.427-.048-.877-.048q-.461 0-.953.065q-.49.066-.985.21q-.189.067-.37-.036t-.246-.299q-.067-.188.037-.37q.103-.182.298-.245q.581-.175 1.136-.25t1.082-.075q.611 0 1.227.093t1.177.28q.401.123.51.499t-.162.703m-2.737 1.652"/></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.97 20.346q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.419-1.003q.42-.415 1.009-.415t1.003.416t.415.999t-.416 1.007t-.999.424M19.009 6.962q-.144-.144-.144-.356v-.02q0-.463-.31-.775q-.31-.311-.77-.311q-.385 0-.696.148q-.312.148-.564.464l-.833.97v4.578q0 .25-.155.374q-.155.125-.341.125t-.345-.129t-.159-.376V8.266L13.39 9.802q-.137.17-.355.177t-.387-.154q-.143-.146-.149-.332t.135-.35l3.106-3.641q.442-.517.942-.76t1.104-.242q.88 0 1.48.6t.6 1.49v.016q0 .212-.143.356t-.357.144t-.356-.144m-4.528 7.519l.708.708q-.16.64-.577.976q-.418.335-1.074.335H7.791q-.427 0-.6-.383t.1-.71l3.084-3.616l-7.967-7.962q-.146-.14-.153-.341t.149-.367q.169-.165.36-.165q.192 0 .357.165l18.187 18.187q.146.146.153.344q.006.198-.159.368q-.165.155-.354.158t-.354-.162l-9.511-9.512l-2.54 2.996h4.996q.423 0 .653-.24t.289-.78m.258 5.866q-.583 0-1.007-.42q-.424-.419-.424-1.008q0-.59.42-1.004q.419-.414 1.008-.414t1.004.416q.414.415.414.999t-.416 1.007t-.999.424M13.29 6.075l-1.67 1.944q-.14.177-.361.19t-.385-.162q-.139-.138-.144-.323t.134-.351l1.41-1.65q-.43-.127-.858-.175q-.427-.048-.877-.048q-.461 0-.953.065q-.49.066-.985.21q-.189.067-.37-.036t-.246-.299q-.067-.188.037-.37q.103-.182.298-.245q.581-.175 1.136-.25t1.082-.075q.611 0 1.227.093t1.177.28q.401.123.51.499t-.162.703m-2.737 1.652"/></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.97%2020.346q-.583%200-1.007-.42q-.424-.419-.424-1.008q0-.59.419-1.003q.42-.415%201.009-.415t1.003.416t.415.999t-.416%201.007t-.999.424M19.009%206.962q-.144-.144-.144-.356v-.02q0-.463-.31-.775q-.31-.311-.77-.311q-.385%200-.696.148q-.312.148-.564.464l-.833.97v4.578q0%20.25-.155.374q-.155.125-.341.125t-.345-.129t-.159-.376V8.266L13.39%209.802q-.137.17-.355.177t-.387-.154q-.143-.146-.149-.332t.135-.35l3.106-3.641q.442-.517.942-.76t1.104-.242q.88%200%201.48.6t.6%201.49v.016q0%20.212-.143.356t-.357.144t-.356-.144m-4.528%207.519l.708.708q-.16.64-.577.976q-.418.335-1.074.335H7.791q-.427%200-.6-.383t.1-.71l3.084-3.616l-7.967-7.962q-.146-.14-.153-.341t.149-.367q.169-.165.36-.165q.192%200%20.357.165l18.187%2018.187q.146.146.153.344q.006.198-.159.368q-.165.155-.354.158t-.354-.162l-9.511-9.512l-2.54%202.996h4.996q.423%200%20.653-.24t.289-.78m.258%205.866q-.583%200-1.007-.42q-.424-.419-.424-1.008q0-.59.42-1.004q.419-.414%201.008-.414t1.004.416q.414.415.414.999t-.416%201.007t-.999.424M13.29%206.075l-1.67%201.944q-.14.177-.361.19t-.385-.162q-.139-.138-.144-.323t.134-.351l1.41-1.65q-.43-.127-.858-.175q-.427-.048-.877-.048q-.461%200-.953.065q-.49.066-.985.21q-.189.067-.37-.036t-.246-.299q-.067-.188.037-.37q.103-.182.298-.245q.581-.175%201.136-.25t1.082-.075q.611%200%201.227.093t1.177.28q.401.123.51.499t-.162.703m-2.737%201.652%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.97%2020.346q-.583%200-1.007-.42q-.424-.419-.424-1.008q0-.59.419-1.003q.42-.415%201.009-.415t1.003.416t.415.999t-.416%201.007t-.999.424M19.009%206.962q-.144-.144-.144-.356v-.02q0-.463-.31-.775q-.31-.311-.77-.311q-.385%200-.696.148q-.312.148-.564.464l-.833.97v4.578q0%20.25-.155.374q-.155.125-.341.125t-.345-.129t-.159-.376V8.266L13.39%209.802q-.137.17-.355.177t-.387-.154q-.143-.146-.149-.332t.135-.35l3.106-3.641q.442-.517.942-.76t1.104-.242q.88%200%201.48.6t.6%201.49v.016q0%20.212-.143.356t-.357.144t-.356-.144m-4.528%207.519l.708.708q-.16.64-.577.976q-.418.335-1.074.335H7.791q-.427%200-.6-.383t.1-.71l3.084-3.616l-7.967-7.962q-.146-.14-.153-.341t.149-.367q.169-.165.36-.165q.192%200%20.357.165l18.187%2018.187q.146.146.153.344q.006.198-.159.368q-.165.155-.354.158t-.354-.162l-9.511-9.512l-2.54%202.996h4.996q.423%200%20.653-.24t.289-.78m.258%205.866q-.583%200-1.007-.42q-.424-.419-.424-1.008q0-.59.42-1.004q.419-.414%201.008-.414t1.004.416q.414.415.414.999t-.416%201.007t-.999.424M13.29%206.075l-1.67%201.944q-.14.177-.361.19t-.385-.162q-.139-.138-.144-.323t.134-.351l1.41-1.65q-.43-.127-.858-.175q-.427-.048-.877-.048q-.461%200-.953.065q-.49.066-.985.21q-.189.067-.37-.036t-.246-.299q-.067-.188.037-.37q.103-.182.298-.245q.581-.175%201.136-.25t1.082-.075q.611%200%201.227.093t1.177.28q.401.123.51.499t-.162.703m-2.737%201.652%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-stroller-outline-rounded.svg?color=%231a73e8&size=48