Skateboarding icon

Skateboarding 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

skateboarding_outlined_fill0_wght400.svg

Skateboarding 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=skateboarding" />

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

Skateboarding icon in React

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

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

Skateboarding icon in Vue

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

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

Skateboarding icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Skateboarding icon in Android

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

<!-- res/drawable/skateboarding.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="M6.813 23.813Q6.625 23.625 6.625 23.375t.188-.437Q7 22.75 7.25 22.75t.438 .188Q7.875 23.125 7.875 23.375t-.187 .438Q7.5 24 7.25 24t-.437-.187Zm8.5 0Q15.125 23.625 15.125 23.375t.188-.437Q15.5 22.75 15.75 22.75t.438 .188Q16.375 23.125 16.375 23.375t-.187 .438Q16 24 15.75 24t-.437-.187ZM6.75 21.75q-1.05 0-2.062-.475T3.1 19.925q-.05-.083-.075-.15t-.025-.15q0-.2 .132-.35 .131-.15 .362-.15 .131 0 .244 .05t.162 .15q.325 .55 .963 .888T6.15 20.7l3.3-4-1.5-4.25q-.125-.375-.062-.675t.262-.65l2.75-4.375H7.95l-1.825 2.95-1.275-.775 2.3-3.675h5.55q.583 0 .939 .323Q13.996 5.895 14.125 6.175l.525 1.2q.525 1.2 1.613 2t2.487 .875v1.5q-1.625-.05-3-.95t-2.275-2.325l-2.125 3.4 4.4 3.025v5.85h.75q.789 0 1.47-.375Q18.65 20 19.1 19.325q.083-.1 .175-.15t.225-.05q.2 0 .35 .148 .15 .148 .15 .345 0 .082-.025 .151-.025 .07-.075 .156-.575 .875-1.462 1.35T16.5 21.75H6.75Zm1.325-1h6.175v-4.75L9.975 13.025l1.25 3.925-3.15 3.8Zm7.102-16.1q-.752 0-1.29-.535t-.537-1.288q0-.752 .535-1.289t1.288-.538q.752 0 1.29 .535t.537 1.288q0 .752-.536 1.29t-1.287 .537Z" />
</vector>

Skateboarding icon in SVG

npm install @material-symbols/svg-400

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

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

Skateboarding 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

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

Keywords

activitieshumanpersonpeopleactionbodyentertainmentsocialmovementactivityleisureoutdoormotion

Related icons