twotone directions boat filled icon

twotone-directions-boat-filled from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-directions-boat-filled
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone directions boat filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11z" opacity=".3"/><path fill="currentColor" d="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19H4c1.6 0 3.02-.88 4-2c.98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3zM6 9.97V6h12v3.97L12 8zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99c1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDirectionsBoatFilled(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="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11z" opacity=".3"/><path fill="currentColor" d="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19H4c1.6 0 3.02-.88 4-2c.98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3zM6 9.97V6h12v3.97L12 8zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99c1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11z" opacity=".3"/><path fill="currentColor" d="m19.77 12.66l-1.12 3.97c-.78-.43-1.07-.86-2.65-2.67c-1.6 1.82-2.43 3.04-4 3.04c-1.53 0-2.34-1.15-4-3.04c-1.6 1.82-1.87 2.21-2.65 2.65l-1.13-3.96L12 10.11zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19H4c1.6 0 3.02-.88 4-2c.98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3zM6 9.97V6h12v3.97L12 8zm10 9.71c-1.22.85-2.61 1.28-4 1.28s-2.78-.43-4-1.28C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99c1.26.64 2.63.97 4 .97s2.74-.32 4-.97c1.26.65 2.62.99 4 .99h2v-2h-2c-1.39 0-2.78-.47-4-1.32"/></svg>
</template>

CSS

.icon-twotone-directions-boat-filled {
  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%22m19.77%2012.66l-1.12%203.97c-.78-.43-1.07-.86-2.65-2.67c-1.6%201.82-2.43%203.04-4%203.04c-1.53%200-2.34-1.15-4-3.04c-1.6%201.82-1.87%202.21-2.65%202.65l-1.13-3.96L12%2010.11z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%2012.66l-1.12%203.97c-.78-.43-1.07-.86-2.65-2.67c-1.6%201.82-2.43%203.04-4%203.04c-1.53%200-2.34-1.15-4-3.04c-1.6%201.82-1.87%202.21-2.65%202.65l-1.13-3.96L12%2010.11zM15%201H9v3H6c-1.1%200-2%20.9-2%202v4.62l-1.29.42c-.63.19-.81.84-.66%201.28L3.95%2019H4c1.6%200%203.02-.88%204-2c.98%201.12%202.4%202%204%202s3.02-.88%204-2c.98%201.12%202.4%202%204%202h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3zM6%209.97V6h12v3.97L12%208zm10%209.71c-1.22.85-2.61%201.28-4%201.28s-2.78-.43-4-1.28C6.78%2020.53%205.39%2021%204%2021H2v2h2c1.38%200%202.74-.35%204-.99c1.26.64%202.63.97%204%20.97s2.74-.32%204-.97c1.26.65%202.62.99%204%20.99h2v-2h-2c-1.39%200-2.78-.47-4-1.32%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%22m19.77%2012.66l-1.12%203.97c-.78-.43-1.07-.86-2.65-2.67c-1.6%201.82-2.43%203.04-4%203.04c-1.53%200-2.34-1.15-4-3.04c-1.6%201.82-1.87%202.21-2.65%202.65l-1.13-3.96L12%2010.11z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.77%2012.66l-1.12%203.97c-.78-.43-1.07-.86-2.65-2.67c-1.6%201.82-2.43%203.04-4%203.04c-1.53%200-2.34-1.15-4-3.04c-1.6%201.82-1.87%202.21-2.65%202.65l-1.13-3.96L12%2010.11zM15%201H9v3H6c-1.1%200-2%20.9-2%202v4.62l-1.29.42c-.63.19-.81.84-.66%201.28L3.95%2019H4c1.6%200%203.02-.88%204-2c.98%201.12%202.4%202%204%202s3.02-.88%204-2c.98%201.12%202.4%202%204%202h.05l1.91-6.68c.11-.37.04-1.06-.66-1.28l-1.3-.42V6c0-1.1-.9-2-2-2h-3zM6%209.97V6h12v3.97L12%208zm10%209.71c-1.22.85-2.61%201.28-4%201.28s-2.78-.43-4-1.28C6.78%2020.53%205.39%2021%204%2021H2v2h2c1.38%200%202.74-.35%204-.99c1.26.64%202.63.97%204%20.97s2.74-.32%204-.97c1.26.65%202.62.99%204%20.99h2v-2h-2c-1.39%200-2.78-.47-4-1.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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