multiple-stop-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
multiple-stop-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
multiple-stop-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the multiple stop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.921 16.192l1.746 1.747q.14.14.15.34q.01.202-.16.371q-.155.156-.35.156t-.353-.16l-2.382-2.382q-.137-.137-.19-.276q-.053-.14-.053-.298t.053-.296q.053-.136.19-.274l2.382-2.382q.14-.14.341-.15t.367.146q.165.17.165.361t-.165.357l-1.74 1.74h5.79q.212 0 .356.144t.144.357t-.144.356t-.356.143zm8.888.097q-.253 0-.425-.172q-.172-.17-.172-.424q0-.252.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.173m3.192 0q-.253 0-.425-.172q-.172-.17-.172-.424q0-.253.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m.097-7.48h-5.81q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h5.79l-1.746-1.746q-.14-.14-.15-.342q-.01-.2.16-.37q.155-.156.35-.156t.353.16l2.382 2.382q.138.137.19.276q.053.14.053.298t-.053.296q-.052.136-.183.267l-2.408 2.408q-.136.14-.339.14t-.35-.14q-.165-.146-.155-.357q.01-.21.156-.357zm-12.097.096q-.253 0-.425-.171t-.172-.424t.171-.425q.171-.173.424-.173t.425.172t.172.424t-.171.425t-.424.172m3.192 0q-.252 0-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.173.425t-.172.425q-.17.172-.424.172"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMultipleStopRounded(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="m5.921 16.192l1.746 1.747q.14.14.15.34q.01.202-.16.371q-.155.156-.35.156t-.353-.16l-2.382-2.382q-.137-.137-.19-.276q-.053-.14-.053-.298t.053-.296q.053-.136.19-.274l2.382-2.382q.14-.14.341-.15t.367.146q.165.17.165.361t-.165.357l-1.74 1.74h5.79q.212 0 .356.144t.144.357t-.144.356t-.356.143zm8.888.097q-.253 0-.425-.172q-.172-.17-.172-.424q0-.252.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.173m3.192 0q-.253 0-.425-.172q-.172-.17-.172-.424q0-.253.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m.097-7.48h-5.81q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h5.79l-1.746-1.746q-.14-.14-.15-.342q-.01-.2.16-.37q.155-.156.35-.156t.353.16l2.382 2.382q.138.137.19.276q.053.14.053.298t-.053.296q-.052.136-.183.267l-2.408 2.408q-.136.14-.339.14t-.35-.14q-.165-.146-.155-.357q.01-.21.156-.357zm-12.097.096q-.253 0-.425-.171t-.172-.424t.171-.425q.171-.173.424-.173t.425.172t.172.424t-.171.425t-.424.172m3.192 0q-.252 0-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.173.425t-.172.425q-.17.172-.424.172"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.921 16.192l1.746 1.747q.14.14.15.34q.01.202-.16.371q-.155.156-.35.156t-.353-.16l-2.382-2.382q-.137-.137-.19-.276q-.053-.14-.053-.298t.053-.296q.053-.136.19-.274l2.382-2.382q.14-.14.341-.15t.367.146q.165.17.165.361t-.165.357l-1.74 1.74h5.79q.212 0 .356.144t.144.357t-.144.356t-.356.143zm8.888.097q-.253 0-.425-.172q-.172-.17-.172-.424q0-.252.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.173m3.192 0q-.253 0-.425-.172q-.172-.17-.172-.424q0-.253.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m.097-7.48h-5.81q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h5.79l-1.746-1.746q-.14-.14-.15-.342q-.01-.2.16-.37q.155-.156.35-.156t.353.16l2.382 2.382q.138.137.19.276q.053.14.053.298t-.053.296q-.052.136-.183.267l-2.408 2.408q-.136.14-.339.14t-.35-.14q-.165-.146-.155-.357q.01-.21.156-.357zm-12.097.096q-.253 0-.425-.171t-.172-.424t.171-.425q.171-.173.424-.173t.425.172t.172.424t-.171.425t-.424.172m3.192 0q-.252 0-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.173.425t-.172.425q-.17.172-.424.172"/></svg>
</template>

CSS

.icon-multiple-stop-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%22m5.921%2016.192l1.746%201.747q.14.14.15.34q.01.202-.16.371q-.155.156-.35.156t-.353-.16l-2.382-2.382q-.137-.137-.19-.276q-.053-.14-.053-.298t.053-.296q.053-.136.19-.274l2.382-2.382q.14-.14.341-.15t.367.146q.165.17.165.361t-.165.357l-1.74%201.74h5.79q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm8.888.097q-.253%200-.425-.172q-.172-.17-.172-.424q0-.252.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.173m3.192%200q-.253%200-.425-.172q-.172-.17-.172-.424q0-.253.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m.097-7.48h-5.81q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h5.79l-1.746-1.746q-.14-.14-.15-.342q-.01-.2.16-.37q.155-.156.35-.156t.353.16l2.382%202.382q.138.137.19.276q.053.14.053.298t-.053.296q-.052.136-.183.267l-2.408%202.408q-.136.14-.339.14t-.35-.14q-.165-.146-.155-.357q.01-.21.156-.357zm-12.097.096q-.253%200-.425-.171t-.172-.424t.171-.425q.171-.173.424-.173t.425.172t.172.424t-.171.425t-.424.172m3.192%200q-.252%200-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.173.425t-.172.425q-.17.172-.424.172%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%22m5.921%2016.192l1.746%201.747q.14.14.15.34q.01.202-.16.371q-.155.156-.35.156t-.353-.16l-2.382-2.382q-.137-.137-.19-.276q-.053-.14-.053-.298t.053-.296q.053-.136.19-.274l2.382-2.382q.14-.14.341-.15t.367.146q.165.17.165.361t-.165.357l-1.74%201.74h5.79q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm8.888.097q-.253%200-.425-.172q-.172-.17-.172-.424q0-.252.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.173m3.192%200q-.253%200-.425-.172q-.172-.17-.172-.424q0-.253.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m.097-7.48h-5.81q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h5.79l-1.746-1.746q-.14-.14-.15-.342q-.01-.2.16-.37q.155-.156.35-.156t.353.16l2.382%202.382q.138.137.19.276q.053.14.053.298t-.053.296q-.052.136-.183.267l-2.408%202.408q-.136.14-.339.14t-.35-.14q-.165-.146-.155-.357q.01-.21.156-.357zm-12.097.096q-.253%200-.425-.171t-.172-.424t.171-.425q.171-.173.424-.173t.425.172t.172.424t-.171.425t-.424.172m3.192%200q-.252%200-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.173.425t-.172.425q-.17.172-.424.172%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/multiple-stop-rounded.svg?color=%231a73e8&size=48