boat from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
boat
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the boat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 473.14a6.83 6.83 0 0 0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05 10.05 0 0 0-12.72-1.51c-50.33 32.42-111.61 32.44-161.95.05a10.09 10.09 0 0 0-12.82 1.56c-10.77 11.28-35.19 33.3-62.43 47.75a7.11 7.11 0 0 0-3.89 5.73a6.73 6.73 0 0 0 7.92 7.15c20.85-4.18 41-13.68 60.2-23.83a8.71 8.71 0 0 1 8-.06a185.14 185.14 0 0 0 167.81 0a8.82 8.82 0 0 1 8.09.06c19.1 10 39.22 19.59 60 23.8a6.73 6.73 0 0 0 8-6.71Zm60.71-226.23c-3.49-8.39-10.9-14.89-20.9-18.35L432 219.08V136a64 64 0 0 0-64-64h-32v-8a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v8h-32a64 64 0 0 0-64 64v83.15l-23.58 9.39c-9.94 3.3-17.63 10-21.15 18.44c-2.45 5.89-5.25 15-1.3 26.46l.1.3l46.66 119.44A23.33 23.33 0 0 0 102.58 408c.5 0 1 0 1.53-.05c31.32-2 56-17.27 72.6-31.61C200.42 396.81 228.31 408 256 408s55.43-11.2 79.14-31.7c16.59 14.36 41.3 29.67 72.61 31.65a23.36 23.36 0 0 0 23.37-14.74l46.65-119c3.28-8.09 2.9-17.76-1.06-27.3M269 154.21l-1.14-.4a39.53 39.53 0 0 0-23.73 0l-.58.18l-126.07 50.23a4 4 0 0 1-5.48-3.72V136a32 32 0 0 1 32-32h224a32 32 0 0 1 32 32v64.44a4 4 0 0 1-5.48 3.72Z"/></svg>

React

import type { SVGProps } from "react";

export function IonBoat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 473.14a6.83 6.83 0 0 0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05 10.05 0 0 0-12.72-1.51c-50.33 32.42-111.61 32.44-161.95.05a10.09 10.09 0 0 0-12.82 1.56c-10.77 11.28-35.19 33.3-62.43 47.75a7.11 7.11 0 0 0-3.89 5.73a6.73 6.73 0 0 0 7.92 7.15c20.85-4.18 41-13.68 60.2-23.83a8.71 8.71 0 0 1 8-.06a185.14 185.14 0 0 0 167.81 0a8.82 8.82 0 0 1 8.09.06c19.1 10 39.22 19.59 60 23.8a6.73 6.73 0 0 0 8-6.71Zm60.71-226.23c-3.49-8.39-10.9-14.89-20.9-18.35L432 219.08V136a64 64 0 0 0-64-64h-32v-8a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v8h-32a64 64 0 0 0-64 64v83.15l-23.58 9.39c-9.94 3.3-17.63 10-21.15 18.44c-2.45 5.89-5.25 15-1.3 26.46l.1.3l46.66 119.44A23.33 23.33 0 0 0 102.58 408c.5 0 1 0 1.53-.05c31.32-2 56-17.27 72.6-31.61C200.42 396.81 228.31 408 256 408s55.43-11.2 79.14-31.7c16.59 14.36 41.3 29.67 72.61 31.65a23.36 23.36 0 0 0 23.37-14.74l46.65-119c3.28-8.09 2.9-17.76-1.06-27.3M269 154.21l-1.14-.4a39.53 39.53 0 0 0-23.73 0l-.58.18l-126.07 50.23a4 4 0 0 1-5.48-3.72V136a32 32 0 0 1 32-32h224a32 32 0 0 1 32 32v64.44a4 4 0 0 1-5.48 3.72Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 473.14a6.83 6.83 0 0 0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05 10.05 0 0 0-12.72-1.51c-50.33 32.42-111.61 32.44-161.95.05a10.09 10.09 0 0 0-12.82 1.56c-10.77 11.28-35.19 33.3-62.43 47.75a7.11 7.11 0 0 0-3.89 5.73a6.73 6.73 0 0 0 7.92 7.15c20.85-4.18 41-13.68 60.2-23.83a8.71 8.71 0 0 1 8-.06a185.14 185.14 0 0 0 167.81 0a8.82 8.82 0 0 1 8.09.06c19.1 10 39.22 19.59 60 23.8a6.73 6.73 0 0 0 8-6.71Zm60.71-226.23c-3.49-8.39-10.9-14.89-20.9-18.35L432 219.08V136a64 64 0 0 0-64-64h-32v-8a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v8h-32a64 64 0 0 0-64 64v83.15l-23.58 9.39c-9.94 3.3-17.63 10-21.15 18.44c-2.45 5.89-5.25 15-1.3 26.46l.1.3l46.66 119.44A23.33 23.33 0 0 0 102.58 408c.5 0 1 0 1.53-.05c31.32-2 56-17.27 72.6-31.61C200.42 396.81 228.31 408 256 408s55.43-11.2 79.14-31.7c16.59 14.36 41.3 29.67 72.61 31.65a23.36 23.36 0 0 0 23.37-14.74l46.65-119c3.28-8.09 2.9-17.76-1.06-27.3M269 154.21l-1.14-.4a39.53 39.53 0 0 0-23.73 0l-.58.18l-126.07 50.23a4 4 0 0 1-5.48-3.72V136a32 32 0 0 1 32-32h224a32 32 0 0 1 32 32v64.44a4 4 0 0 1-5.48 3.72Z"/></svg>
</template>

CSS

.icon-boat {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20473.14a6.83%206.83%200%200%200-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05%2010.05%200%200%200-12.72-1.51c-50.33%2032.42-111.61%2032.44-161.95.05a10.09%2010.09%200%200%200-12.82%201.56c-10.77%2011.28-35.19%2033.3-62.43%2047.75a7.11%207.11%200%200%200-3.89%205.73a6.73%206.73%200%200%200%207.92%207.15c20.85-4.18%2041-13.68%2060.2-23.83a8.71%208.71%200%200%201%208-.06a185.14%20185.14%200%200%200%20167.81%200a8.82%208.82%200%200%201%208.09.06c19.1%2010%2039.22%2019.59%2060%2023.8a6.73%206.73%200%200%200%208-6.71Zm60.71-226.23c-3.49-8.39-10.9-14.89-20.9-18.35L432%20219.08V136a64%2064%200%200%200-64-64h-32v-8a40%2040%200%200%200-40-40h-80a40%2040%200%200%200-40%2040v8h-32a64%2064%200%200%200-64%2064v83.15l-23.58%209.39c-9.94%203.3-17.63%2010-21.15%2018.44c-2.45%205.89-5.25%2015-1.3%2026.46l.1.3l46.66%20119.44A23.33%2023.33%200%200%200%20102.58%20408c.5%200%201%200%201.53-.05c31.32-2%2056-17.27%2072.6-31.61C200.42%20396.81%20228.31%20408%20256%20408s55.43-11.2%2079.14-31.7c16.59%2014.36%2041.3%2029.67%2072.61%2031.65a23.36%2023.36%200%200%200%2023.37-14.74l46.65-119c3.28-8.09%202.9-17.76-1.06-27.3M269%20154.21l-1.14-.4a39.53%2039.53%200%200%200-23.73%200l-.58.18l-126.07%2050.23a4%204%200%200%201-5.48-3.72V136a32%2032%200%200%201%2032-32h224a32%2032%200%200%201%2032%2032v64.44a4%204%200%200%201-5.48%203.72Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20473.14a6.83%206.83%200%200%200-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05%2010.05%200%200%200-12.72-1.51c-50.33%2032.42-111.61%2032.44-161.95.05a10.09%2010.09%200%200%200-12.82%201.56c-10.77%2011.28-35.19%2033.3-62.43%2047.75a7.11%207.11%200%200%200-3.89%205.73a6.73%206.73%200%200%200%207.92%207.15c20.85-4.18%2041-13.68%2060.2-23.83a8.71%208.71%200%200%201%208-.06a185.14%20185.14%200%200%200%20167.81%200a8.82%208.82%200%200%201%208.09.06c19.1%2010%2039.22%2019.59%2060%2023.8a6.73%206.73%200%200%200%208-6.71Zm60.71-226.23c-3.49-8.39-10.9-14.89-20.9-18.35L432%20219.08V136a64%2064%200%200%200-64-64h-32v-8a40%2040%200%200%200-40-40h-80a40%2040%200%200%200-40%2040v8h-32a64%2064%200%200%200-64%2064v83.15l-23.58%209.39c-9.94%203.3-17.63%2010-21.15%2018.44c-2.45%205.89-5.25%2015-1.3%2026.46l.1.3l46.66%20119.44A23.33%2023.33%200%200%200%20102.58%20408c.5%200%201%200%201.53-.05c31.32-2%2056-17.27%2072.6-31.61C200.42%20396.81%20228.31%20408%20256%20408s55.43-11.2%2079.14-31.7c16.59%2014.36%2041.3%2029.67%2072.61%2031.65a23.36%2023.36%200%200%200%2023.37-14.74l46.65-119c3.28-8.09%202.9-17.76-1.06-27.3M269%20154.21l-1.14-.4a39.53%2039.53%200%200%200-23.73%200l-.58.18l-126.07%2050.23a4%204%200%200%201-5.48-3.72V136a32%2032%200%200%201%2032-32h224a32%2032%200%200%201%2032%2032v64.44a4%204%200%200%201-5.48%203.72Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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