shoe cleats icon
shoe-cleats-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- shoe-cleats-sharp
- Set
- Material Symbols
- Style
- 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-.575l1.55-3.95L6.875 16.7l.5-1.4L4.4 14.225l.425-1.1L7.95 14.2l.475-1.4l-3.05-1.075l.425-1.1l3.2 1.15l.5-1.425l-3.15-1.1l1.225-3.175l2.725.5q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85L11.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.275"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShoeCleatsSharp(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.95L6.875 16.7l.5-1.4L4.4 14.225l.425-1.1L7.95 14.2l.475-1.4l-3.05-1.075l.425-1.1l3.2 1.15l.5-1.425l-3.15-1.1l1.225-3.175l2.725.5q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85L11.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.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.95L6.875 16.7l.5-1.4L4.4 14.225l.425-1.1L7.95 14.2l.475-1.4l-3.05-1.075l.425-1.1l3.2 1.15l.5-1.425l-3.15-1.1l1.225-3.175l2.725.5q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85L11.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.275"/></svg> </template>
CSS
.icon-shoe-cleats-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-.575l1.55-3.95L6.875%2016.7l.5-1.4L4.4%2014.225l.425-1.1L7.95%2014.2l.475-1.4l-3.05-1.075l.425-1.1l3.2%201.15l.5-1.425l-3.15-1.1l1.225-3.175l2.725.5q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85L11.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.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.95L6.875%2016.7l.5-1.4L4.4%2014.225l.425-1.1L7.95%2014.2l.475-1.4l-3.05-1.075l.425-1.1l3.2%201.15l.5-1.425l-3.15-1.1l1.225-3.175l2.725.5q.425.075.8-.062t.675-.438q.325-.35.45-.775t0-.85L11.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.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-sharp.svg?color=%231a73e8&size=48