Kitesurfing icon

Kitesurfing 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

kitesurfing_outlined_fill0_wght400.svg

Kitesurfing 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=kitesurfing" />

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

Kitesurfing icon in React

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

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

Kitesurfing icon in Vue

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

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

Kitesurfing icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Kitesurfing icon in Android

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

<!-- res/drawable/kitesurfing.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="M2 23v-1.5h1q.875 0 1.638-.312T6 20.275q.575 .575 1.35 .888t1.65 .337q.85 .025 1.6-.287t1.4-.938q.6 .6 1.363 .913T15 21.5q.875 0 1.613-.3t1.387-.925q.65 .625 1.388 .925t1.612 .3h1v1.5h-1q-.875 0-1.612-.25T18 22q-.65 .5-1.375 .75t-1.625 .25q-.875 0-1.612-.25T12 22q-.625 .5-1.362 .75T9.025 23q-.875 0-1.65-.25t-1.375-.75q-.65 .5-1.375 .75t-1.625 .25H2Zm7-3.9q-.575 0-1.187-.25T6.7 18.175q.4-.35 .8-.637t.825-.613l-1.65-3.175q-.2-.4-.312-.85t-.113-.9v-4q0-.725 .513-1.237T8 6.25h3q1 0 1.913-.35t1.637-1l1.05 1.075q-.95 .875-2.112 1.325T11 7.75h-1.65v4h2.95l1.725 1.925q1.725-.725 2.988-1.075t2.137-.35q.75 0 1.175 .263t.425 .762q0 1.025-1.362 2.525T15.575 18.925q-.125 .05-.287 .113T15 19.1q-.8 0-1.575-.425t-1.425-1.2q-.65 .8-1.425 1.213T9 19.1Zm.7-3.125q.5-.3 1.363-.787T12.6 14.35l-1-1.1-2.975 .125 1.075 2.6ZM6.713 4.288Q6.175 3.75 6.175 3t.538-1.287Q7.25 1.175 8 1.175t1.288 .538Q9.825 2.25 9.825 3t-.537 1.288Q8.75 4.825 8 4.825t-1.287-.537ZM16.35 4.55l-.725-.725 2.825-2.825h1.425L16.35 4.55Z" />
</vector>

Kitesurfing icon in SVG

npm install @material-symbols/svg-400

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

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

Kitesurfing 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

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

Keywords

activitieshumanpersontravelpeopleactionbodyentertainmentsocialsilhouetteactivityfigureleisure

Related icons