bus stop uncovered icon
bus-stop-uncovered from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- bus-stop-uncovered
- 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 uncovered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22v-3H4v3H2v-8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v3h3a1 1 0 0 1 1 1v4m12-11v11h-1V11a2.5 2.5 0 1 1 1 0m-5 .55V16h-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-4.95A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBusStopUncovered(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 22v-3H4v3H2v-8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v3h3a1 1 0 0 1 1 1v4m12-11v11h-1V11a2.5 2.5 0 1 1 1 0m-5 .55V16h-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-4.95A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5Z"/></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 22v-3H4v3H2v-8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v3h3a1 1 0 0 1 1 1v4m12-11v11h-1V11a2.5 2.5 0 1 1 1 0m-5 .55V16h-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-4.95A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5Z"/></svg> </template>
CSS
.icon-bus-stop-uncovered {
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%2022v-3H4v3H2v-8a1%201%200%200%201%201-1a1%201%200%200%201%201%201v3h3a1%201%200%200%201%201%201v4m12-11v11h-1V11a2.5%202.5%200%201%201%201%200m-5%20.55V16h-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-4.95A1.5%201.5%200%201%200%2013.5%208A1.5%201.5%200%200%200%2012%206.5Z%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%2022v-3H4v3H2v-8a1%201%200%200%201%201-1a1%201%200%200%201%201%201v3h3a1%201%200%200%201%201%201v4m12-11v11h-1V11a2.5%202.5%200%201%201%201%200m-5%20.55V16h-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-4.95A1.5%201.5%200%201%200%2013.5%208A1.5%201.5%200%200%200%2012%206.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bus-stop-uncovered.svg?color=%231a73e8&size=48