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

Name
shoe-cleats-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
shoe-cleats-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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 21.525q-.684 0-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.554 7.566q.161-.424.543-.628t.83-.119l1.239.237q.54.119 1.071-.072q.532-.192.884-.563q.485-.471.616-1.028t-.05-1.097l-.087-.26q-.106-.322-.028-.648t.32-.569l.825-.844q.367-.373.87-.373t.87.367l4.468 4.542q.377.383.38.92q.003.538-.368.921l-.424.423l.456.456q.073.079.138.178t.064.206q0 .08-.046.177q-.046.099-.13.183q-.166.14-.367.153t-.367-.134l-.45-.475l-1.411 1.437l.45.43q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.43-.425l-3.512 3.562l.425.4q.147.146.147.347t-.147.347q-.165.14-.366.153t-.366-.134l-.381-.405l-1.412 1.417l.381.38q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.38-.375L8.989 19.5l.361.356q.16.146.16.347t-.147.35q-.16.137-.36.15q-.201.013-.367-.153l-.361-.342l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-.925-6.479q.073-.161.116-.286l.044-.125l-.32.823l.051-.125q.051-.125.109-.287m.975-2.5q.073-.161.116-.286l.043-.125l-.319.823l.051-.125q.051-.125.109-.287m.971-2.498q.071-.161.117-.284l.046-.123l-.319.817l.05-.125q.05-.124.106-.285M5.55 20.5q.521 0 .98-.179t.81-.556L19.443 7.45L14.6 2.514L13.542 3.59q.3 1.019.209 1.863t-.897 1.65q-.554.573-1.298.837q-.744.265-1.535.103l-1.448-.296l-.856 2.16l.69.258q.165.071.24.229q.074.157.013.312q-.062.17-.231.262t-.335.025l-.696-.263l-.656 1.677l.61.233q.16.067.249.236t.028.334q-.062.18-.243.25q-.182.07-.347.002l-.616-.232l-.656 1.677l.535.208q.164.073.239.227q.074.153.013.318q-.062.18-.234.262t-.337.016l-.554-.208l-1.62 4.111l.327.212q.327.213.673.33q.345.116.741.116m6.089-8.996"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoeCleatsOutline(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 21.525q-.684 0-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.554 7.566q.161-.424.543-.628t.83-.119l1.239.237q.54.119 1.071-.072q.532-.192.884-.563q.485-.471.616-1.028t-.05-1.097l-.087-.26q-.106-.322-.028-.648t.32-.569l.825-.844q.367-.373.87-.373t.87.367l4.468 4.542q.377.383.38.92q.003.538-.368.921l-.424.423l.456.456q.073.079.138.178t.064.206q0 .08-.046.177q-.046.099-.13.183q-.166.14-.367.153t-.367-.134l-.45-.475l-1.411 1.437l.45.43q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.43-.425l-3.512 3.562l.425.4q.147.146.147.347t-.147.347q-.165.14-.366.153t-.366-.134l-.381-.405l-1.412 1.417l.381.38q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.38-.375L8.989 19.5l.361.356q.16.146.16.347t-.147.35q-.16.137-.36.15q-.201.013-.367-.153l-.361-.342l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-.925-6.479q.073-.161.116-.286l.044-.125l-.32.823l.051-.125q.051-.125.109-.287m.975-2.5q.073-.161.116-.286l.043-.125l-.319.823l.051-.125q.051-.125.109-.287m.971-2.498q.071-.161.117-.284l.046-.123l-.319.817l.05-.125q.05-.124.106-.285M5.55 20.5q.521 0 .98-.179t.81-.556L19.443 7.45L14.6 2.514L13.542 3.59q.3 1.019.209 1.863t-.897 1.65q-.554.573-1.298.837q-.744.265-1.535.103l-1.448-.296l-.856 2.16l.69.258q.165.071.24.229q.074.157.013.312q-.062.17-.231.262t-.335.025l-.696-.263l-.656 1.677l.61.233q.16.067.249.236t.028.334q-.062.18-.243.25q-.182.07-.347.002l-.616-.232l-.656 1.677l.535.208q.164.073.239.227q.074.153.013.318q-.062.18-.234.262t-.337.016l-.554-.208l-1.62 4.111l.327.212q.327.213.673.33q.345.116.741.116m6.089-8.996"/></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 21.525q-.684 0-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.554 7.566q.161-.424.543-.628t.83-.119l1.239.237q.54.119 1.071-.072q.532-.192.884-.563q.485-.471.616-1.028t-.05-1.097l-.087-.26q-.106-.322-.028-.648t.32-.569l.825-.844q.367-.373.87-.373t.87.367l4.468 4.542q.377.383.38.92q.003.538-.368.921l-.424.423l.456.456q.073.079.138.178t.064.206q0 .08-.046.177q-.046.099-.13.183q-.166.14-.367.153t-.367-.134l-.45-.475l-1.411 1.437l.45.43q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.43-.425l-3.512 3.562l.425.4q.147.146.147.347t-.147.347q-.165.14-.366.153t-.366-.134l-.381-.405l-1.412 1.417l.381.38q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.38-.375L8.989 19.5l.361.356q.16.146.16.347t-.147.35q-.16.137-.36.15q-.201.013-.367-.153l-.361-.342l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-.925-6.479q.073-.161.116-.286l.044-.125l-.32.823l.051-.125q.051-.125.109-.287m.975-2.5q.073-.161.116-.286l.043-.125l-.319.823l.051-.125q.051-.125.109-.287m.971-2.498q.071-.161.117-.284l.046-.123l-.319.817l.05-.125q.05-.124.106-.285M5.55 20.5q.521 0 .98-.179t.81-.556L19.443 7.45L14.6 2.514L13.542 3.59q.3 1.019.209 1.863t-.897 1.65q-.554.573-1.298.837q-.744.265-1.535.103l-1.448-.296l-.856 2.16l.69.258q.165.071.24.229q.074.157.013.312q-.062.17-.231.262t-.335.025l-.696-.263l-.656 1.677l.61.233q.16.067.249.236t.028.334q-.062.18-.243.25q-.182.07-.347.002l-.616-.232l-.656 1.677l.535.208q.164.073.239.227q.074.153.013.318q-.062.18-.234.262t-.337.016l-.554-.208l-1.62 4.111l.327.212q.327.213.673.33q.345.116.741.116m6.089-8.996"/></svg>
</template>

CSS

.icon-shoe-cleats-outline {
  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%2021.525q-.684%200-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.554%207.566q.161-.424.543-.628t.83-.119l1.239.237q.54.119%201.071-.072q.532-.192.884-.563q.485-.471.616-1.028t-.05-1.097l-.087-.26q-.106-.322-.028-.648t.32-.569l.825-.844q.367-.373.87-.373t.87.367l4.468%204.542q.377.383.38.92q.003.538-.368.921l-.424.423l.456.456q.073.079.138.178t.064.206q0%20.08-.046.177q-.046.099-.13.183q-.166.14-.367.153t-.367-.134l-.45-.475l-1.411%201.437l.45.43q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.43-.425l-3.512%203.562l.425.4q.147.146.147.347t-.147.347q-.165.14-.366.153t-.366-.134l-.381-.405l-1.412%201.417l.381.38q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.38-.375L8.989%2019.5l.361.356q.16.146.16.347t-.147.35q-.16.137-.36.15q-.201.013-.367-.153l-.361-.342l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-.925-6.479q.073-.161.116-.286l.044-.125l-.32.823l.051-.125q.051-.125.109-.287m.975-2.5q.073-.161.116-.286l.043-.125l-.319.823l.051-.125q.051-.125.109-.287m.971-2.498q.071-.161.117-.284l.046-.123l-.319.817l.05-.125q.05-.124.106-.285M5.55%2020.5q.521%200%20.98-.179t.81-.556L19.443%207.45L14.6%202.514L13.542%203.59q.3%201.019.209%201.863t-.897%201.65q-.554.573-1.298.837q-.744.265-1.535.103l-1.448-.296l-.856%202.16l.69.258q.165.071.24.229q.074.157.013.312q-.062.17-.231.262t-.335.025l-.696-.263l-.656%201.677l.61.233q.16.067.249.236t.028.334q-.062.18-.243.25q-.182.07-.347.002l-.616-.232l-.656%201.677l.535.208q.164.073.239.227q.074.153.013.318q-.062.18-.234.262t-.337.016l-.554-.208l-1.62%204.111l.327.212q.327.213.673.33q.345.116.741.116m6.089-8.996%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%2021.525q-.684%200-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.554%207.566q.161-.424.543-.628t.83-.119l1.239.237q.54.119%201.071-.072q.532-.192.884-.563q.485-.471.616-1.028t-.05-1.097l-.087-.26q-.106-.322-.028-.648t.32-.569l.825-.844q.367-.373.87-.373t.87.367l4.468%204.542q.377.383.38.92q.003.538-.368.921l-.424.423l.456.456q.073.079.138.178t.064.206q0%20.08-.046.177q-.046.099-.13.183q-.166.14-.367.153t-.367-.134l-.45-.475l-1.411%201.437l.45.43q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.43-.425l-3.512%203.562l.425.4q.147.146.147.347t-.147.347q-.165.14-.366.153t-.366-.134l-.381-.405l-1.412%201.417l.381.38q.16.16.16.355t-.14.334q-.166.16-.367.172q-.201.013-.367-.153l-.38-.375L8.989%2019.5l.361.356q.16.146.16.347t-.147.35q-.16.137-.36.15q-.201.013-.367-.153l-.361-.342l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-.925-6.479q.073-.161.116-.286l.044-.125l-.32.823l.051-.125q.051-.125.109-.287m.975-2.5q.073-.161.116-.286l.043-.125l-.319.823l.051-.125q.051-.125.109-.287m.971-2.498q.071-.161.117-.284l.046-.123l-.319.817l.05-.125q.05-.124.106-.285M5.55%2020.5q.521%200%20.98-.179t.81-.556L19.443%207.45L14.6%202.514L13.542%203.59q.3%201.019.209%201.863t-.897%201.65q-.554.573-1.298.837q-.744.265-1.535.103l-1.448-.296l-.856%202.16l.69.258q.165.071.24.229q.074.157.013.312q-.062.17-.231.262t-.335.025l-.696-.263l-.656%201.677l.61.233q.16.067.249.236t.028.334q-.062.18-.243.25q-.182.07-.347.002l-.616-.232l-.656%201.677l.535.208q.164.073.239.227q.074.153.013.318q-.062.18-.234.262t-.337.016l-.554-.208l-1.62%204.111l.327.212q.327.213.673.33q.345.116.741.116m6.089-8.996%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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