Paragliding icon

Paragliding is a Google Material Symbol from the Activities 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

paragliding_outlined_fill0_wght400.svg

Paragliding 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=paragliding" />

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

Paragliding icon in React

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

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

Paragliding icon in Vue

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

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

Paragliding icon in Angular

With Angular Material and the font from the HTML tab:

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

Paragliding 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.paragliding, fill: 0, weight: 400)

Paragliding icon in Android

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

<!-- res/drawable/paragliding.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="M12 16.825q-.75 0-1.287-.537T10.175 15q0-.75 .538-1.287T12 13.175q.75 0 1.288 .538T13.825 15q0 .75-.537 1.288T12 16.825ZM9.25 24v-3.625q-2.05-.7-2.987-2.4T5.25 14.25h1.5q.05 2.575 1.375 3.788T12 19.25q2.55 0 3.875-1.212T17.25 14.25h1.5q-.05 2.025-1 3.725t-3 2.4V24H9.25ZM5.25 12.75l-2.325-4.625q-.275 .125-.575 .25t-.6 .125q-.3 0-.525-.2t-.225-.55v-3.75q0-1.65 3.275-2.825t7.725-1.175q4.45 0 7.725 1.175t3.275 2.825v3.75q0 .35-.225 .55t-.525 .2q-.3 0-.6-.125t-.575-.25l-2.325 4.625h-1.5l-1.55-6.25q-.925-.125-1.85-.187t-1.85-.063q-.925 0-1.85 .063t-1.85 .187l-1.55 6.25h-1.5Zm.7-1.325 1-4.725q-.875 .2-1.512 .4T4.075 7.6l1.875 3.825Zm12.1 0 1.875-3.825q-.725-.3-1.362-.5T17.05 6.7l1 4.725ZM2.5 6.625q1.925-.8 4.425-1.337T12 4.75q2.575 0 5.075 .538T21.5 6.625v-2.625q-.15-.275-.85-.7t-1.912-.825Q17.525 2.075 15.825 1.788T12 1.5q-2.125 0-3.825 .288T5.263 2.475Q4.05 2.875 3.35 3.3t-.85 .7v2.625Zm9.5-5.125Z" />
</vector>

Paragliding icon in SVG

npm install @material-symbols/svg-400

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

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

Paragliding 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

NameParagliding
Ligatureparagliding
Code pointU+E50F
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/paragliding.svg, paragliding-fill.svg
FlutterSymbols.paragliding
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshumanpersontravelpeoplebodyentertainmentsocialjourneyactivitynaturelandscapeleisure

Related icons