round no stroller icon
round-no-stroller from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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="M8 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m6.3-15.9a8.88 8.88 0 0 0-7.76-.39l4.37 4.37zm6.19 17.8a.996.996 0 0 0 0-1.41l-9.82-9.82l-7.16-7.16A.996.996 0 1 0 2.1 4.92l7.26 7.26L6.7 15.3c-.55.65-.09 1.65.76 1.65h6.66l1.17 1.17c-.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.2 1.2c.41.41 1.04.41 1.44.02M17 6.27c.58-.68.97-1.27 1.65-1.27s1.22.52 1.33 1.21c.1.45.5.79.98.79c.55 0 1-.45 1-1c0-.06 0-.11-.01-.16v-.01C21.65 4.22 20.3 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 IcRoundNoStroller(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="M8 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m6.3-15.9a8.88 8.88 0 0 0-7.76-.39l4.37 4.37zm6.19 17.8a.996.996 0 0 0 0-1.41l-9.82-9.82l-7.16-7.16A.996.996 0 1 0 2.1 4.92l7.26 7.26L6.7 15.3c-.55.65-.09 1.65.76 1.65h6.66l1.17 1.17c-.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.2 1.2c.41.41 1.04.41 1.44.02M17 6.27c.58-.68.97-1.27 1.65-1.27s1.22.52 1.33 1.21c.1.45.5.79.98.79c.55 0 1-.45 1-1c0-.06 0-.11-.01-.16v-.01C21.65 4.22 20.3 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="M8 20c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m6.3-15.9a8.88 8.88 0 0 0-7.76-.39l4.37 4.37zm6.19 17.8a.996.996 0 0 0 0-1.41l-9.82-9.82l-7.16-7.16A.996.996 0 1 0 2.1 4.92l7.26 7.26L6.7 15.3c-.55.65-.09 1.65.76 1.65h6.66l1.17 1.17c-.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.2 1.2c.41.41 1.04.41 1.44.02M17 6.27c.58-.68.97-1.27 1.65-1.27s1.22.52 1.33 1.21c.1.45.5.79.98.79c.55 0 1-.45 1-1c0-.06 0-.11-.01-.16v-.01C21.65 4.22 20.3 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-round-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%22M8%2020c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m6.3-15.9a8.88%208.88%200%200%200-7.76-.39l4.37%204.37zm6.19%2017.8a.996.996%200%200%200%200-1.41l-9.82-9.82l-7.16-7.16A.996.996%200%201%200%202.1%204.92l7.26%207.26L6.7%2015.3c-.55.65-.09%201.65.76%201.65h6.66l1.17%201.17c-.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.2%201.2c.41.41%201.04.41%201.44.02M17%206.27c.58-.68.97-1.27%201.65-1.27s1.22.52%201.33%201.21c.1.45.5.79.98.79c.55%200%201-.45%201-1c0-.06%200-.11-.01-.16v-.01C21.65%204.22%2020.3%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%22M8%2020c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m6.3-15.9a8.88%208.88%200%200%200-7.76-.39l4.37%204.37zm6.19%2017.8a.996.996%200%200%200%200-1.41l-9.82-9.82l-7.16-7.16A.996.996%200%201%200%202.1%204.92l7.26%207.26L6.7%2015.3c-.55.65-.09%201.65.76%201.65h6.66l1.17%201.17c-.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.2%201.2c.41.41%201.04.41%201.44.02M17%206.27c.58-.68.97-1.27%201.65-1.27s1.22.52%201.33%201.21c.1.45.5.79.98.79c.55%200%201-.45%201-1c0-.06%200-.11-.01-.16v-.01C21.65%204.22%2020.3%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/round-no-stroller.svg?color=%231a73e8&size=48