boat bus icon
boat-bus-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- boat-bus-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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-.876M13.615 21v-1.425q-.398-.221-.622-.613t-.224-.846v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622V21h-1.462v-1.192h-3.615V21zm1.386-2.711q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.202t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2q.202-.2.202-.5t-.2-.502t-.5-.201t-.501.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h4.653v3.908q-.238-.031-.478-.046q-.24-.016-.522-.016V6H6.481v4.517l5.48-1.67l1.391.405q-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.829L3.5 11.442l1.98-.63V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBoatBusSharp(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-.876M13.615 21v-1.425q-.398-.221-.622-.613t-.224-.846v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622V21h-1.462v-1.192h-3.615V21zm1.386-2.711q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.202t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2q.202-.2.202-.5t-.2-.502t-.5-.201t-.501.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h4.653v3.908q-.238-.031-.478-.046q-.24-.016-.522-.016V6H6.481v4.517l5.48-1.67l1.391.405q-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.829L3.5 11.442l1.98-.63V5z"/></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-.876M13.615 21v-1.425q-.398-.221-.622-.613t-.224-.846v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622V21h-1.462v-1.192h-3.615V21zm1.386-2.711q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.202t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2q.202-.2.202-.5t-.2-.502t-.5-.201t-.501.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zM10.134 5V3h3.655v2h4.653v3.908q-.238-.031-.478-.046q-.24-.016-.522-.016V6H6.481v4.517l5.48-1.67l1.391.405q-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.829L3.5 11.442l1.98-.63V5z"/></svg> </template>
CSS
.icon-boat-bus-sharp {
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-.876M13.615%2021v-1.425q-.398-.221-.622-.613t-.224-.846v-4.77q0-1.1.989-1.607t3.107-.508q2.2%200%203.168.486t.967%201.63v4.769q0%20.443-.222.833t-.624.622V21h-1.462v-1.192h-3.615V21zm1.386-2.711q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.202t-.502.202t-.202.508q0%20.284.205.489q.204.204.488.204m3.75%200q.305%200%20.508-.2q.202-.2.202-.5t-.2-.502t-.5-.201t-.501.202t-.202.508q0%20.284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zM10.134%205V3h3.655v2h4.653v3.908q-.238-.031-.478-.046q-.24-.016-.522-.016V6H6.481v4.517l5.48-1.67l1.391.405q-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.829L3.5%2011.442l1.98-.63V5z%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-.876M13.615%2021v-1.425q-.398-.221-.622-.613t-.224-.846v-4.77q0-1.1.989-1.607t3.107-.508q2.2%200%203.168.486t.967%201.63v4.769q0%20.443-.222.833t-.624.622V21h-1.462v-1.192h-3.615V21zm1.386-2.711q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.202t-.502.202t-.202.508q0%20.284.205.489q.204.204.488.204m3.75%200q.305%200%20.508-.2q.202-.2.202-.5t-.2-.502t-.5-.201t-.501.202t-.202.508q0%20.284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zM10.134%205V3h3.655v2h4.653v3.908q-.238-.031-.478-.046q-.24-.016-.522-.016V6H6.481v4.517l5.48-1.67l1.391.405q-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.829L3.5%2011.442l1.98-.63V5z%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-sharp.svg?color=%231a73e8&size=48