boat-bus-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
boat-bus-rounded
Set
Material Symbols
Style
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

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.25M15 20.5v.5q0 .425-.287.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-7zM7 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l4.075-1.075q.325-.075.638.025t.462.375t.025.537t-.4.438q-.875.575-1.338 1.512T10 13v2.325q0 .7-.6.975t-1.05-.175q-.05-.05-.075-.088L8.25 16q-.475.45-1.012.813t-1.113.637q-.475.2-.937-.05t-.613-.75L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBoatBusRounded(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.25M15 20.5v.5q0 .425-.287.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-7zM7 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l4.075-1.075q.325-.075.638.025t.462.375t.025.537t-.4.438q-.875.575-1.338 1.512T10 13v2.325q0 .7-.6.975t-1.05-.175q-.05-.05-.075-.088L8.25 16q-.475.45-1.012.813t-1.113.637q-.475.2-.937-.05t-.613-.75L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4"/></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.25M15 20.5v.5q0 .425-.287.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-7zM7 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v1.025q0 .425-.288.713T18 8.025t-.712-.288T17 7.026V6H7v2.825l4.075-1.075q.325-.075.638.025t.462.375t.025.537t-.4.438q-.875.575-1.338 1.512T10 13v2.325q0 .7-.6.975t-1.05-.175q-.05-.05-.075-.088L8.25 16q-.475.45-1.012.813t-1.113.637q-.475.2-.937-.05t-.613-.75L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4"/></svg>
</template>

CSS

.icon-boat-bus-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.25M15%2020.5v.5q0%20.425-.287.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-7zM7%204h2.5V3q0-.425.288-.712T10.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.825l4.075-1.075q.325-.075.638.025t.462.375t.025.537t-.4.438q-.875.575-1.338%201.512T10%2013v2.325q0%20.7-.6.975t-1.05-.175q-.05-.05-.075-.088L8.25%2016q-.475.45-1.012.813t-1.113.637q-.475.2-.937-.05t-.613-.75L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204%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.25M15%2020.5v.5q0%20.425-.287.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-7zM7%204h2.5V3q0-.425.288-.712T10.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.825l4.075-1.075q.325-.075.638.025t.462.375t.025.537t-.4.438q-.875.575-1.338%201.512T10%2013v2.325q0%20.7-.6.975t-1.05-.175q-.05-.05-.075-.088L8.25%2016q-.475.45-1.012.813t-1.113.637q-.475.2-.937-.05t-.613-.75L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204%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-rounded.svg?color=%231a73e8&size=48