bus stop icon
bus-stop from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- bus-stop
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More navigation icons from Material Design Icons
Use the bus stop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 7v9c0 .71-.38 1.36-1 1.72v1.53c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75V18h-7v1.25c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3 3-3 6.5-3S22 4 22 7m-9 8c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m7 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-8h-9v4h9zM7 9.5C6.97 8.12 5.83 7 4.45 7.05A2.5 2.5 0 0 0 2 9.6A2.51 2.51 0 0 0 4 12v8h1v-8c1.18-.24 2-1.29 2-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiBusStop(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="M22 7v9c0 .71-.38 1.36-1 1.72v1.53c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75V18h-7v1.25c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3 3-3 6.5-3S22 4 22 7m-9 8c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m7 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-8h-9v4h9zM7 9.5C6.97 8.12 5.83 7 4.45 7.05A2.5 2.5 0 0 0 2 9.6A2.51 2.51 0 0 0 4 12v8h1v-8c1.18-.24 2-1.29 2-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 7v9c0 .71-.38 1.36-1 1.72v1.53c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75V18h-7v1.25c0 .41-.34.75-.75.75h-.5c-.41 0-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3 3-3 6.5-3S22 4 22 7m-9 8c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m7 0c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-8h-9v4h9zM7 9.5C6.97 8.12 5.83 7 4.45 7.05A2.5 2.5 0 0 0 2 9.6A2.51 2.51 0 0 0 4 12v8h1v-8c1.18-.24 2-1.29 2-2.5"/></svg> </template>
CSS
.icon-bus-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%22M22%207v9c0%20.71-.38%201.36-1%201.72v1.53c0%20.41-.34.75-.75.75h-.5c-.41%200-.75-.34-.75-.75V18h-7v1.25c0%20.41-.34.75-.75.75h-.5c-.41%200-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3%203-3%206.5-3S22%204%2022%207m-9%208c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m7%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-8h-9v4h9zM7%209.5C6.97%208.12%205.83%207%204.45%207.05A2.5%202.5%200%200%200%202%209.6A2.51%202.51%200%200%200%204%2012v8h1v-8c1.18-.24%202-1.29%202-2.5%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%22M22%207v9c0%20.71-.38%201.36-1%201.72v1.53c0%20.41-.34.75-.75.75h-.5c-.41%200-.75-.34-.75-.75V18h-7v1.25c0%20.41-.34.75-.75.75h-.5c-.41%200-.75-.34-.75-.75v-1.53c-.61-.36-1-1.01-1-1.72V7c0-3%203-3%206.5-3S22%204%2022%207m-9%208c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m7%200c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-8h-9v4h9zM7%209.5C6.97%208.12%205.83%207%204.45%207.05A2.5%202.5%200%200%200%202%209.6A2.51%202.51%200%200%200%204%2012v8h1v-8c1.18-.24%202-1.29%202-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bus-stop.svg?color=%231a73e8&size=48