Shoe Cleats icon

Shoe Cleats 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

shoe_cleats_outlined_fill0_wght400.svg

Shoe Cleats 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=shoe_cleats" />

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

Shoe Cleats icon in React

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

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

Shoe Cleats icon in Vue

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

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

Shoe Cleats icon in Angular

With Angular Material and the font from the HTML tab:

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

Shoe Cleats 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.shoe_cleats, fill: 0, weight: 400)

Shoe Cleats icon in Android

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

<!-- res/drawable/shoe_cleats.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="M5.562 21.775Q4.825 21.775 4.125 21.5t-1.256-.856L2.7 20.475q-.175-.15-.212-.375t.037-.425l4.875-12.375q.175-.425 .575-.637t.825-.113l1.425 .275q.475 .1 .938-.075t.792-.492Q12.375 5.825 12.488 5.338 12.6 4.85 12.45 4.375l-.125-.375q-.125-.35-.037-.687T12.625 2.725l1.15-1.175q.35-.35 .813-.35t.812 .35l4.6 4.675q.478 .501 .489 1.188Q20.5 8.1 20.025 8.625l-.15 .15 .4 .425q.12 .128 .21 .266 .09 .137 .09 .284 0 .132-.057 .265-.057 .132-.21 .283-.229 .208-.543 .218Q19.45 10.525 19.225 10.3l-.425-.425-1.05 1.05 .4 .425q.225 .225 .225 .537 0 .311-.2 .513-.225 .225-.537 .225t-.538-.225l-.4-.4-3.15 3.2 .375 .4q.225 .2 .225 .511 0 .311-.226 .538-.227 .207-.538 .217Q13.075 16.875 12.85 16.65l-.35-.375-1.05 1.075 .35 .35q.2 .225 .2 .537 0 .311-.2 .513-.225 .225-.537 .225t-.538-.225l-.325-.325-1.05 1.05 .3 .325q.225 .227 .225 .538 0 .312-.2 .512-.227 .229-.538 .24Q8.825 21.1 8.6 20.875l-.325-.325-.15 .175q-.545 .537-1.198 .793Q6.275 21.775 5.562 21.775ZM4.35 15.025q.125-.275 .2-.487l.075-.213-.55 1.4 .088-.212Q4.25 15.3 4.35 15.025Zm.975-2.5q.125-.275 .2-.487l.075-.213-.55 1.4 .088-.212Q5.225 12.8 5.325 12.525Zm1-2.5q.125-.275 .2-.487l.075-.213-.55 1.4 .088-.212Q6.225 10.3 6.325 10.025Zm-.775 10.225q.45 0 .863-.175t.737-.5l11.95-12.125-4.5-4.575-.775 .775q.325 1.05 .163 1.938T13.025 7.275q-.6 .625-1.4 .9t-1.65 .1l-1.25-.25-.675 1.775 .65 .225q.275 .1 .413 .381 .137 .281 .037 .562Q9.05 11.275 8.775 11.425t-.575 .025l-.7-.25-.45 1.1 .6 .2q.275 .1 .413 .381 .137 .281 .037 .562Q8 13.75 7.721 13.9T7.15 13.925l-.65-.225-.425 1.1 .5 .175q.275 .1 .413 .371T7.025 15.9q-.097 .3-.377 .45-.281 .15-.573 .025l-.55-.2-1.4 3.575 .15 .1q.283 .2 .609 .3 .326 .1 .666 .1Zm6.075-8.7Z" />
</vector>

Shoe Cleats icon in SVG

npm install @material-symbols/svg-400

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

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

Shoe Cleats 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

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

Keywords

activitiesequipmentgamegeartrackexercisesportsportscompetitionathleticfieldtrainingrunning

Related icons