bus stop covered icon
bus-stop-covered from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- bus-stop-covered
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
More navigation icons from Material Design Icons
Use the bus stop covered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3H7V2H6a1.78 1.78 0 0 0-1.41 1H2v2h1.73C2 10.58 2 22 2 22h5V5h13m2 3.5a2.5 2.5 0 1 0-3 2.5v11h1V11a2.5 2.5 0 0 0 2-2.5m-7 3V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3-5A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiBusStopCovered(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="M20 3H7V2H6a1.78 1.78 0 0 0-1.41 1H2v2h1.73C2 10.58 2 22 2 22h5V5h13m2 3.5a2.5 2.5 0 1 0-3 2.5v11h1V11a2.5 2.5 0 0 0 2-2.5m-7 3V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3-5A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.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="M20 3H7V2H6a1.78 1.78 0 0 0-1.41 1H2v2h1.73C2 10.58 2 22 2 22h5V5h13m2 3.5a2.5 2.5 0 1 0-3 2.5v11h1V11a2.5 2.5 0 0 0 2-2.5m-7 3V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5m-3-5A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5"/></svg> </template>
CSS
.icon-bus-stop-covered {
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%22M20%203H7V2H6a1.78%201.78%200%200%200-1.41%201H2v2h1.73C2%2010.58%202%2022%202%2022h5V5h13m2%203.5a2.5%202.5%200%201%200-3%202.5v11h1V11a2.5%202.5%200%200%200%202-2.5m-7%203V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5%201.5%200%200%201%201.5-1.5h3a1.5%201.5%200%200%201%201.5%201.5m-3-5A1.5%201.5%200%201%200%2013.5%208A1.5%201.5%200%200%200%2012%206.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%22M20%203H7V2H6a1.78%201.78%200%200%200-1.41%201H2v2h1.73C2%2010.58%202%2022%202%2022h5V5h13m2%203.5a2.5%202.5%200%201%200-3%202.5v11h1V11a2.5%202.5%200%200%200%202-2.5m-7%203V16h-1v6h-1.5v-5h-1v5H10v-6H9v-4.5a1.5%201.5%200%200%201%201.5-1.5h3a1.5%201.5%200%200%201%201.5%201.5m-3-5A1.5%201.5%200%201%200%2013.5%208A1.5%201.5%200%200%200%2012%206.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-covered.svg?color=%231a73e8&size=48