boat bus icon
boat-bus from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- boat-bus
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the boat bus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.275 18.823q.502.316 1.025.558t1.085.373v1.08q-.543-.125-1.071-.31q-.53-.186-1.05-.443q-.972.469-1.97.694T4.261 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M14.038 21q-.18 0-.302-.121q-.12-.121-.12-.302v-1.006q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.107.989-1.611q.988-.504 3.108-.504q2.2 0 3.167.488T21 13.346v4.77q0 .448-.224.833t-.622.622v1.006q0 .18-.121.302q-.122.121-.302.121h-.616q-.18 0-.301-.121q-.122-.121-.122-.302v-.77h-3.615v.77q0 .18-.121.302q-.121.121-.302.121zm.971-2.711q.299 0 .5-.203q.202-.202.202-.5t-.202-.5t-.5-.202t-.5.202t-.201.5q0 .293.204.498q.205.204.497.204m3.75 0q.299 0 .5-.202q.202-.202.202-.5t-.201-.5t-.5-.202t-.5.202q-.202.202-.202.5q0 .293.204.498q.205.204.497.204m-5.105-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h3.038q.671 0 1.143.472t.472 1.143v2.293q-.238-.031-.476-.046q-.237-.016-.524-.016V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l1.391.406q-1.661.471-2.311 1.466t-.657 2.744v3.707q-.582-.315-1.118-.8q-.535-.484-1.055-1.1q-.815.887-1.486 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBoatBus(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="M8.275 18.823q.502.316 1.025.558t1.085.373v1.08q-.543-.125-1.071-.31q-.53-.186-1.05-.443q-.972.469-1.97.694T4.261 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M14.038 21q-.18 0-.302-.121q-.12-.121-.12-.302v-1.006q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.107.989-1.611q.988-.504 3.108-.504q2.2 0 3.167.488T21 13.346v4.77q0 .448-.224.833t-.622.622v1.006q0 .18-.121.302q-.122.121-.302.121h-.616q-.18 0-.301-.121q-.122-.121-.122-.302v-.77h-3.615v.77q0 .18-.121.302q-.121.121-.302.121zm.971-2.711q.299 0 .5-.203q.202-.202.202-.5t-.202-.5t-.5-.202t-.5.202t-.201.5q0 .293.204.498q.205.204.497.204m3.75 0q.299 0 .5-.202q.202-.202.202-.5t-.201-.5t-.5-.202t-.5.202q-.202.202-.202.5q0 .293.204.498q.205.204.497.204m-5.105-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h3.038q.671 0 1.143.472t.472 1.143v2.293q-.238-.031-.476-.046q-.237-.016-.524-.016V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l1.391.406q-1.661.471-2.311 1.466t-.657 2.744v3.707q-.582-.315-1.118-.8q-.535-.484-1.055-1.1q-.815.887-1.486 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 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="M8.275 18.823q.502.316 1.025.558t1.085.373v1.08q-.543-.125-1.071-.31q-.53-.186-1.05-.443q-.972.469-1.97.694T4.261 21H4v-1h.262q1.046 0 2.037-.301t1.976-.876M14.038 21q-.18 0-.302-.121q-.12-.121-.12-.302v-1.006q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.107.989-1.611q.988-.504 3.108-.504q2.2 0 3.167.488T21 13.346v4.77q0 .448-.224.833t-.622.622v1.006q0 .18-.121.302q-.122.121-.302.121h-.616q-.18 0-.301-.121q-.122-.121-.122-.302v-.77h-3.615v.77q0 .18-.121.302q-.121.121-.302.121zm.971-2.711q.299 0 .5-.203q.202-.202.202-.5t-.202-.5t-.5-.202t-.5.202t-.201.5q0 .293.204.498q.205.204.497.204m3.75 0q.299 0 .5-.202q.202-.202.202-.5t-.201-.5t-.5-.202t-.5.202q-.202.202-.202.5q0 .293.204.498q.205.204.497.204m-5.105-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h3.038q.671 0 1.143.472t.472 1.143v2.293q-.238-.031-.476-.046q-.237-.016-.524-.016V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.384v3.98l5.48-1.672l1.391.406q-1.661.471-2.311 1.466t-.657 2.744v3.707q-.582-.315-1.118-.8q-.535-.484-1.055-1.1q-.815.887-1.486 1.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5z"/></svg> </template>
CSS
.icon-boat-bus {
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%22M8.275%2018.823q.502.316%201.025.558t1.085.373v1.08q-.543-.125-1.071-.31q-.53-.186-1.05-.443q-.972.469-1.97.694T4.261%2021H4v-1h.262q1.046%200%202.037-.301t1.976-.876M14.038%2021q-.18%200-.302-.121q-.12-.121-.12-.302v-1.006q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.107.989-1.611q.988-.504%203.108-.504q2.2%200%203.167.488T21%2013.346v4.77q0%20.448-.224.833t-.622.622v1.006q0%20.18-.121.302q-.122.121-.302.121h-.616q-.18%200-.301-.121q-.122-.121-.122-.302v-.77h-3.615v.77q0%20.18-.121.302q-.121.121-.302.121zm.971-2.711q.299%200%20.5-.203q.202-.202.202-.5t-.202-.5t-.5-.202t-.5.202t-.201.5q0%20.293.204.498q.205.204.497.204m3.75%200q.299%200%20.5-.202q.202-.202.202-.5t-.201-.5t-.5-.202t-.5.202q-.202.202-.202.5q0%20.293.204.498q.205.204.497.204m-5.105-3.211h6.462v-1.615h-6.462zM10.134%205V3h3.655v2h3.038q.671%200%201.143.472t.472%201.143v2.293q-.238-.031-.476-.046q-.237-.016-.524-.016V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.384v3.98l5.48-1.672l1.391.406q-1.661.471-2.311%201.466t-.657%202.744v3.707q-.582-.315-1.118-.8q-.535-.484-1.055-1.1q-.815.887-1.486%201.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205z%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%22M8.275%2018.823q.502.316%201.025.558t1.085.373v1.08q-.543-.125-1.071-.31q-.53-.186-1.05-.443q-.972.469-1.97.694T4.261%2021H4v-1h.262q1.046%200%202.037-.301t1.976-.876M14.038%2021q-.18%200-.302-.121q-.12-.121-.12-.302v-1.006q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.107.989-1.611q.988-.504%203.108-.504q2.2%200%203.167.488T21%2013.346v4.77q0%20.448-.224.833t-.622.622v1.006q0%20.18-.121.302q-.122.121-.302.121h-.616q-.18%200-.301-.121q-.122-.121-.122-.302v-.77h-3.615v.77q0%20.18-.121.302q-.121.121-.302.121zm.971-2.711q.299%200%20.5-.203q.202-.202.202-.5t-.202-.5t-.5-.202t-.5.202t-.201.5q0%20.293.204.498q.205.204.497.204m3.75%200q.299%200%20.5-.202q.202-.202.202-.5t-.201-.5t-.5-.202t-.5.202q-.202.202-.202.5q0%20.293.204.498q.205.204.497.204m-5.105-3.211h6.462v-1.615h-6.462zM10.134%205V3h3.655v2h3.038q.671%200%201.143.472t.472%201.143v2.293q-.238-.031-.476-.046q-.237-.016-.524-.016V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.384v3.98l5.48-1.672l1.391.406q-1.661.471-2.311%201.466t-.657%202.744v3.707q-.582-.315-1.118-.8q-.535-.484-1.055-1.1q-.815.887-1.486%201.4t-1.506.829l-1.49-5.306q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/boat-bus.svg?color=%231a73e8&size=48