bus3 icon
bus3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bus3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the bus3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.5v5.4C4 20.6 5.39 22 7.1 22h9.8c1.7 0 3.1-1.39 3.1-3.1v-5.4c0-.28-.22-.5-.5-.5h-15c-.28 0-.5.22-.5.5m4.88 4.88c-.23.24-.55.37-.88.37c-.08 0-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.4-.08.83.06 1.12.35c.24.23.37.55.37.88s-.13.65-.37.88m8 0c-.05.06-.12.11-.19.16c-.06.04-.14.08-.21.11c-.08.04-.16.06-.23.08c-.09.01-.17.02-.25.02s-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.16-.03.32-.03.49 0c.07.02.15.04.23.08c.07.03.15.07.21.11c.07.05.14.1.19.16c.24.23.37.55.37.88s-.13.65-.37.88M16.9 2H7.1C5.39 2 4 3.39 4 5.1v2.4c0 .28.22.5.5.5h15c.28 0 .5-.22.5-.5V5.1C20 3.39 18.61 2 16.9 2m-2.4 3.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75m5 6.25h-15c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h15c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBus3Filled(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 13.5v5.4C4 20.6 5.39 22 7.1 22h9.8c1.7 0 3.1-1.39 3.1-3.1v-5.4c0-.28-.22-.5-.5-.5h-15c-.28 0-.5.22-.5.5m4.88 4.88c-.23.24-.55.37-.88.37c-.08 0-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.4-.08.83.06 1.12.35c.24.23.37.55.37.88s-.13.65-.37.88m8 0c-.05.06-.12.11-.19.16c-.06.04-.14.08-.21.11c-.08.04-.16.06-.23.08c-.09.01-.17.02-.25.02s-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.16-.03.32-.03.49 0c.07.02.15.04.23.08c.07.03.15.07.21.11c.07.05.14.1.19.16c.24.23.37.55.37.88s-.13.65-.37.88M16.9 2H7.1C5.39 2 4 3.39 4 5.1v2.4c0 .28.22.5.5.5h15c.28 0 .5-.22.5-.5V5.1C20 3.39 18.61 2 16.9 2m-2.4 3.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75m5 6.25h-15c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h15c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.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="M4 13.5v5.4C4 20.6 5.39 22 7.1 22h9.8c1.7 0 3.1-1.39 3.1-3.1v-5.4c0-.28-.22-.5-.5-.5h-15c-.28 0-.5.22-.5.5m4.88 4.88c-.23.24-.55.37-.88.37c-.08 0-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.4-.08.83.06 1.12.35c.24.23.37.55.37.88s-.13.65-.37.88m8 0c-.05.06-.12.11-.19.16c-.06.04-.14.08-.21.11c-.08.04-.16.06-.23.08c-.09.01-.17.02-.25.02s-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4 1.4 0 0 1-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.16-.03.32-.03.49 0c.07.02.15.04.23.08c.07.03.15.07.21.11c.07.05.14.1.19.16c.24.23.37.55.37.88s-.13.65-.37.88M16.9 2H7.1C5.39 2 4 3.39 4 5.1v2.4c0 .28.22.5.5.5h15c.28 0 .5-.22.5-.5V5.1C20 3.39 18.61 2 16.9 2m-2.4 3.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75m5 6.25h-15c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h15c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5"/></svg> </template>
CSS
.icon-bus3-filled {
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%2013.5v5.4C4%2020.6%205.39%2022%207.1%2022h9.8c1.7%200%203.1-1.39%203.1-3.1v-5.4c0-.28-.22-.5-.5-.5h-15c-.28%200-.5.22-.5.5m4.88%204.88c-.23.24-.55.37-.88.37c-.08%200-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4%201.4%200%200%201-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.4-.08.83.06%201.12.35c.24.23.37.55.37.88s-.13.65-.37.88m8%200c-.05.06-.12.11-.19.16c-.06.04-.14.08-.21.11c-.08.04-.16.06-.23.08c-.09.01-.17.02-.25.02s-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4%201.4%200%200%201-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.16-.03.32-.03.49%200c.07.02.15.04.23.08c.07.03.15.07.21.11c.07.05.14.1.19.16c.24.23.37.55.37.88s-.13.65-.37.88M16.9%202H7.1C5.39%202%204%203.39%204%205.1v2.4c0%20.28.22.5.5.5h15c.28%200%20.5-.22.5-.5V5.1C20%203.39%2018.61%202%2016.9%202m-2.4%203.75h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75m5%206.25h-15c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h15c.28%200%20.5.22.5.5v2c0%20.28-.22.5-.5.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%22M4%2013.5v5.4C4%2020.6%205.39%2022%207.1%2022h9.8c1.7%200%203.1-1.39%203.1-3.1v-5.4c0-.28-.22-.5-.5-.5h-15c-.28%200-.5.22-.5.5m4.88%204.88c-.23.24-.55.37-.88.37c-.08%200-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4%201.4%200%200%201-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.4-.08.83.06%201.12.35c.24.23.37.55.37.88s-.13.65-.37.88m8%200c-.05.06-.12.11-.19.16c-.06.04-.14.08-.21.11c-.08.04-.16.06-.23.08c-.09.01-.17.02-.25.02s-.16-.01-.24-.02c-.08-.02-.16-.04-.24-.08a1.4%201.4%200%200%201-.21-.11c-.07-.05-.14-.1-.19-.16c-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.05-.06.12-.11.19-.16c.06-.04.14-.08.21-.11c.08-.04.16-.06.24-.08c.16-.03.32-.03.49%200c.07.02.15.04.23.08c.07.03.15.07.21.11c.07.05.14.1.19.16c.24.23.37.55.37.88s-.13.65-.37.88M16.9%202H7.1C5.39%202%204%203.39%204%205.1v2.4c0%20.28.22.5.5.5h15c.28%200%20.5-.22.5-.5V5.1C20%203.39%2018.61%202%2016.9%202m-2.4%203.75h-5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75m5%206.25h-15c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5h15c.28%200%20.5.22.5.5v2c0%20.28-.22.5-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bus3-filled.svg?color=%231a73e8&size=48