boat bus icon
boat-bus-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- boat-bus-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M4.506 20.994q-.214.006-.36-.143Q4 20.703 4 20.491q0-.21.14-.353q.139-.144.354-.144q1.008-.05 1.815-.288t1.67-.727q.142-.075.284-.084q.143-.008.28.078q.465.296.978.497t1.067.326q.208.068.319.253t.034.397q-.064.198-.244.316t-.387.05q-.537-.12-1.048-.302q-.512-.183-1.004-.43q-.967.464-1.816.674q-.848.21-1.936.24M10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14V8.39q0 .213-.144.357q-.143.143-.356.143t-.357-.143t-.143-.357V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.385v3.978l5.192-1.596q.208-.067.385.033t.244.308t-.04.386t-.3.243l-7.143 2.201l1.054 3.975q.506-.288.899-.699q.394-.41.784-.858l.102-.121q.223-.268.587-.284q.365-.016.588.25q.329.368.718.773q.39.405.77.714q.087.073.133.17t.046.217q0 .084-.035.186q-.035.103-.117.18q-.146.159-.37.163q-.222.003-.382-.143q-.307-.23-.654-.557q-.346-.327-.73-.789q-.533.585-1.003.995t-.93.705q-.373.239-.785.112t-.517-.539l-1.25-4.344q-.085-.315.064-.6t.465-.387l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3m4.135 16.808v.461q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.699q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622v.698q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.462zm-.076-1.52q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zm-1.692-5.186"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBoatBusOutlineRounded(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.506 20.994q-.214.006-.36-.143Q4 20.703 4 20.491q0-.21.14-.353q.139-.144.354-.144q1.008-.05 1.815-.288t1.67-.727q.142-.075.284-.084q.143-.008.28.078q.465.296.978.497t1.067.326q.208.068.319.253t.034.397q-.064.198-.244.316t-.387.05q-.537-.12-1.048-.302q-.512-.183-1.004-.43q-.967.464-1.816.674q-.848.21-1.936.24M10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14V8.39q0 .213-.144.357q-.143.143-.356.143t-.357-.143t-.143-.357V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.385v3.978l5.192-1.596q.208-.067.385.033t.244.308t-.04.386t-.3.243l-7.143 2.201l1.054 3.975q.506-.288.899-.699q.394-.41.784-.858l.102-.121q.223-.268.587-.284q.365-.016.588.25q.329.368.718.773q.39.405.77.714q.087.073.133.17t.046.217q0 .084-.035.186q-.035.103-.117.18q-.146.159-.37.163q-.222.003-.382-.143q-.307-.23-.654-.557q-.346-.327-.73-.789q-.533.585-1.003.995t-.93.705q-.373.239-.785.112t-.517-.539l-1.25-4.344q-.085-.315.064-.6t.465-.387l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3m4.135 16.808v.461q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.699q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622v.698q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.462zm-.076-1.52q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zm-1.692-5.186"/></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.506 20.994q-.214.006-.36-.143Q4 20.703 4 20.491q0-.21.14-.353q.139-.144.354-.144q1.008-.05 1.815-.288t1.67-.727q.142-.075.284-.084q.143-.008.28.078q.465.296.978.497t1.067.326q.208.068.319.253t.034.397q-.064.198-.244.316t-.387.05q-.537-.12-1.048-.302q-.512-.183-1.004-.43q-.967.464-1.816.674q-.848.21-1.936.24M10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14V8.39q0 .213-.144.357q-.143.143-.356.143t-.357-.143t-.143-.357V6.538q0-.23-.163-.384T16.885 6H7.039q-.231 0-.395.154q-.163.154-.163.385v3.978l5.192-1.596q.208-.067.385.033t.244.308t-.04.386t-.3.243l-7.143 2.201l1.054 3.975q.506-.288.899-.699q.394-.41.784-.858l.102-.121q.223-.268.587-.284q.365-.016.588.25q.329.368.718.773q.39.405.77.714q.087.073.133.17t.046.217q0 .084-.035.186q-.035.103-.117.18q-.146.159-.37.163q-.222.003-.382-.143q-.307-.23-.654-.557q-.346-.327-.73-.789q-.533.585-1.003.995t-.93.705q-.373.239-.785.112t-.517-.539l-1.25-4.344q-.085-.315.064-.6t.465-.387l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3m4.135 16.808v.461q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.699q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.1.989-1.607t3.107-.508q2.2 0 3.168.486t.967 1.63v4.769q0 .443-.222.833t-.624.622v.698q0 .31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.462zm-.076-1.52q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.488.204m3.75 0q.305 0 .508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0 .284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zm-1.692-5.186"/></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.506%2020.994q-.214.006-.36-.143Q4%2020.703%204%2020.491q0-.21.14-.353q.139-.144.354-.144q1.008-.05%201.815-.288t1.67-.727q.142-.075.284-.084q.143-.008.28.078q.465.296.978.497t1.067.326q.208.068.319.253t.034.397q-.064.198-.244.316t-.387.05q-.537-.12-1.048-.302q-.512-.183-1.004-.43q-.967.464-1.816.674q-.848.21-1.936.24M10.942%203h2.039q.343%200%20.575.232t.233.576V5h3.038q.666%200%201.14.475t.475%201.14V8.39q0%20.213-.144.357q-.143.143-.356.143t-.357-.143t-.143-.357V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.385v3.978l5.192-1.596q.208-.067.385.033t.244.308t-.04.386t-.3.243l-7.143%202.201l1.054%203.975q.506-.288.899-.699q.394-.41.784-.858l.102-.121q.223-.268.587-.284q.365-.016.588.25q.329.368.718.773q.39.405.77.714q.087.073.133.17t.046.217q0%20.084-.035.186q-.035.103-.117.18q-.146.159-.37.163q-.222.003-.382-.143q-.307-.23-.654-.557q-.346-.327-.73-.789q-.533.585-1.003.995t-.93.705q-.373.239-.785.112t-.517-.539l-1.25-4.344q-.085-.315.064-.6t.465-.387l1.225-.4V6.616q0-.667.474-1.141T7.096%205h3.039V3.808q0-.343.232-.576T10.942%203m4.135%2016.808v.461q0%20.31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.699q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.1.989-1.607t3.107-.508q2.2%200%203.168.486t.967%201.63v4.769q0%20.443-.222.833t-.624.622v.698q0%20.31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.462zm-.076-1.52q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0%20.284.205.489q.204.204.488.204m3.75%200q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0%20.284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zm-1.692-5.186%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.506%2020.994q-.214.006-.36-.143Q4%2020.703%204%2020.491q0-.21.14-.353q.139-.144.354-.144q1.008-.05%201.815-.288t1.67-.727q.142-.075.284-.084q.143-.008.28.078q.465.296.978.497t1.067.326q.208.068.319.253t.034.397q-.064.198-.244.316t-.387.05q-.537-.12-1.048-.302q-.512-.183-1.004-.43q-.967.464-1.816.674q-.848.21-1.936.24M10.942%203h2.039q.343%200%20.575.232t.233.576V5h3.038q.666%200%201.14.475t.475%201.14V8.39q0%20.213-.144.357q-.143.143-.356.143t-.357-.143t-.143-.357V6.538q0-.23-.163-.384T16.885%206H7.039q-.231%200-.395.154q-.163.154-.163.385v3.978l5.192-1.596q.208-.067.385.033t.244.308t-.04.386t-.3.243l-7.143%202.201l1.054%203.975q.506-.288.899-.699q.394-.41.784-.858l.102-.121q.223-.268.587-.284q.365-.016.588.25q.329.368.718.773q.39.405.77.714q.087.073.133.17t.046.217q0%20.084-.035.186q-.035.103-.117.18q-.146.159-.37.163q-.222.003-.382-.143q-.307-.23-.654-.557q-.346-.327-.73-.789q-.533.585-1.003.995t-.93.705q-.373.239-.785.112t-.517-.539l-1.25-4.344q-.085-.315.064-.6t.465-.387l1.225-.4V6.616q0-.667.474-1.141T7.096%205h3.039V3.808q0-.343.232-.576T10.942%203m4.135%2016.808v.461q0%20.31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.699q-.399-.217-.623-.61t-.224-.845v-4.77q0-1.1.989-1.607t3.107-.508q2.2%200%203.168.486t.967%201.63v4.769q0%20.443-.222.833t-.624.622v.698q0%20.31-.21.521q-.21.21-.52.21t-.521-.21t-.21-.52v-.462zm-.076-1.52q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0%20.284.205.489q.204.204.488.204m3.75%200q.305%200%20.508-.2t.203-.5t-.2-.502t-.5-.201t-.502.202t-.202.508q0%20.284.205.489q.204.204.489.204m-5.098-3.211h6.462v-1.615h-6.462zm-1.692-5.186%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-outline-rounded.svg?color=%231a73e8&size=48