directions boat icon
directions-boat-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-boat-outline
- Set
- Material Symbols
- Style
- Outline
- 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-busboat-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-right
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="M3.8 22H3v-2h.8q1.2 0 2.288-.262t2.437-.838q.95.475 1.663.788T12 20t1.813-.312t1.662-.788q1.325.575 2.438.838t2.312.262H21v2h-.775q-1.225 0-2.387-.225T15.55 21.1q-1 .475-1.825.675t-1.725.2t-1.712-.2t-1.813-.675q-1.125.45-2.287.675T3.8 22m5.575-5L8.25 16q-.675.675-1.512 1.15t-1.788.675L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V2h5v2H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-2.125 6.825q-.95-.2-1.787-.675T15.75 16l-1.125 1Q13.5 18 12 18t-2.625-1m2.675-1q.775 0 1.375-.513t1.1-1.087l1.15-1.325l1.025 1.05q.275.275.563.513t.562.487l1.15-3.725L12 9.575L5.05 11.4l1.15 3.725q.275-.25.562-.488t.563-.512l1.025-1.05L9.5 14.4q.5.6 1.125 1.1t1.425.5M7 8.825L12 7.5l5 1.325V6H7zm5.025 3.95"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDirectionsBoatOutline(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="M3.8 22H3v-2h.8q1.2 0 2.288-.262t2.437-.838q.95.475 1.663.788T12 20t1.813-.312t1.662-.788q1.325.575 2.438.838t2.312.262H21v2h-.775q-1.225 0-2.387-.225T15.55 21.1q-1 .475-1.825.675t-1.725.2t-1.712-.2t-1.813-.675q-1.125.45-2.287.675T3.8 22m5.575-5L8.25 16q-.675.675-1.512 1.15t-1.788.675L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V2h5v2H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-2.125 6.825q-.95-.2-1.787-.675T15.75 16l-1.125 1Q13.5 18 12 18t-2.625-1m2.675-1q.775 0 1.375-.513t1.1-1.087l1.15-1.325l1.025 1.05q.275.275.563.513t.562.487l1.15-3.725L12 9.575L5.05 11.4l1.15 3.725q.275-.25.562-.488t.563-.512l1.025-1.05L9.5 14.4q.5.6 1.125 1.1t1.425.5M7 8.825L12 7.5l5 1.325V6H7zm5.025 3.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.8 22H3v-2h.8q1.2 0 2.288-.262t2.437-.838q.95.475 1.663.788T12 20t1.813-.312t1.662-.788q1.325.575 2.438.838t2.312.262H21v2h-.775q-1.225 0-2.387-.225T15.55 21.1q-1 .475-1.825.675t-1.725.2t-1.712-.2t-1.813-.675q-1.125.45-2.287.675T3.8 22m5.575-5L8.25 16q-.675.675-1.512 1.15t-1.788.675L2.825 11q-.125-.425.075-.775t.625-.475L5 9.35V6q0-.825.588-1.412T7 4h2.5V2h5v2H17q.825 0 1.413.588T19 6v3.35l1.475.4q.425.125.625.475t.075.775l-2.125 6.825q-.95-.2-1.787-.675T15.75 16l-1.125 1Q13.5 18 12 18t-2.625-1m2.675-1q.775 0 1.375-.513t1.1-1.087l1.15-1.325l1.025 1.05q.275.275.563.513t.562.487l1.15-3.725L12 9.575L5.05 11.4l1.15 3.725q.275-.25.562-.488t.563-.512l1.025-1.05L9.5 14.4q.5.6 1.125 1.1t1.425.5M7 8.825L12 7.5l5 1.325V6H7zm5.025 3.95"/></svg> </template>
CSS
.icon-directions-boat-outline {
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%22M3.8%2022H3v-2h.8q1.2%200%202.288-.262t2.437-.838q.95.475%201.663.788T12%2020t1.813-.312t1.662-.788q1.325.575%202.438.838t2.312.262H21v2h-.775q-1.225%200-2.387-.225T15.55%2021.1q-1%20.475-1.825.675t-1.725.2t-1.712-.2t-1.813-.675q-1.125.45-2.287.675T3.8%2022m5.575-5L8.25%2016q-.675.675-1.512%201.15t-1.788.675L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204h2.5V2h5v2H17q.825%200%201.413.588T19%206v3.35l1.475.4q.425.125.625.475t.075.775l-2.125%206.825q-.95-.2-1.787-.675T15.75%2016l-1.125%201Q13.5%2018%2012%2018t-2.625-1m2.675-1q.775%200%201.375-.513t1.1-1.087l1.15-1.325l1.025%201.05q.275.275.563.513t.562.487l1.15-3.725L12%209.575L5.05%2011.4l1.15%203.725q.275-.25.562-.488t.563-.512l1.025-1.05L9.5%2014.4q.5.6%201.125%201.1t1.425.5M7%208.825L12%207.5l5%201.325V6H7zm5.025%203.95%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%22M3.8%2022H3v-2h.8q1.2%200%202.288-.262t2.437-.838q.95.475%201.663.788T12%2020t1.813-.312t1.662-.788q1.325.575%202.438.838t2.312.262H21v2h-.775q-1.225%200-2.387-.225T15.55%2021.1q-1%20.475-1.825.675t-1.725.2t-1.712-.2t-1.813-.675q-1.125.45-2.287.675T3.8%2022m5.575-5L8.25%2016q-.675.675-1.512%201.15t-1.788.675L2.825%2011q-.125-.425.075-.775t.625-.475L5%209.35V6q0-.825.588-1.412T7%204h2.5V2h5v2H17q.825%200%201.413.588T19%206v3.35l1.475.4q.425.125.625.475t.075.775l-2.125%206.825q-.95-.2-1.787-.675T15.75%2016l-1.125%201Q13.5%2018%2012%2018t-2.625-1m2.675-1q.775%200%201.375-.513t1.1-1.087l1.15-1.325l1.025%201.05q.275.275.563.513t.562.487l1.15-3.725L12%209.575L5.05%2011.4l1.15%203.725q.275-.25.562-.488t.563-.512l1.025-1.05L9.5%2014.4q.5.6%201.125%201.1t1.425.5M7%208.825L12%207.5l5%201.325V6H7zm5.025%203.95%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-outline.svg?color=%231a73e8&size=48