bike pedal clipless icon

bike-pedal-clipless from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.

Name
bike-pedal-clipless
Set
Material Design Icons
Style
Filled
Category
Sport
Viewbox
24×24
License
Apache 2.0

More sport icons from Material Design Icons

Use the bike pedal clipless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.43 16.11l.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14 6.75 12.87 6 11.65 6h-2.3C8.13 6 7 6.75 6.57 7.89l-1.2 3c-.29.71-.29 1.51 0 2.22l1.2 3C7 17.25 8.13 18 9.35 18h2.3c1.22 0 2.35-.75 2.78-1.89M9.35 8h2.3c.41 0 .77.25.92.63l.55 1.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92 7.37L7.88 14h5.24l-.55 1.37c-.15.38-.52.63-.92.63h-2.3c-.4 0-.77-.25-.92-.63"/></svg>

React

import type { SVGProps } from "react";

export function MdiBikePedalClipless(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="m14.43 16.11l.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14 6.75 12.87 6 11.65 6h-2.3C8.13 6 7 6.75 6.57 7.89l-1.2 3c-.29.71-.29 1.51 0 2.22l1.2 3C7 17.25 8.13 18 9.35 18h2.3c1.22 0 2.35-.75 2.78-1.89M9.35 8h2.3c.41 0 .77.25.92.63l.55 1.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92 7.37L7.88 14h5.24l-.55 1.37c-.15.38-.52.63-.92.63h-2.3c-.4 0-.77-.25-.92-.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.43 16.11l.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14 6.75 12.87 6 11.65 6h-2.3C8.13 6 7 6.75 6.57 7.89l-1.2 3c-.29.71-.29 1.51 0 2.22l1.2 3C7 17.25 8.13 18 9.35 18h2.3c1.22 0 2.35-.75 2.78-1.89M9.35 8h2.3c.41 0 .77.25.92.63l.55 1.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92 7.37L7.88 14h5.24l-.55 1.37c-.15.38-.52.63-.92.63h-2.3c-.4 0-.77-.25-.92-.63"/></svg>
</template>

CSS

.icon-bike-pedal-clipless {
  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%22m14.43%2016.11l.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14%206.75%2012.87%206%2011.65%206h-2.3C8.13%206%207%206.75%206.57%207.89l-1.2%203c-.29.71-.29%201.51%200%202.22l1.2%203C7%2017.25%208.13%2018%209.35%2018h2.3c1.22%200%202.35-.75%202.78-1.89M9.35%208h2.3c.41%200%20.77.25.92.63l.55%201.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92%207.37L7.88%2014h5.24l-.55%201.37c-.15.38-.52.63-.92.63h-2.3c-.4%200-.77-.25-.92-.63%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%22m14.43%2016.11l.85-2.11H16v-1h4v-2h-4v-1h-.72l-.85-2.11C14%206.75%2012.87%206%2011.65%206h-2.3C8.13%206%207%206.75%206.57%207.89l-1.2%203c-.29.71-.29%201.51%200%202.22l1.2%203C7%2017.25%208.13%2018%209.35%2018h2.3c1.22%200%202.35-.75%202.78-1.89M9.35%208h2.3c.41%200%20.77.25.92.63l.55%201.37H7.88l.55-1.37c.15-.38.52-.63.92-.63m-.92%207.37L7.88%2014h5.24l-.55%201.37c-.15.38-.52.63-.92.63h-2.3c-.4%200-.77-.25-.92-.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bike-pedal-clipless.svg?color=%231a73e8&size=48