sailboat from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
sailboat
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the sailboat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M304 99.9V448H80c-8.8 0-16 7.2-16 16c0 61.9 50.1 112 112 112h288c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H352v-48h161.7c12.9 0 20.5-14.4 13.2-25L333.2 90.9c-8.9-13-29.2-6.7-29.2 9M256 384V199.8c0-16.1-21-22.1-29.6-8.5L111.3 375.5c-6.7 10.7 1 24.5 13.6 24.5H240c8.8 0 16-7.2 16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSailboat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M304 99.9V448H80c-8.8 0-16 7.2-16 16c0 61.9 50.1 112 112 112h288c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H352v-48h161.7c12.9 0 20.5-14.4 13.2-25L333.2 90.9c-8.9-13-29.2-6.7-29.2 9M256 384V199.8c0-16.1-21-22.1-29.6-8.5L111.3 375.5c-6.7 10.7 1 24.5 13.6 24.5H240c8.8 0 16-7.2 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M304 99.9V448H80c-8.8 0-16 7.2-16 16c0 61.9 50.1 112 112 112h288c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H352v-48h161.7c12.9 0 20.5-14.4 13.2-25L333.2 90.9c-8.9-13-29.2-6.7-29.2 9M256 384V199.8c0-16.1-21-22.1-29.6-8.5L111.3 375.5c-6.7 10.7 1 24.5 13.6 24.5H240c8.8 0 16-7.2 16-16"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%2099.9V448H80c-8.8%200-16%207.2-16%2016c0%2061.9%2050.1%20112%20112%20112h288c61.9%200%20112-50.1%20112-112c0-8.8-7.2-16-16-16H352v-48h161.7c12.9%200%2020.5-14.4%2013.2-25L333.2%2090.9c-8.9-13-29.2-6.7-29.2%209M256%20384V199.8c0-16.1-21-22.1-29.6-8.5L111.3%20375.5c-6.7%2010.7%201%2024.5%2013.6%2024.5H240c8.8%200%2016-7.2%2016-16%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%2099.9V448H80c-8.8%200-16%207.2-16%2016c0%2061.9%2050.1%20112%20112%20112h288c61.9%200%20112-50.1%20112-112c0-8.8-7.2-16-16-16H352v-48h161.7c12.9%200%2020.5-14.4%2013.2-25L333.2%2090.9c-8.9-13-29.2-6.7-29.2%209M256%20384V199.8c0-16.1-21-22.1-29.6-8.5L111.3%20375.5c-6.7%2010.7%201%2024.5%2013.6%2024.5H240c8.8%200%2016-7.2%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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