Sledding icon

Sledding 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

sledding_outlined_fill0_wght400.svg

Sledding 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=sledding" />

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

Sledding icon in React

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

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

Sledding icon in Vue

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

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

Sledding icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Sledding icon in Android

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

<!-- res/drawable/sledding.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="M19.125 23q-.45 0-.8-.075t-.75-.2L1 17.35l.3-.95 4.25 1.375 .675-2.125-4.225-1.375 .3-.95 1.95 .625v-4.275l5.325-2.3q.175-.075 .338-.1t.362-.025q.8 0 1.213 .65t.162 1.375l-1.175 3.625 2.575-.4q.575-.1 1.1 .188t.775 .812l2.125 4.6 1.9 .625-.3 .95-3.425-1.1-.7 2.1 3.375 1.1q.325 .125 .625 .175t.6 .05q1.1 0 1.988-.887T22 19.125q0-.95-.5-1.712T20.05 16.225l.325-.95q1.225 .45 1.925 1.475t.7 2.375q0 1.55-1.162 2.713T19.125 23ZM13.575 20.375l.7-2.125-7.125-2.3-.675 2.125 7.1 2.3Zm1.525-2.9-1.5-3.25-5.075 1.1 6.575 2.15Zm-7.625-2.475q-.275-.35-.375-.825t.05-.925l1.175-3.7-2.575 1.1v3.775l1.725 .575Zm4.525-8.85q-.75 0-1.287-.537T10.175 4.325q0-.75 .538-1.287T12 2.5q.75 0 1.288 .538T13.825 4.325q0 .75-.537 1.288T12 6.15Z" />
</vector>

Sledding icon in SVG

npm install @material-symbols/svg-400

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

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

Sledding 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

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

Keywords

activitieshumanpersontravelpeoplebodyentertainmentsocialplayactivityleisureoutdoorrecreation

Related icons