multiple stop icon
multiple-stop-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- multiple-stop-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- multiple-stop-outline-rounded
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="m6.825 17l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T3.426 16t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L6.825 15H10q.425 0 .713.288T11 16t-.288.713T10 17zM14 17q-.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-.825-8H14q-.425 0-.712-.288T13 8t.288-.712T14 7h3.175l-.9-.9Q16 5.825 16 5.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T16.3 11.3q-.3-.3-.3-.712t.3-.713zM6 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 MaterialSymbolsMultipleStopRounded(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.825 17l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T3.426 16t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L6.825 15H10q.425 0 .713.288T11 16t-.288.713T10 17zM14 17q-.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-.825-8H14q-.425 0-.712-.288T13 8t.288-.712T14 7h3.175l-.9-.9Q16 5.825 16 5.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T16.3 11.3q-.3-.3-.3-.712t.3-.713zM6 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="m6.825 17l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T3.426 16t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L6.825 15H10q.425 0 .713.288T11 16t-.288.713T10 17zM14 17q-.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-.825-8H14q-.425 0-.712-.288T13 8t.288-.712T14 7h3.175l-.9-.9Q16 5.825 16 5.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T16.3 11.3q-.3-.3-.3-.712t.3-.713zM6 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-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.825%2017l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T3.426%2016t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L6.825%2015H10q.425%200%20.713.288T11%2016t-.288.713T10%2017zM14%2017q-.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-.825-8H14q-.425%200-.712-.288T13%208t.288-.712T14%207h3.175l-.9-.9Q16%205.825%2016%205.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T16.3%2011.3q-.3-.3-.3-.712t.3-.713zM6%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%22m6.825%2017l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.213-.325T3.426%2016t.063-.375t.212-.325l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L6.825%2015H10q.425%200%20.713.288T11%2016t-.288.713T10%2017zM14%2017q-.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-.825-8H14q-.425%200-.712-.288T13%208t.288-.712T14%207h3.175l-.9-.9Q16%205.825%2016%205.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T16.3%2011.3q-.3-.3-.3-.712t.3-.713zM6%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-rounded.svg?color=%231a73e8&size=48