bus3 icon
bus3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- bus3
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.9 22H7.1C5.4 22 4 20.61 4 18.9V5.1C4 3.4 5.39 2 7.1 2h9.8C18.6 2 20 3.39 20 5.1v13.8c0 1.71-1.39 3.1-3.1 3.1"/><path d="M18.5 13h-13c-.83 0-1.5-.67-1.5-1.5v-2C4 8.67 4.67 8 5.5 8h13c.83 0 1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5M8.495 17.7h.008m6.992 0h.009M9.5 5h5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBus3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.9 22H7.1C5.4 22 4 20.61 4 18.9V5.1C4 3.4 5.39 2 7.1 2h9.8C18.6 2 20 3.39 20 5.1v13.8c0 1.71-1.39 3.1-3.1 3.1"/><path d="M18.5 13h-13c-.83 0-1.5-.67-1.5-1.5v-2C4 8.67 4.67 8 5.5 8h13c.83 0 1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5M8.495 17.7h.008m6.992 0h.009M9.5 5h5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.9 22H7.1C5.4 22 4 20.61 4 18.9V5.1C4 3.4 5.39 2 7.1 2h9.8C18.6 2 20 3.39 20 5.1v13.8c0 1.71-1.39 3.1-3.1 3.1"/><path d="M18.5 13h-13c-.83 0-1.5-.67-1.5-1.5v-2C4 8.67 4.67 8 5.5 8h13c.83 0 1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5M8.495 17.7h.008m6.992 0h.009M9.5 5h5"/></g></svg> </template>
CSS
.icon-bus3 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.9%2022H7.1C5.4%2022%204%2020.61%204%2018.9V5.1C4%203.4%205.39%202%207.1%202h9.8C18.6%202%2020%203.39%2020%205.1v13.8c0%201.71-1.39%203.1-3.1%203.1%22%2F%3E%3Cpath%20d%3D%22M18.5%2013h-13c-.83%200-1.5-.67-1.5-1.5v-2C4%208.67%204.67%208%205.5%208h13c.83%200%201.5.67%201.5%201.5v2c0%20.83-.67%201.5-1.5%201.5M8.495%2017.7h.008m6.992%200h.009M9.5%205h5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.9%2022H7.1C5.4%2022%204%2020.61%204%2018.9V5.1C4%203.4%205.39%202%207.1%202h9.8C18.6%202%2020%203.39%2020%205.1v13.8c0%201.71-1.39%203.1-3.1%203.1%22%2F%3E%3Cpath%20d%3D%22M18.5%2013h-13c-.83%200-1.5-.67-1.5-1.5v-2C4%208.67%204.67%208%205.5%208h13c.83%200%201.5.67%201.5%201.5v2c0%20.83-.67%201.5-1.5%201.5M8.495%2017.7h.008m6.992%200h.009M9.5%205h5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bus3.svg?color=%231a73e8&size=48