directions boat icon

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

Name
directions-boat-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 directions boat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.288 21.775q-.813-.2-1.813-.675q-1.175.475-2.237.65T4 21.975q-.425.025-.712-.262T3 21t.288-.712t.712-.313q.6-.025 1.113-.075t1.012-.162t1.025-.288t1.125-.425q.125-.05.25-.05t.25.05q.825.425 1.513.7T12 20t1.713-.275t1.512-.7q.125-.05.25-.05t.25.05q.6.25 1.125.425t1.025.288t1.025.162t1.1.075q.425.025.713.313T21 21t-.288.713t-.712.262q-1.175-.05-2.238-.225t-2.212-.65q-1 .475-1.825.675t-1.725.2t-1.712-.2M7 6v2.825l4.5-1.2q.25-.075.5-.075t.5.075l4.5 1.2V6zm5 12q-1.5 0-2.625-1L8.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 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-1.75 5.65q-.15.5-.612.75t-.938.05q-.6-.275-1.137-.638T15.75 16l-1.125 1Q13.5 18 12 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDirectionsBoatRounded(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="M10.288 21.775q-.813-.2-1.813-.675q-1.175.475-2.237.65T4 21.975q-.425.025-.712-.262T3 21t.288-.712t.712-.313q.6-.025 1.113-.075t1.012-.162t1.025-.288t1.125-.425q.125-.05.25-.05t.25.05q.825.425 1.513.7T12 20t1.713-.275t1.512-.7q.125-.05.25-.05t.25.05q.6.25 1.125.425t1.025.288t1.025.162t1.1.075q.425.025.713.313T21 21t-.288.713t-.712.262q-1.175-.05-2.238-.225t-2.212-.65q-1 .475-1.825.675t-1.725.2t-1.712-.2M7 6v2.825l4.5-1.2q.25-.075.5-.075t.5.075l4.5 1.2V6zm5 12q-1.5 0-2.625-1L8.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 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-1.75 5.65q-.15.5-.612.75t-.938.05q-.6-.275-1.137-.638T15.75 16l-1.125 1Q13.5 18 12 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.288 21.775q-.813-.2-1.813-.675q-1.175.475-2.237.65T4 21.975q-.425.025-.712-.262T3 21t.288-.712t.712-.313q.6-.025 1.113-.075t1.012-.162t1.025-.288t1.125-.425q.125-.05.25-.05t.25.05q.825.425 1.513.7T12 20t1.713-.275t1.512-.7q.125-.05.25-.05t.25.05q.6.25 1.125.425t1.025.288t1.025.162t1.1.075q.425.025.713.313T21 21t-.288.713t-.712.262q-1.175-.05-2.238-.225t-2.212-.65q-1 .475-1.825.675t-1.725.2t-1.712-.2M7 6v2.825l4.5-1.2q.25-.075.5-.075t.5.075l4.5 1.2V6zm5 12q-1.5 0-2.625-1L8.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 4h2.5V3q0-.425.288-.712T10.5 2h3q.425 0 .713.288T14.5 3v1H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-1.75 5.65q-.15.5-.612.75t-.938.05q-.6-.275-1.137-.638T15.75 16l-1.125 1Q13.5 18 12 18"/></svg>
</template>

CSS

.icon-directions-boat-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%22M10.288%2021.775q-.813-.2-1.813-.675q-1.175.475-2.237.65T4%2021.975q-.425.025-.712-.262T3%2021t.288-.712t.712-.313q.6-.025%201.113-.075t1.012-.162t1.025-.288t1.125-.425q.125-.05.25-.05t.25.05q.825.425%201.513.7T12%2020t1.713-.275t1.512-.7q.125-.05.25-.05t.25.05q.6.25%201.125.425t1.025.288t1.025.162t1.1.075q.425.025.713.313T21%2021t-.288.713t-.712.262q-1.175-.05-2.238-.225t-2.212-.65q-1%20.475-1.825.675t-1.725.2t-1.712-.2M7%206v2.825l4.5-1.2q.25-.075.5-.075t.5.075l4.5%201.2V6zm5%2012q-1.5%200-2.625-1L8.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%204h2.5V3q0-.425.288-.712T10.5%202h3q.425%200%20.713.288T14.5%203v1H17q.825%200%201.413.588T19%206v3.35l1.475.4q.425.125.625.475t.075.775l-1.75%205.65q-.15.5-.612.75t-.938.05q-.6-.275-1.137-.638T15.75%2016l-1.125%201Q13.5%2018%2012%2018%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%22M10.288%2021.775q-.813-.2-1.813-.675q-1.175.475-2.237.65T4%2021.975q-.425.025-.712-.262T3%2021t.288-.712t.712-.313q.6-.025%201.113-.075t1.012-.162t1.025-.288t1.125-.425q.125-.05.25-.05t.25.05q.825.425%201.513.7T12%2020t1.713-.275t1.512-.7q.125-.05.25-.05t.25.05q.6.25%201.125.425t1.025.288t1.025.162t1.1.075q.425.025.713.313T21%2021t-.288.713t-.712.262q-1.175-.05-2.238-.225t-2.212-.65q-1%20.475-1.825.675t-1.725.2t-1.712-.2M7%206v2.825l4.5-1.2q.25-.075.5-.075t.5.075l4.5%201.2V6zm5%2012q-1.5%200-2.625-1L8.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%204h2.5V3q0-.425.288-.712T10.5%202h3q.425%200%20.713.288T14.5%203v1H17q.825%200%201.413.588T19%206v3.35l1.475.4q.425.125.625.475t.075.775l-1.75%205.65q-.15.5-.612.75t-.938.05q-.6-.275-1.137-.638T15.75%2016l-1.125%201Q13.5%2018%2012%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/directions-boat-rounded.svg?color=%231a73e8&size=48