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

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

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-.137T4 20.5t.143-.357t.357-.149q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.265 1.828.265t1.828-.265t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.191t.956.094q.214.006.357.15T20 20.5t-.143.357t-.357.137q-1.021-.05-1.949-.253t-1.885-.66q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228M6.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.5 11.038q-1.077 0-1.981-.635q-.904-.634-1.789-1.673q-.532.585-1.002.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.192-4.15q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039V3.808q0-.348.23-.578t.577-.23h2.039q.348 0 .578.23t.23.578V5h3.038q.671 0 1.143.472t.472 1.143v4.197l1.225.4q.31.105.462.388t.065.592l-1.173 4.17q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.942.635"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDirectionsBoatRounded(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-.137T4 20.5t.143-.357t.357-.149q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.265 1.828.265t1.828-.265t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.191t.956.094q.214.006.357.15T20 20.5t-.143.357t-.357.137q-1.021-.05-1.949-.253t-1.885-.66q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228M6.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.5 11.038q-1.077 0-1.981-.635q-.904-.634-1.789-1.673q-.532.585-1.002.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.192-4.15q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039V3.808q0-.348.23-.578t.577-.23h2.039q.348 0 .578.23t.23.578V5h3.038q.671 0 1.143.472t.472 1.143v4.197l1.225.4q.31.105.462.388t.065.592l-1.173 4.17q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.942.635"/></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-.137T4 20.5t.143-.357t.357-.149q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483 1.647.748q.841.265 1.828.265t1.828-.265t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.191t.956.094q.214.006.357.15T20 20.5t-.143.357t-.357.137q-1.021-.05-1.949-.253t-1.885-.66q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228M6.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.5 11.038q-1.077 0-1.981-.635q-.904-.634-1.789-1.673q-.532.585-1.002.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.192-4.15q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096 5h3.039V3.808q0-.348.23-.578t.577-.23h2.039q.348 0 .578.23t.23.578V5h3.038q.671 0 1.143.472t.472 1.143v4.197l1.225.4q.31.105.462.388t.065.592l-1.173 4.17q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923 1.039-1.808 1.673t-1.942.635"/></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.095%2020.766q-.928-.23-1.832-.685q-.944.436-1.852.65q-.909.213-1.911.263q-.213.006-.357-.137T4%2020.5t.143-.357t.357-.149q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483%201.647.748q.841.265%201.828.265t1.828-.265t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.191t.956.094q.214.006.357.15T20%2020.5t-.143.357t-.357.137q-1.021-.05-1.949-.253t-1.885-.66q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228M6.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.5%2011.038q-1.077%200-1.981-.635q-.904-.634-1.789-1.673q-.532.585-1.002.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.192-4.15q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205h3.039V3.808q0-.348.23-.578t.577-.23h2.039q.348%200%20.578.23t.23.578V5h3.038q.671%200%201.143.472t.472%201.143v4.197l1.225.4q.31.105.462.388t.065.592l-1.173%204.17q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923%201.039-1.808%201.673t-1.942.635%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-.137T4%2020.5t.143-.357t.357-.149q.466-.025.92-.094t.897-.201t.881-.326t.865-.425q.106-.05.212-.05t.212.05q.805.483%201.647.748q.841.265%201.828.265t1.828-.265t1.647-.748q.105-.05.211-.05t.212.05q.446.25.884.444t.89.317q.453.122.91.191t.956.094q.214.006.357.15T20%2020.5t-.143.357t-.357.137q-1.021-.05-1.949-.253t-1.885-.66q-.904.456-1.835.685q-.931.228-1.87.228t-1.866-.228M6.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.5%2011.038q-1.077%200-1.981-.635q-.904-.634-1.789-1.673q-.532.585-1.002.996q-.47.41-.93.704q-.379.258-.803.047t-.555-.674l-1.192-4.15q-.087-.31.065-.592t.462-.388l1.225-.4V6.616q0-.672.472-1.144T7.096%205h3.039V3.808q0-.348.23-.578t.577-.23h2.039q.348%200%20.578.23t.23.578V5h3.038q.671%200%201.143.472t.472%201.143v4.197l1.225.4q.31.105.462.388t.065.592l-1.173%204.17q-.13.442-.545.644t-.812-.037q-.466-.294-.927-.695t-1.006-1.005q-.923%201.039-1.808%201.673t-1.942.635%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-rounded.svg?color=%231a73e8&size=48