shoe cleats icon
shoe-cleats from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- shoe-cleats
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shoe-cleats-rounded
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-.575l1.55-3.95l2.325.8q.3.1.575-.037t.375-.438q.125-.275-.012-.55T6.7 15l-2.3-.775l.425-1.1l2.425.825q.3.1.575-.038t.375-.437q.1-.275-.025-.55t-.4-.375l-2.4-.825l.425-1.1l2.5.85q.3.125.575-.012t.375-.438q.125-.3-.013-.562t-.412-.388L6.35 9.25l.8-2.05q.2-.5.688-.762T8.85 6.3l1.45.275q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85l-.125-.375q-.125-.4-.037-.812t.387-.713l1.075-1.075q.425-.45 1.063-.45t1.062.425l4.525 4.6q.55.575.563 1.363t-.513 1.362l.475.475q.15.175.263.363t.112.387q0 .175-.075.35t-.275.375q-.3.275-.712.288t-.713-.288l-.45-.475l-.7.725l.45.45q.275.275.275.7t-.275.7q-.3.275-.712.288t-.713-.288l-.45-.425l-2.8 2.85l.425.4q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-.4-.425l-.7.725l.4.4q.275.275.275.7t-.275.7q-.3.275-.712.287t-.713-.287l-.4-.375l-.7.7l.4.375q.275.3.275.713t-.275.712q-.3.275-.712.288t-.713-.288l-.4-.4q-.575.575-1.263.85t-1.462.275"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShoeCleats(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-.575l1.55-3.95l2.325.8q.3.1.575-.037t.375-.438q.125-.275-.012-.55T6.7 15l-2.3-.775l.425-1.1l2.425.825q.3.1.575-.038t.375-.437q.1-.275-.025-.55t-.4-.375l-2.4-.825l.425-1.1l2.5.85q.3.125.575-.012t.375-.438q.125-.3-.013-.562t-.412-.388L6.35 9.25l.8-2.05q.2-.5.688-.762T8.85 6.3l1.45.275q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85l-.125-.375q-.125-.4-.037-.812t.387-.713l1.075-1.075q.425-.45 1.063-.45t1.062.425l4.525 4.6q.55.575.563 1.363t-.513 1.362l.475.475q.15.175.263.363t.112.387q0 .175-.075.35t-.275.375q-.3.275-.712.288t-.713-.288l-.45-.475l-.7.725l.45.45q.275.275.275.7t-.275.7q-.3.275-.712.288t-.713-.288l-.45-.425l-2.8 2.85l.425.4q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-.4-.425l-.7.725l.4.4q.275.275.275.7t-.275.7q-.3.275-.712.287t-.713-.287l-.4-.375l-.7.7l.4.375q.275.3.275.713t-.275.712q-.3.275-.712.288t-.713-.288l-.4-.4q-.575.575-1.263.85t-1.462.275"/></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-.575l1.55-3.95l2.325.8q.3.1.575-.037t.375-.438q.125-.275-.012-.55T6.7 15l-2.3-.775l.425-1.1l2.425.825q.3.1.575-.038t.375-.437q.1-.275-.025-.55t-.4-.375l-2.4-.825l.425-1.1l2.5.85q.3.125.575-.012t.375-.438q.125-.3-.013-.562t-.412-.388L6.35 9.25l.8-2.05q.2-.5.688-.762T8.85 6.3l1.45.275q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85l-.125-.375q-.125-.4-.037-.812t.387-.713l1.075-1.075q.425-.45 1.063-.45t1.062.425l4.525 4.6q.55.575.563 1.363t-.513 1.362l.475.475q.15.175.263.363t.112.387q0 .175-.075.35t-.275.375q-.3.275-.712.288t-.713-.288l-.45-.475l-.7.725l.45.45q.275.275.275.7t-.275.7q-.3.275-.712.288t-.713-.288l-.45-.425l-2.8 2.85l.425.4q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-.4-.425l-.7.725l.4.4q.275.275.275.7t-.275.7q-.3.275-.712.287t-.713-.287l-.4-.375l-.7.7l.4.375q.275.3.275.713t-.275.712q-.3.275-.712.288t-.713-.288l-.4-.4q-.575.575-1.263.85t-1.462.275"/></svg> </template>
CSS
.icon-shoe-cleats {
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-.575l1.55-3.95l2.325.8q.3.1.575-.037t.375-.438q.125-.275-.012-.55T6.7%2015l-2.3-.775l.425-1.1l2.425.825q.3.1.575-.038t.375-.437q.1-.275-.025-.55t-.4-.375l-2.4-.825l.425-1.1l2.5.85q.3.125.575-.012t.375-.438q.125-.3-.013-.562t-.412-.388L6.35%209.25l.8-2.05q.2-.5.688-.762T8.85%206.3l1.45.275q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85l-.125-.375q-.125-.4-.037-.812t.387-.713l1.075-1.075q.425-.45%201.063-.45t1.062.425l4.525%204.6q.55.575.563%201.363t-.513%201.362l.475.475q.15.175.263.363t.112.387q0%20.175-.075.35t-.275.375q-.3.275-.712.288t-.713-.288l-.45-.475l-.7.725l.45.45q.275.275.275.7t-.275.7q-.3.275-.712.288t-.713-.288l-.45-.425l-2.8%202.85l.425.4q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-.4-.425l-.7.725l.4.4q.275.275.275.7t-.275.7q-.3.275-.712.287t-.713-.287l-.4-.375l-.7.7l.4.375q.275.3.275.713t-.275.712q-.3.275-.712.288t-.713-.288l-.4-.4q-.575.575-1.263.85t-1.462.275%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-.575l1.55-3.95l2.325.8q.3.1.575-.037t.375-.438q.125-.275-.012-.55T6.7%2015l-2.3-.775l.425-1.1l2.425.825q.3.1.575-.038t.375-.437q.1-.275-.025-.55t-.4-.375l-2.4-.825l.425-1.1l2.5.85q.3.125.575-.012t.375-.438q.125-.3-.013-.562t-.412-.388L6.35%209.25l.8-2.05q.2-.5.688-.762T8.85%206.3l1.45.275q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85l-.125-.375q-.125-.4-.037-.812t.387-.713l1.075-1.075q.425-.45%201.063-.45t1.062.425l4.525%204.6q.55.575.563%201.363t-.513%201.362l.475.475q.15.175.263.363t.112.387q0%20.175-.075.35t-.275.375q-.3.275-.712.288t-.713-.288l-.45-.475l-.7.725l.45.45q.275.275.275.7t-.275.7q-.3.275-.712.288t-.713-.288l-.45-.425l-2.8%202.85l.425.4q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-.4-.425l-.7.725l.4.4q.275.275.275.7t-.275.7q-.3.275-.712.287t-.713-.287l-.4-.375l-.7.7l.4.375q.275.3.275.713t-.275.712q-.3.275-.712.288t-.713-.288l-.4-.4q-.575.575-1.263.85t-1.462.275%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.svg?color=%231a73e8&size=48