Roller Skating icon

Roller Skating 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

roller_skating_outlined_fill0_wght400.svg

Roller Skating 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=roller_skating" />

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

Roller Skating icon in React

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

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

Roller Skating icon in Vue

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

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

Roller Skating icon in Angular

With Angular Material and the font from the HTML tab:

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

Roller Skating 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.roller_skating, fill: 0, weight: 400)

Roller Skating icon in Android

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

<!-- res/drawable/roller_skating.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="M4 15.75v-14.75h9v4.5q0 .76 .338 1.38T14.4 7.7l2.875 .725q1.2 .3 1.963 1.299t.762 2.267V15.75H4Zm1.5-1.5h13v-2.262Q18.5 11.225 18.038 10.65t-1.177-.775L13.975 9.125q-.95-.275-1.437-.862T11.775 6.875h-2.375q-.15 0-.262-.112T9.025 6.5q0-.15 .113-.262T9.4 6.125h2.15q-.05-.325-.05-.612V4.875h-2.1q-.15 0-.262-.112T9.025 4.5q0-.15 .113-.262T9.4 4.125h2.1v-1.625H5.5v11.75Zm0 0ZM4.75 23q-1.125 0-1.937-.812t-.813-1.95q0-1.138 .813-1.938t1.95-.8q1.137 0 1.937 .802 .8 .802 .8 1.948 0 1.125-.802 1.938Q5.896 23 4.75 23Zm.013-1.5q.512 0 .875-.375t.362-.887q0-.513-.359-.875Q5.281 19 4.75 19q-.5 0-.875 .359-.375 .36-.375 .891 0 .5 .375 .875t.888 .375ZM19.25 23q-1.125 0-1.937-.812t-.813-1.95q0-1.138 .813-1.938t1.95-.8q1.137 0 1.937 .802 .8 .802 .8 1.948 0 1.125-.802 1.938Q20.396 23 19.25 23Zm.013-1.5q.512 0 .875-.375t.362-.887q0-.513-.359-.875Q19.781 19 19.25 19q-.5 0-.875 .359-.375 .36-.375 .891 0 .5 .375 .875t.888 .375ZM12 23q-1.125 0-1.937-.812t-.813-1.95q0-1.138 .813-1.938t1.95-.8q1.137 0 1.937 .802 .8 .802 .8 1.948 0 1.125-.802 1.938Q13.146 23 12 23Zm.013-1.5q.512 0 .875-.375t.362-.887q0-.513-.359-.875Q12.531 19 12 19q-.5 0-.875 .359-.375 .36-.375 .891 0 .5 .375 .875t.888 .375ZM4.75 20.25Zm7.25 0Zm7.25 0Z" />
</vector>

Roller Skating icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/roller_skating.svg" width="24" height="24" alt="Roller Skating">

Roller Skating 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

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

Keywords

activitieshumanpersontravelentertainmentsocialtransportationmovementspeedsilhouetteactivityfigureleisure

Related icons