shoe-cleats-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.

Name
shoe-cleats-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the shoe cleats icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.55 22.025q-.8 0-1.537-.3t-1.313-.9l-.175-.175q-.225-.2-.287-.5t.062-.575l5.275-13.5l2.725.5q.425.1.813-.062t.662-.438q.35-.375.463-.788t-.013-.837L11.8 3.2L14.6.4l6.9 7.025l-1.275 1.35l1.15 1.25l-1.4 1.4l-1.125-1.175l-.7.725l1.15 1.15l-1.45 1.4l-1.125-1.125l-2.8 2.85l1.125 1.125l-1.45 1.4l-1.075-1.125l-.7.725l1.1 1.1l-1.45 1.4L10.4 18.8l-.7.7l1.05 1.1l-1.4 1.4l-1.075-1.1q-.575.575-1.262.85t-1.463.275m-1.7-6.375l.55-1.4zm.975-2.5l.55-1.4zm.975-2.5l.55-1.375zM5.55 20q.425 0 .775-.15t.65-.425L18.75 7.45L14.6 3.225l-.5.525q.3 1 .113 1.937T13.2 7.475q-.65.65-1.512.963T9.9 8.55l-1.025-.225l-.6 1.6l1.225.4l-.475 1.425l-1.3-.45l-.425 1.1l1.125.4l-.45 1.425L6.75 13.8l-.45 1.1l1.075.375L6.9 16.7l-1.15-.4l-1.325 3.35q.25.2.538.275T5.55 20m6.05-8.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShoeCleatsOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.55 22.025q-.8 0-1.537-.3t-1.313-.9l-.175-.175q-.225-.2-.287-.5t.062-.575l5.275-13.5l2.725.5q.425.1.813-.062t.662-.438q.35-.375.463-.788t-.013-.837L11.8 3.2L14.6.4l6.9 7.025l-1.275 1.35l1.15 1.25l-1.4 1.4l-1.125-1.175l-.7.725l1.15 1.15l-1.45 1.4l-1.125-1.125l-2.8 2.85l1.125 1.125l-1.45 1.4l-1.075-1.125l-.7.725l1.1 1.1l-1.45 1.4L10.4 18.8l-.7.7l1.05 1.1l-1.4 1.4l-1.075-1.1q-.575.575-1.262.85t-1.463.275m-1.7-6.375l.55-1.4zm.975-2.5l.55-1.4zm.975-2.5l.55-1.375zM5.55 20q.425 0 .775-.15t.65-.425L18.75 7.45L14.6 3.225l-.5.525q.3 1 .113 1.937T13.2 7.475q-.65.65-1.512.963T9.9 8.55l-1.025-.225l-.6 1.6l1.225.4l-.475 1.425l-1.3-.45l-.425 1.1l1.125.4l-.45 1.425L6.75 13.8l-.45 1.1l1.075.375L6.9 16.7l-1.15-.4l-1.325 3.35q.25.2.538.275T5.55 20m6.05-8.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.55 22.025q-.8 0-1.537-.3t-1.313-.9l-.175-.175q-.225-.2-.287-.5t.062-.575l5.275-13.5l2.725.5q.425.1.813-.062t.662-.438q.35-.375.463-.788t-.013-.837L11.8 3.2L14.6.4l6.9 7.025l-1.275 1.35l1.15 1.25l-1.4 1.4l-1.125-1.175l-.7.725l1.15 1.15l-1.45 1.4l-1.125-1.125l-2.8 2.85l1.125 1.125l-1.45 1.4l-1.075-1.125l-.7.725l1.1 1.1l-1.45 1.4L10.4 18.8l-.7.7l1.05 1.1l-1.4 1.4l-1.075-1.1q-.575.575-1.262.85t-1.463.275m-1.7-6.375l.55-1.4zm.975-2.5l.55-1.4zm.975-2.5l.55-1.375zM5.55 20q.425 0 .775-.15t.65-.425L18.75 7.45L14.6 3.225l-.5.525q.3 1 .113 1.937T13.2 7.475q-.65.65-1.512.963T9.9 8.55l-1.025-.225l-.6 1.6l1.225.4l-.475 1.425l-1.3-.45l-.425 1.1l1.125.4l-.45 1.425L6.75 13.8l-.45 1.1l1.075.375L6.9 16.7l-1.15-.4l-1.325 3.35q.25.2.538.275T5.55 20m6.05-8.4"/></svg>
</template>

CSS

.icon-shoe-cleats-outline-sharp {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.55%2022.025q-.8%200-1.537-.3t-1.313-.9l-.175-.175q-.225-.2-.287-.5t.062-.575l5.275-13.5l2.725.5q.425.1.813-.062t.662-.438q.35-.375.463-.788t-.013-.837L11.8%203.2L14.6.4l6.9%207.025l-1.275%201.35l1.15%201.25l-1.4%201.4l-1.125-1.175l-.7.725l1.15%201.15l-1.45%201.4l-1.125-1.125l-2.8%202.85l1.125%201.125l-1.45%201.4l-1.075-1.125l-.7.725l1.1%201.1l-1.45%201.4L10.4%2018.8l-.7.7l1.05%201.1l-1.4%201.4l-1.075-1.1q-.575.575-1.262.85t-1.463.275m-1.7-6.375l.55-1.4zm.975-2.5l.55-1.4zm.975-2.5l.55-1.375zM5.55%2020q.425%200%20.775-.15t.65-.425L18.75%207.45L14.6%203.225l-.5.525q.3%201%20.113%201.937T13.2%207.475q-.65.65-1.512.963T9.9%208.55l-1.025-.225l-.6%201.6l1.225.4l-.475%201.425l-1.3-.45l-.425%201.1l1.125.4l-.45%201.425L6.75%2013.8l-.45%201.1l1.075.375L6.9%2016.7l-1.15-.4l-1.325%203.35q.25.2.538.275T5.55%2020m6.05-8.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.55%2022.025q-.8%200-1.537-.3t-1.313-.9l-.175-.175q-.225-.2-.287-.5t.062-.575l5.275-13.5l2.725.5q.425.1.813-.062t.662-.438q.35-.375.463-.788t-.013-.837L11.8%203.2L14.6.4l6.9%207.025l-1.275%201.35l1.15%201.25l-1.4%201.4l-1.125-1.175l-.7.725l1.15%201.15l-1.45%201.4l-1.125-1.125l-2.8%202.85l1.125%201.125l-1.45%201.4l-1.075-1.125l-.7.725l1.1%201.1l-1.45%201.4L10.4%2018.8l-.7.7l1.05%201.1l-1.4%201.4l-1.075-1.1q-.575.575-1.262.85t-1.463.275m-1.7-6.375l.55-1.4zm.975-2.5l.55-1.4zm.975-2.5l.55-1.375zM5.55%2020q.425%200%20.775-.15t.65-.425L18.75%207.45L14.6%203.225l-.5.525q.3%201%20.113%201.937T13.2%207.475q-.65.65-1.512.963T9.9%208.55l-1.025-.225l-.6%201.6l1.225.4l-.475%201.425l-1.3-.45l-.425%201.1l1.125.4l-.45%201.425L6.75%2013.8l-.45%201.1l1.075.375L6.9%2016.7l-1.15-.4l-1.325%203.35q.25.2.538.275T5.55%2020m6.05-8.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shoe-cleats-outline-sharp.svg?color=%231a73e8&size=48