Surfing icon

Surfing 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

surfing_outlined_fill0_wght400.svg

Surfing 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=surfing" />

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

Surfing icon in React

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

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

Surfing icon in Vue

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

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

Surfing icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Surfing icon in Android

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

<!-- res/drawable/surfing.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.8 0 1.538-.262T6 20.275q.725 .7 1.463 .963T9 21.5q.775 0 1.55-.275t1.45-.95q.725 .7 1.463 .963T15 21.5q.775 0 1.55-.275t1.45-.95q.675 .675 1.45 .95t1.55 .275h1v1.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 23H2Zm6.55-18.9 5.45 1q.275 .05 .563 .238T15.05 5.875l.875 1.55q.65 1.15 1.788 1.875T20.25 10.075v1.5q-1.8-.075-3.312-1.062T14.5 7.95l-2.75 1.85 4 3.15v4.025q.425 .3 .8 .588t.775 .612q-.5 .4-1.087 .663T15 19.1q-.85 0-1.625-.45t-1.375-1.175q-.6 .725-1.375 1.175t-1.625 .45h-.112q-.063 0-.113-.025-2.575-1.8-4.05-3.287T3.25 13.275q0-.625 .525-.825t1.075-.2q.725 0 1.738 .25t2.287 .7l-.55-3.425q-.1-.575 .05-1.05t.575-.75l2.65-1.775q-.175-.025-.55-.1t-.8-.15q-.425-.075-.8-.162t-.55-.113l-2.7 1.85-.85-1.225 3.2-2.2Zm1.55 6.975 .425 2.85q.95 .45 1.888 .963T14.25 15.95v-2L10.1 11.075Zm6.9-5.925q-.75 0-1.287-.537T15.175 3.325q0-.75 .538-1.287T17 1.5q.75 0 1.288 .538T18.825 3.325q0 .75-.537 1.288T17 5.15Z" />
</vector>

Surfing icon in SVG

npm install @material-symbols/svg-400

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

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

Surfing 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

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

Keywords

activitieshumaniconpersongraphicpeopleactionbodyentertainmentmovementsilhouetteactivityfigure

Related icons