directions boat icon
directions-boat-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-boat-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-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="M10.095 20.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.138T4 20.499t.144-.352t.356-.153q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.266 1.828.266t1.828-.266t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.187q.456.066.956.098q.213.013.356.155t.144.354q0 .21-.143.354t-.357.137q-1.024-.057-1.95-.257q-.927-.2-1.884-.656q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228m1.876-3.189q-1.067 0-1.971-.635q-.904-.634-1.788-1.673q-.533.585-1.003.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.193-4.147q-.086-.312.063-.597t.465-.386l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14v4.197l1.225.4q.316.101.465.386t.065.598l-1.176 4.166q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.952.635M6.481 6.539v3.978L11.5 8.991q.23-.075.462-.075t.461.075l5.02 1.526V6.54q0-.231-.164-.385T16.884 6H7.04q-.231 0-.395.154q-.163.154-.163.385m5.48 3.363l-7.142 2.19l1.054 3.975q.529-.3.943-.737q.415-.438.823-.903q.246-.286.604-.274t.595.286q.653.752 1.406 1.445t1.774.693q.994 0 1.726-.696q.733-.696 1.385-1.442q.229-.279.593-.289t.607.277q.407.465.822.903t.943.737l1.054-3.975zm.026 3.335"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDirectionsBoatOutlineRounded(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.095 20.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.138T4 20.499t.144-.352t.356-.153q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.266 1.828.266t1.828-.266t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.187q.456.066.956.098q.213.013.356.155t.144.354q0 .21-.143.354t-.357.137q-1.024-.057-1.95-.257q-.927-.2-1.884-.656q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228m1.876-3.189q-1.067 0-1.971-.635q-.904-.634-1.788-1.673q-.533.585-1.003.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.193-4.147q-.086-.312.063-.597t.465-.386l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14v4.197l1.225.4q.316.101.465.386t.065.598l-1.176 4.166q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.952.635M6.481 6.539v3.978L11.5 8.991q.23-.075.462-.075t.461.075l5.02 1.526V6.54q0-.231-.164-.385T16.884 6H7.04q-.231 0-.395.154q-.163.154-.163.385m5.48 3.363l-7.142 2.19l1.054 3.975q.529-.3.943-.737q.415-.438.823-.903q.246-.286.604-.274t.595.286q.653.752 1.406 1.445t1.774.693q.994 0 1.726-.696q.733-.696 1.385-1.442q.229-.279.593-.289t.607.277q.407.465.822.903t.943.737l1.054-3.975zm.026 3.335"/></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.095 20.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.138T4 20.499t.144-.352t.356-.153q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.266 1.828.266t1.828-.266t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.187q.456.066.956.098q.213.013.356.155t.144.354q0 .21-.143.354t-.357.137q-1.024-.057-1.95-.257q-.927-.2-1.884-.656q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228m1.876-3.189q-1.067 0-1.971-.635q-.904-.634-1.788-1.673q-.533.585-1.003.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.193-4.147q-.086-.312.063-.597t.465-.386l1.225-.4V6.616q0-.667.474-1.141T7.096 5h3.039V3.808q0-.343.232-.576T10.942 3h2.039q.343 0 .575.232t.233.576V5h3.038q.666 0 1.14.475t.475 1.14v4.197l1.225.4q.316.101.465.386t.065.598l-1.176 4.166q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.952.635M6.481 6.539v3.978L11.5 8.991q.23-.075.462-.075t.461.075l5.02 1.526V6.54q0-.231-.164-.385T16.884 6H7.04q-.231 0-.395.154q-.163.154-.163.385m5.48 3.363l-7.142 2.19l1.054 3.975q.529-.3.943-.737q.415-.438.823-.903q.246-.286.604-.274t.595.286q.653.752 1.406 1.445t1.774.693q.994 0 1.726-.696q.733-.696 1.385-1.442q.229-.279.593-.289t.607.277q.407.465.822.903t.943.737l1.054-3.975zm.026 3.335"/></svg> </template>
CSS
.icon-directions-boat-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%22M10.095%2020.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.138T4%2020.499t.144-.352t.356-.153q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483%201.647.748q.841.266%201.828.266t1.828-.266t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.187q.456.066.956.098q.213.013.356.155t.144.354q0%20.21-.143.354t-.357.137q-1.024-.057-1.95-.257q-.927-.2-1.884-.656q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228m1.876-3.189q-1.067%200-1.971-.635q-.904-.634-1.788-1.673q-.533.585-1.003.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.193-4.147q-.086-.312.063-.597t.465-.386l1.225-.4V6.616q0-.667.474-1.141T7.096%205h3.039V3.808q0-.343.232-.576T10.942%203h2.039q.343%200%20.575.232t.233.576V5h3.038q.666%200%201.14.475t.475%201.14v4.197l1.225.4q.316.101.465.386t.065.598l-1.176%204.166q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923%201.039-1.808%201.673t-1.952.635M6.481%206.539v3.978L11.5%208.991q.23-.075.462-.075t.461.075l5.02%201.526V6.54q0-.231-.164-.385T16.884%206H7.04q-.231%200-.395.154q-.163.154-.163.385m5.48%203.363l-7.142%202.19l1.054%203.975q.529-.3.943-.737q.415-.438.823-.903q.246-.286.604-.274t.595.286q.653.752%201.406%201.445t1.774.693q.994%200%201.726-.696q.733-.696%201.385-1.442q.229-.279.593-.289t.607.277q.407.465.822.903t.943.737l1.054-3.975zm.026%203.335%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.095%2020.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.138T4%2020.499t.144-.352t.356-.153q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483%201.647.748q.841.266%201.828.266t1.828-.266t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.187q.456.066.956.098q.213.013.356.155t.144.354q0%20.21-.143.354t-.357.137q-1.024-.057-1.95-.257q-.927-.2-1.884-.656q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228m1.876-3.189q-1.067%200-1.971-.635q-.904-.634-1.788-1.673q-.533.585-1.003.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.193-4.147q-.086-.312.063-.597t.465-.386l1.225-.4V6.616q0-.667.474-1.141T7.096%205h3.039V3.808q0-.343.232-.576T10.942%203h2.039q.343%200%20.575.232t.233.576V5h3.038q.666%200%201.14.475t.475%201.14v4.197l1.225.4q.316.101.465.386t.065.598l-1.176%204.166q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923%201.039-1.808%201.673t-1.952.635M6.481%206.539v3.978L11.5%208.991q.23-.075.462-.075t.461.075l5.02%201.526V6.54q0-.231-.164-.385T16.884%206H7.04q-.231%200-.395.154q-.163.154-.163.385m5.48%203.363l-7.142%202.19l1.054%203.975q.529-.3.943-.737q.415-.438.823-.903q.246-.286.604-.274t.595.286q.653.752%201.406%201.445t1.774.693q.994%200%201.726-.696q.733-.696%201.385-1.442q.229-.279.593-.289t.607.277q.407.465.822.903t.943.737l1.054-3.975zm.026%203.335%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/directions-boat-outline-rounded.svg?color=%231a73e8&size=48