sharp no stroller icon
sharp-no-stroller from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-no-stroller
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the sharp 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="M10.91 8.08L6.53 3.7C7.6 3.25 8.77 3 10 3c1.56 0 3.03.4 4.3 1.1zm10.28 13.11l-4.78-4.78l-5.75-5.75l-7.85-7.85l-1.42 1.41l7.97 7.97L5.27 17h8.9l1.13 1.13c-.88.33-1.47 1.25-1.26 2.28c.15.76.78 1.39 1.54 1.54c1.03.21 1.95-.38 2.28-1.26l1.91 1.91zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M17 6.27c.58-.68.97-1.27 1.65-1.27c.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpNoStroller(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="M10.91 8.08L6.53 3.7C7.6 3.25 8.77 3 10 3c1.56 0 3.03.4 4.3 1.1zm10.28 13.11l-4.78-4.78l-5.75-5.75l-7.85-7.85l-1.42 1.41l7.97 7.97L5.27 17h8.9l1.13 1.13c-.88.33-1.47 1.25-1.26 2.28c.15.76.78 1.39 1.54 1.54c1.03.21 1.95-.38 2.28-1.26l1.91 1.91zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M17 6.27c.58-.68.97-1.27 1.65-1.27c.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.91 8.08L6.53 3.7C7.6 3.25 8.77 3 10 3c1.56 0 3.03.4 4.3 1.1zm10.28 13.11l-4.78-4.78l-5.75-5.75l-7.85-7.85l-1.42 1.41l7.97 7.97L5.27 17h8.9l1.13 1.13c-.88.33-1.47 1.25-1.26 2.28c.15.76.78 1.39 1.54 1.54c1.03.21 1.95-.38 2.28-1.26l1.91 1.91zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M17 6.27c.58-.68.97-1.27 1.65-1.27c.77 0 1.35.66 1.35 1.48V7h2v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-3.5 4.11L17 14.17z"/></svg> </template>
CSS
.icon-sharp-no-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%22M10.91%208.08L6.53%203.7C7.6%203.25%208.77%203%2010%203c1.56%200%203.03.4%204.3%201.1zm10.28%2013.11l-4.78-4.78l-5.75-5.75l-7.85-7.85l-1.42%201.41l7.97%207.97L5.27%2017h8.9l1.13%201.13c-.88.33-1.47%201.25-1.26%202.28c.15.76.78%201.39%201.54%201.54c1.03.21%201.95-.38%202.28-1.26l1.91%201.91zM6%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M17%206.27c.58-.68.97-1.27%201.65-1.27c.77%200%201.35.66%201.35%201.48V7h2v-.52C22%204.56%2020.52%203%2018.65%203c-1.66%200-2.54%201.27-3.18%202.03l-3.5%204.11L17%2014.17z%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%22M10.91%208.08L6.53%203.7C7.6%203.25%208.77%203%2010%203c1.56%200%203.03.4%204.3%201.1zm10.28%2013.11l-4.78-4.78l-5.75-5.75l-7.85-7.85l-1.42%201.41l7.97%207.97L5.27%2017h8.9l1.13%201.13c-.88.33-1.47%201.25-1.26%202.28c.15.76.78%201.39%201.54%201.54c1.03.21%201.95-.38%202.28-1.26l1.91%201.91zM6%2018c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M17%206.27c.58-.68.97-1.27%201.65-1.27c.77%200%201.35.66%201.35%201.48V7h2v-.52C22%204.56%2020.52%203%2018.65%203c-1.66%200-2.54%201.27-3.18%202.03l-3.5%204.11L17%2014.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-no-stroller.svg?color=%231a73e8&size=48