boat bus icon
boat-bus-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- boat-bus-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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="M4.025 21.975Q3.6 22 3.3 21.7t-.3-.725t.275-.712t.7-.288q1.2-.05 2.113-.25t1.987-.65q.2-.075.4-.112t.375.087q.35.2.7.363t.75.287t.588.513t.037.787q-.125.375-.488.55t-.762.05q-.325-.1-.625-.225t-.6-.275q-1.025.425-2.075.625t-2.35.25M10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l3.75-1q.4-.125.75.1t.475.625t-.1.75t-.625.475L5.05 11.4l1.15 3.725q.275-.25.563-.488t.562-.512l.275-.275q.3-.325.713-.312t.712.337q.175.175.363.388t.337.387q.125.15.2.313t.075.362t-.075.4t-.25.35q-.3.275-.725.25T8.25 16q-.475.45-1.012.813t-1.113.637q-.45.2-.9.025t-.575-.625L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V3q0-.425.288-.712T10.5 2M15 20.5v.5q0 .425-.288.713T14 22t-.712-.288T13 21v-.775q-.475-.275-.737-.725t-.263-1v-6q0-1.3 1.2-1.9T17 10q2.7 0 3.85.575T22 12.5v6q0 .525-.262.988t-.738.737V21q0 .425-.288.713T20 22t-.712-.288T19 21v-.5zm-.125-1.75q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262m4.25 0q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262M13.5 15h7v-2h-7zm-2.25-5.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBoatBusOutlineRounded(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.025 21.975Q3.6 22 3.3 21.7t-.3-.725t.275-.712t.7-.288q1.2-.05 2.113-.25t1.987-.65q.2-.075.4-.112t.375.087q.35.2.7.363t.75.287t.588.513t.037.787q-.125.375-.488.55t-.762.05q-.325-.1-.625-.225t-.6-.275q-1.025.425-2.075.625t-2.35.25M10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l3.75-1q.4-.125.75.1t.475.625t-.1.75t-.625.475L5.05 11.4l1.15 3.725q.275-.25.563-.488t.562-.512l.275-.275q.3-.325.713-.312t.712.337q.175.175.363.388t.337.387q.125.15.2.313t.075.362t-.075.4t-.25.35q-.3.275-.725.25T8.25 16q-.475.45-1.012.813t-1.113.637q-.45.2-.9.025t-.575-.625L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V3q0-.425.288-.712T10.5 2M15 20.5v.5q0 .425-.288.713T14 22t-.712-.288T13 21v-.775q-.475-.275-.737-.725t-.263-1v-6q0-1.3 1.2-1.9T17 10q2.7 0 3.85.575T22 12.5v6q0 .525-.262.988t-.738.737V21q0 .425-.288.713T20 22t-.712-.288T19 21v-.5zm-.125-1.75q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262m4.25 0q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262M13.5 15h7v-2h-7zm-2.25-5.225"/></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.025 21.975Q3.6 22 3.3 21.7t-.3-.725t.275-.712t.7-.288q1.2-.05 2.113-.25t1.987-.65q.2-.075.4-.112t.375.087q.35.2.7.363t.75.287t.588.513t.037.787q-.125.375-.488.55t-.762.05q-.325-.1-.625-.225t-.6-.275q-1.025.425-2.075.625t-2.35.25M10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l3.75-1q.4-.125.75.1t.475.625t-.1.75t-.625.475L5.05 11.4l1.15 3.725q.275-.25.563-.488t.562-.512l.275-.275q.3-.325.713-.312t.712.337q.175.175.363.388t.337.387q.125.15.2.313t.075.362t-.075.4t-.25.35q-.3.275-.725.25T8.25 16q-.475.45-1.012.813t-1.113.637q-.45.2-.9.025t-.575-.625L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V3q0-.425.288-.712T10.5 2M15 20.5v.5q0 .425-.288.713T14 22t-.712-.288T13 21v-.775q-.475-.275-.737-.725t-.263-1v-6q0-1.3 1.2-1.9T17 10q2.7 0 3.85.575T22 12.5v6q0 .525-.262.988t-.738.737V21q0 .425-.288.713T20 22t-.712-.288T19 21v-.5zm-.125-1.75q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262m4.25 0q.375 0 .625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0 .35.263.613t.612.262M13.5 15h7v-2h-7zm-2.25-5.225"/></svg> </template>
CSS
.icon-boat-bus-outline-rounded {
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.025%2021.975Q3.6%2022%203.3%2021.7t-.3-.725t.275-.712t.7-.288q1.2-.05%202.113-.25t1.987-.65q.2-.075.4-.112t.375.087q.35.2.7.363t.75.287t.588.513t.037.787q-.125.375-.488.55t-.762.05q-.325-.1-.625-.225t-.6-.275q-1.025.425-2.075.625t-2.35.25M10.5%202h3q.425%200%20.713.288T14.5%203v1H17q.825%200%201.413.588T19%206v1.025q0%20.425-.288.713T18%208.025t-.712-.288T17%207.026V6H7v2.825l3.75-1q.4-.125.75.1t.475.625t-.1.75t-.625.475L5.05%2011.4l1.15%203.725q.275-.25.563-.488t.562-.512l.275-.275q.3-.325.713-.312t.712.337q.175.175.363.388t.337.387q.125.15.2.313t.075.362t-.075.4t-.25.35q-.3.275-.725.25T8.25%2016q-.475.45-1.012.813t-1.113.637q-.45.2-.9.025t-.575-.625L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204h2.5V3q0-.425.288-.712T10.5%202M15%2020.5v.5q0%20.425-.288.713T14%2022t-.712-.288T13%2021v-.775q-.475-.275-.737-.725t-.263-1v-6q0-1.3%201.2-1.9T17%2010q2.7%200%203.85.575T22%2012.5v6q0%20.525-.262.988t-.738.737V21q0%20.425-.288.713T20%2022t-.712-.288T19%2021v-.5zm-.125-1.75q.375%200%20.625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0%20.35.263.613t.612.262m4.25%200q.375%200%20.625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0%20.35.263.613t.612.262M13.5%2015h7v-2h-7zm-2.25-5.225%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.025%2021.975Q3.6%2022%203.3%2021.7t-.3-.725t.275-.712t.7-.288q1.2-.05%202.113-.25t1.987-.65q.2-.075.4-.112t.375.087q.35.2.7.363t.75.287t.588.513t.037.787q-.125.375-.488.55t-.762.05q-.325-.1-.625-.225t-.6-.275q-1.025.425-2.075.625t-2.35.25M10.5%202h3q.425%200%20.713.288T14.5%203v1H17q.825%200%201.413.588T19%206v1.025q0%20.425-.288.713T18%208.025t-.712-.288T17%207.026V6H7v2.825l3.75-1q.4-.125.75.1t.475.625t-.1.75t-.625.475L5.05%2011.4l1.15%203.725q.275-.25.563-.488t.562-.512l.275-.275q.3-.325.713-.312t.712.337q.175.175.363.388t.337.387q.125.15.2.313t.075.362t-.075.4t-.25.35q-.3.275-.725.25T8.25%2016q-.475.45-1.012.813t-1.113.637q-.45.2-.9.025t-.575-.625L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204h2.5V3q0-.425.288-.712T10.5%202M15%2020.5v.5q0%20.425-.288.713T14%2022t-.712-.288T13%2021v-.775q-.475-.275-.737-.725t-.263-1v-6q0-1.3%201.2-1.9T17%2010q2.7%200%203.85.575T22%2012.5v6q0%20.525-.262.988t-.738.737V21q0%20.425-.288.713T20%2022t-.712-.288T19%2021v-.5zm-.125-1.75q.375%200%20.625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0%20.35.263.613t.612.262m4.25%200q.375%200%20.625-.25t.25-.625t-.25-.625t-.625-.25t-.625.25t-.25.625q0%20.35.263.613t.612.262M13.5%2015h7v-2h-7zm-2.25-5.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/boat-bus-outline-rounded.svg?color=%231a73e8&size=48