multiple stop icon

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

Name
multiple-stop
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
multiple-stop-outline, multiple-stop-outline-sharp, multiple-stop-sharp

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="m7 20l-4-4l4-4l1.425 1.4l-1.6 1.6H11v2H6.825L8.4 18.6zm7-3q-.425 0-.712-.288T13 16t.288-.712T14 15t.713.288T15 16t-.288.713T14 17m4 0q-.425 0-.712-.288T17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6 5.4L17 4l4 4zM6 9q-.425 0-.712-.288T5 8t.288-.712T6 7t.713.288T7 8t-.288.713T6 9m4 0q-.425 0-.712-.288T9 8t.288-.712T10 7t.713.288T11 8t-.288.713T10 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMultipleStop(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="m7 20l-4-4l4-4l1.425 1.4l-1.6 1.6H11v2H6.825L8.4 18.6zm7-3q-.425 0-.712-.288T13 16t.288-.712T14 15t.713.288T15 16t-.288.713T14 17m4 0q-.425 0-.712-.288T17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6 5.4L17 4l4 4zM6 9q-.425 0-.712-.288T5 8t.288-.712T6 7t.713.288T7 8t-.288.713T6 9m4 0q-.425 0-.712-.288T9 8t.288-.712T10 7t.713.288T11 8t-.288.713T10 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 20l-4-4l4-4l1.425 1.4l-1.6 1.6H11v2H6.825L8.4 18.6zm7-3q-.425 0-.712-.288T13 16t.288-.712T14 15t.713.288T15 16t-.288.713T14 17m4 0q-.425 0-.712-.288T17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6 5.4L17 4l4 4zM6 9q-.425 0-.712-.288T5 8t.288-.712T6 7t.713.288T7 8t-.288.713T6 9m4 0q-.425 0-.712-.288T9 8t.288-.712T10 7t.713.288T11 8t-.288.713T10 9"/></svg>
</template>

CSS

.icon-multiple-stop {
  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%22m7%2020l-4-4l4-4l1.425%201.4l-1.6%201.6H11v2H6.825L8.4%2018.6zm7-3q-.425%200-.712-.288T13%2016t.288-.712T14%2015t.713.288T15%2016t-.288.713T14%2017m4%200q-.425%200-.712-.288T17%2016t.288-.712T18%2015t.713.288T19%2016t-.288.713T18%2017m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6%205.4L17%204l4%204zM6%209q-.425%200-.712-.288T5%208t.288-.712T6%207t.713.288T7%208t-.288.713T6%209m4%200q-.425%200-.712-.288T9%208t.288-.712T10%207t.713.288T11%208t-.288.713T10%209%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%22m7%2020l-4-4l4-4l1.425%201.4l-1.6%201.6H11v2H6.825L8.4%2018.6zm7-3q-.425%200-.712-.288T13%2016t.288-.712T14%2015t.713.288T15%2016t-.288.713T14%2017m4%200q-.425%200-.712-.288T17%2016t.288-.712T18%2015t.713.288T19%2016t-.288.713T18%2017m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6%205.4L17%204l4%204zM6%209q-.425%200-.712-.288T5%208t.288-.712T6%207t.713.288T7%208t-.288.713T6%209m4%200q-.425%200-.712-.288T9%208t.288-.712T10%207t.713.288T11%208t-.288.713T10%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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