sailboat icon

sailboat from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.

Name
sailboat
Set
IconPark
Style
Color
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the sailboat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M8 28L6 24H42L40 28"/><path fill="#2F88FF" d="M28.0001 4L10 24H28.0001V4Z"/><path d="M28 11L38 24H28V11Z"/><path d="M4 34L6.5 35.3514C8.1 36.2162 9.9 36.2162 11.5 35.3514C13.1 34.4865 14.9 34.4865 16.5 35.3514C18.1 36.2162 19.9 36.2162 21.5 35.3514C23.1 34.4865 24.9 34.4865 26.5 35.3514C28.1 36.2162 29.9 36.2162 31.5 35.3514C33.1 34.4865 34.9 34.4865 36.5 35.3514C38.1 36.2162 39.9 36.2162 41.5 35.3514L44 34"/><path d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSailboat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path d="M8 28L6 24H42L40 28"/><path fill="#2F88FF" d="M28.0001 4L10 24H28.0001V4Z"/><path d="M28 11L38 24H28V11Z"/><path d="M4 34L6.5 35.3514C8.1 36.2162 9.9 36.2162 11.5 35.3514C13.1 34.4865 14.9 34.4865 16.5 35.3514C18.1 36.2162 19.9 36.2162 21.5 35.3514C23.1 34.4865 24.9 34.4865 26.5 35.3514C28.1 36.2162 29.9 36.2162 31.5 35.3514C33.1 34.4865 34.9 34.4865 36.5 35.3514C38.1 36.2162 39.9 36.2162 41.5 35.3514L44 34"/><path d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M8 28L6 24H42L40 28"/><path fill="#2F88FF" d="M28.0001 4L10 24H28.0001V4Z"/><path d="M28 11L38 24H28V11Z"/><path d="M4 34L6.5 35.3514C8.1 36.2162 9.9 36.2162 11.5 35.3514C13.1 34.4865 14.9 34.4865 16.5 35.3514C18.1 36.2162 19.9 36.2162 21.5 35.3514C23.1 34.4865 24.9 34.4865 26.5 35.3514C28.1 36.2162 29.9 36.2162 31.5 35.3514C33.1 34.4865 34.9 34.4865 36.5 35.3514C38.1 36.2162 39.9 36.2162 41.5 35.3514L44 34"/><path d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/></g></svg>
</template>

CSS

.icon-sailboat {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M8%2028L6%2024H42L40%2028%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28.0001%204L10%2024H28.0001V4Z%22%2F%3E%3Cpath%20d%3D%22M28%2011L38%2024H28V11Z%22%2F%3E%3Cpath%20d%3D%22M4%2034L6.5%2035.3514C8.1%2036.2162%209.9%2036.2162%2011.5%2035.3514C13.1%2034.4865%2014.9%2034.4865%2016.5%2035.3514C18.1%2036.2162%2019.9%2036.2162%2021.5%2035.3514C23.1%2034.4865%2024.9%2034.4865%2026.5%2035.3514C28.1%2036.2162%2029.9%2036.2162%2031.5%2035.3514C33.1%2034.4865%2034.9%2034.4865%2036.5%2035.3514C38.1%2036.2162%2039.9%2036.2162%2041.5%2035.3514L44%2034%22%2F%3E%3Cpath%20d%3D%22M4%2040L6.5%2041.3514C8.1%2042.2162%209.9%2042.2162%2011.5%2041.3514C13.1%2040.4865%2014.9%2040.4865%2016.5%2041.3514C18.1%2042.2162%2019.9%2042.2162%2021.5%2041.3514C23.1%2040.4865%2024.9%2040.4865%2026.5%2041.3514C28.1%2042.2162%2029.9%2042.2162%2031.5%2041.3514C33.1%2040.4865%2034.9%2040.4865%2036.5%2041.3514C38.1%2042.2162%2039.9%2042.2162%2041.5%2041.3514L44%2040%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M8%2028L6%2024H42L40%2028%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28.0001%204L10%2024H28.0001V4Z%22%2F%3E%3Cpath%20d%3D%22M28%2011L38%2024H28V11Z%22%2F%3E%3Cpath%20d%3D%22M4%2034L6.5%2035.3514C8.1%2036.2162%209.9%2036.2162%2011.5%2035.3514C13.1%2034.4865%2014.9%2034.4865%2016.5%2035.3514C18.1%2036.2162%2019.9%2036.2162%2021.5%2035.3514C23.1%2034.4865%2024.9%2034.4865%2026.5%2035.3514C28.1%2036.2162%2029.9%2036.2162%2031.5%2035.3514C33.1%2034.4865%2034.9%2034.4865%2036.5%2035.3514C38.1%2036.2162%2039.9%2036.2162%2041.5%2035.3514L44%2034%22%2F%3E%3Cpath%20d%3D%22M4%2040L6.5%2041.3514C8.1%2042.2162%209.9%2042.2162%2011.5%2041.3514C13.1%2040.4865%2014.9%2040.4865%2016.5%2041.3514C18.1%2042.2162%2019.9%2042.2162%2021.5%2041.3514C23.1%2040.4865%2024.9%2040.4865%2026.5%2041.3514C28.1%2042.2162%2029.9%2042.2162%2031.5%2041.3514C33.1%2040.4865%2034.9%2040.4865%2036.5%2041.3514C38.1%2042.2162%2039.9%2042.2162%2041.5%2041.3514L44%2040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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