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

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

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.902 6.633l2.264.423q.54.119 1.072-.072q.531-.192.883-.563q.485-.471.616-1.028t-.05-1.097l-.33-.942l2.224-2.262l6.227 6.352l-1.275 1.37l.804.807l-.746.708l-.78-.81l-1.411 1.437l.804.785l-.72.707l-.778-.779l-3.512 3.562l.76.76l-.738.688l-.71-.74l-1.412 1.417l.735.734l-.72.708l-.728-.729L8.989 19.5l.703.716l-.727.688l-.69-.696l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-1.084-6.067l.319-.823zm.975-2.5l.319-.823zm.975-2.5l.318-.817zM5.55 20.5q.521 0 .967-.179q.447-.179.804-.55L19.442 7.45l-4.861-4.936l-1.058 1.082q.3 1.02.209 1.87t-.897 1.663q-.556.552-1.292.817q-.737.266-1.547.104l-1.429-.302l-.85 2.235l1.072.342l-.283.848l-1.108-.373l-.675 1.677l1.01.323l-.258.848l-1.071-.348l-.662 1.677l.94.298l-.282.848l-.977-.323l-1.614 4.042l.327.231q.308.22.663.323t.751.104m6.089-8.996"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoeCleatsOutlineSharp(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.902 6.633l2.264.423q.54.119 1.072-.072q.531-.192.883-.563q.485-.471.616-1.028t-.05-1.097l-.33-.942l2.224-2.262l6.227 6.352l-1.275 1.37l.804.807l-.746.708l-.78-.81l-1.411 1.437l.804.785l-.72.707l-.778-.779l-3.512 3.562l.76.76l-.738.688l-.71-.74l-1.412 1.417l.735.734l-.72.708l-.728-.729L8.989 19.5l.703.716l-.727.688l-.69-.696l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-1.084-6.067l.319-.823zm.975-2.5l.319-.823zm.975-2.5l.318-.817zM5.55 20.5q.521 0 .967-.179q.447-.179.804-.55L19.442 7.45l-4.861-4.936l-1.058 1.082q.3 1.02.209 1.87t-.897 1.663q-.556.552-1.292.817q-.737.266-1.547.104l-1.429-.302l-.85 2.235l1.072.342l-.283.848l-1.108-.373l-.675 1.677l1.01.323l-.258.848l-1.071-.348l-.662 1.677l.94.298l-.282.848l-.977-.323l-1.614 4.042l.327.231q.308.22.663.323t.751.104m6.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.902 6.633l2.264.423q.54.119 1.072-.072q.531-.192.883-.563q.485-.471.616-1.028t-.05-1.097l-.33-.942l2.224-2.262l6.227 6.352l-1.275 1.37l.804.807l-.746.708l-.78-.81l-1.411 1.437l.804.785l-.72.707l-.778-.779l-3.512 3.562l.76.76l-.738.688l-.71-.74l-1.412 1.417l.735.734l-.72.708l-.728-.729L8.989 19.5l.703.716l-.727.688l-.69-.696l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-1.084-6.067l.319-.823zm.975-2.5l.319-.823zm.975-2.5l.318-.817zM5.55 20.5q.521 0 .967-.179q.447-.179.804-.55L19.442 7.45l-4.861-4.936l-1.058 1.082q.3 1.02.209 1.87t-.897 1.663q-.556.552-1.292.817q-.737.266-1.547.104l-1.429-.302l-.85 2.235l1.072.342l-.283.848l-1.108-.373l-.675 1.677l1.01.323l-.258.848l-1.071-.348l-.662 1.677l.94.298l-.282.848l-.977-.323l-1.614 4.042l.327.231q.308.22.663.323t.751.104m6.089-8.996"/></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%2021.525q-.684%200-1.339-.261t-1.165-.785l-.04-.06q-.167-.142-.22-.375q-.053-.232.033-.45L7.902%206.633l2.264.423q.54.119%201.072-.072q.531-.192.883-.563q.485-.471.616-1.028t-.05-1.097l-.33-.942l2.224-2.262l6.227%206.352l-1.275%201.37l.804.807l-.746.708l-.78-.81l-1.411%201.437l.804.785l-.72.707l-.778-.779l-3.512%203.562l.76.76l-.738.688l-.71-.74l-1.412%201.417l.735.734l-.72.708l-.728-.729L8.989%2019.5l.703.716l-.727.688l-.69-.696l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-1.084-6.067l.319-.823zm.975-2.5l.319-.823zm.975-2.5l.318-.817zM5.55%2020.5q.521%200%20.967-.179q.447-.179.804-.55L19.442%207.45l-4.861-4.936l-1.058%201.082q.3%201.02.209%201.87t-.897%201.663q-.556.552-1.292.817q-.737.266-1.547.104l-1.429-.302l-.85%202.235l1.072.342l-.283.848l-1.108-.373l-.675%201.677l1.01.323l-.258.848l-1.071-.348l-.662%201.677l.94.298l-.282.848l-.977-.323l-1.614%204.042l.327.231q.308.22.663.323t.751.104m6.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.902%206.633l2.264.423q.54.119%201.072-.072q.531-.192.883-.563q.485-.471.616-1.028t-.05-1.097l-.33-.942l2.224-2.262l6.227%206.352l-1.275%201.37l.804.807l-.746.708l-.78-.81l-1.411%201.437l.804.785l-.72.707l-.778-.779l-3.512%203.562l.76.76l-.738.688l-.71-.74l-1.412%201.417l.735.734l-.72.708l-.728-.729L8.989%2019.5l.703.716l-.727.688l-.69-.696l-.327.346q-.517.479-1.119.725q-.601.246-1.279.246m-1.084-6.067l.319-.823zm.975-2.5l.319-.823zm.975-2.5l.318-.817zM5.55%2020.5q.521%200%20.967-.179q.447-.179.804-.55L19.442%207.45l-4.861-4.936l-1.058%201.082q.3%201.02.209%201.87t-.897%201.663q-.556.552-1.292.817q-.737.266-1.547.104l-1.429-.302l-.85%202.235l1.072.342l-.283.848l-1.108-.373l-.675%201.677l1.01.323l-.258.848l-1.071-.348l-.662%201.677l.94.298l-.282.848l-.977-.323l-1.614%204.042l.327.231q.308.22.663.323t.751.104m6.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-sharp.svg?color=%231a73e8&size=48