bus sign icon
bus-sign from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- bus-sign
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the bus sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11h7.07A7.97 7.97 0 0 0 10 15c0 1.46.39 2.82 1.07 4H6v1c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H4c-.26 0-.5-.1-.71-.29C3.11 20.5 3 20.27 3 20v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5 3.58-4 8-4s8 .5 8 4v1c-.69 0-1.36.09-2 .25V6H4zm1.5 6a1.499 1.499 0 0 0 1.06-2.56a1.499 1.499 0 1 0-2.12 2.12c.28.28.66.44 1.06.44m9.5 3v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2l-2-2h-8l2 2l-2 2h4v5h-1c-.55 0-1 .45-1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiBusSign(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="M4 11h7.07A7.97 7.97 0 0 0 10 15c0 1.46.39 2.82 1.07 4H6v1c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H4c-.26 0-.5-.1-.71-.29C3.11 20.5 3 20.27 3 20v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5 3.58-4 8-4s8 .5 8 4v1c-.69 0-1.36.09-2 .25V6H4zm1.5 6a1.499 1.499 0 0 0 1.06-2.56a1.499 1.499 0 1 0-2.12 2.12c.28.28.66.44 1.06.44m9.5 3v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2l-2-2h-8l2 2l-2 2h4v5h-1c-.55 0-1 .45-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11h7.07A7.97 7.97 0 0 0 10 15c0 1.46.39 2.82 1.07 4H6v1c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H4c-.26 0-.5-.1-.71-.29C3.11 20.5 3 20.27 3 20v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5 3.58-4 8-4s8 .5 8 4v1c-.69 0-1.36.09-2 .25V6H4zm1.5 6a1.499 1.499 0 0 0 1.06-2.56a1.499 1.499 0 1 0-2.12 2.12c.28.28.66.44 1.06.44m9.5 3v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2l-2-2h-8l2 2l-2 2h4v5h-1c-.55 0-1 .45-1 1"/></svg> </template>
CSS
.icon-bus-sign {
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%22M4%2011h7.07A7.97%207.97%200%200%200%2010%2015c0%201.46.39%202.82%201.07%204H6v1c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H4c-.26%200-.5-.1-.71-.29C3.11%2020.5%203%2020.27%203%2020v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5%203.58-4%208-4s8%20.5%208%204v1c-.69%200-1.36.09-2%20.25V6H4zm1.5%206a1.499%201.499%200%200%200%201.06-2.56a1.499%201.499%200%201%200-2.12%202.12c.28.28.66.44%201.06.44m9.5%203v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2l-2-2h-8l2%202l-2%202h4v5h-1c-.55%200-1%20.45-1%201%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%22M4%2011h7.07A7.97%207.97%200%200%200%2010%2015c0%201.46.39%202.82%201.07%204H6v1c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H4c-.26%200-.5-.1-.71-.29C3.11%2020.5%203%2020.27%203%2020v-1.78c-.61-.55-1-1.34-1-2.22V6c0-3.5%203.58-4%208-4s8%20.5%208%204v1c-.69%200-1.36.09-2%20.25V6H4zm1.5%206a1.499%201.499%200%200%200%201.06-2.56a1.499%201.499%200%201%200-2.12%202.12c.28.28.66.44%201.06.44m9.5%203v1h6v-1c0-.55-.45-1-1-1h-1v-5h2l2-2l-2-2h-8l2%202l-2%202h4v5h-1c-.55%200-1%20.45-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bus-sign.svg?color=%231a73e8&size=48