Sailing icon

Sailing is a Google Material Symbol from the Transit category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

sailing_outlined_fill0_wght400.svg

Sailing icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=sailing" />

<span class="material-symbols-outlined">sailing</span>

Sailing icon in React

// With the font from the HTML tab:
export function SailingIcon() {
  return (
    <span className="material-symbols-outlined">
      sailing
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SailingIcon from "@material-symbols/svg-400/outlined/sailing.svg?react";

Sailing icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">sailing</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SailingIcon from "@material-symbols/svg-400/outlined/sailing.svg?component"; -->

Sailing icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">sailing</mat-icon>

Sailing icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.sailing, fill: 0, weight: 400)

Sailing icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/sailing.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m3.225 13.5 7.525-10.95v10.95H3.225Zm2.875-1.5h3.15v-4.675L6.1 12Zm6.75 1.5q.475-1.5 .688-3.012T13.75 7.25q0-1.65-.212-3.212T12.85 1.05q1.175 .475 2.525 1.663T17.9 5.575q1.175 1.675 1.975 3.713T20.75 13.5H12.85Zm1.875-1.5h4.375q-.425-2.175-1.562-4.2T15.05 4.45q.125 .75 .163 1.475t.037 1.325q0 1.15-.162 2.475T14.725 12ZM9 19.1q-.85 0-1.625-.462T6 17.475q-.35 .35-.837 .688T4.225 18.675q-.725-.45-1.35-1.337T2.05 15.5h19.9q-.2 .95-.825 1.838T19.775 18.675q-.45-.175-.937-.512T18 17.475q-.6 .7-1.375 1.163T15 19.1q-.85 0-1.625-.462T12 17.475q-.6 .7-1.375 1.163T9 19.1ZM2 23v-1.5h1q.8 0 1.538-.262T6 20.275q.725 .7 1.475 .963t1.525 .262q.8 0 1.538-.262T12 20.275q.725 .7 1.475 .963t1.525 .262q.8 0 1.538-.262T18 20.275q.725 .7 1.463 .963T21 21.5h1v1.5h-1q-.725 0-1.487-.212T18 22q-.75 .575-1.512 .788T15 23q-.725 0-1.487-.212T12 22q-.75 .575-1.512 .788T9 23q-.725 0-1.487-.212T6 22q-.75 .575-1.512 .788T3 23H2Zm7.25-11Zm5.475 0Z" />
</vector>

Sailing icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/sailing.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/sailing.svg" width="24" height="24" alt="Sailing">

Sailing icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSailing
Ligaturesailing
Code pointU+E502
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sailing.svg, sailing-fill.svg
FlutterSymbols.sailing
LicenseApache License 2.0 (© Google LLC)

Keywords

transitlinestraveltriangleentertainmenttransportationjourneyleisurewaterexplorerecreationsporthobby

Related icons