bicycle electric icon

bicycle-electric from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.

Name
bicycle-electric
Set
Material Design Icons
Style
Filled
Category
Transportation + Other
Viewbox
24×24
License
Apache 2.0
Aliases
bike-electric

More transportation + other icons from Material Design Icons

Use the bicycle electric icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7c-.56 0-1.09.11-1.59.28L14.46 1.5H11V3h2.54l.88 1.72L12 10.13l-1.77-4.18c.27-.1.51-.37.51-.7c0-.41-.33-.75-.74-.75H8c-.42 0-.76.34-.76.75S7.58 6 8 6h.61l2.25 5.25h-.94C9.56 8.85 7.5 7 5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.5 0 4.56-1.85 4.92-4.25h2.58l2.79-6.32l.79 1.53A4.98 4.98 0 0 0 14 12c0 2.76 2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M5 15.5c-1.93 0-3.5-1.57-3.5-3.5S3.07 8.5 5 8.5c1.67 0 3.07 1.18 3.41 2.75H4v1.5h4.41A3.495 3.495 0 0 1 5 15.5m14 0c-1.93 0-3.5-1.57-3.5-3.5c0-1.08.5-2.03 1.27-2.67l1.8 3.52l1.32-.72l-1.79-3.5c.29-.07.59-.13.9-.13c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M11 20H7l6 3v-2h4l-6-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBicycleElectric(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="M19 7c-.56 0-1.09.11-1.59.28L14.46 1.5H11V3h2.54l.88 1.72L12 10.13l-1.77-4.18c.27-.1.51-.37.51-.7c0-.41-.33-.75-.74-.75H8c-.42 0-.76.34-.76.75S7.58 6 8 6h.61l2.25 5.25h-.94C9.56 8.85 7.5 7 5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.5 0 4.56-1.85 4.92-4.25h2.58l2.79-6.32l.79 1.53A4.98 4.98 0 0 0 14 12c0 2.76 2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M5 15.5c-1.93 0-3.5-1.57-3.5-3.5S3.07 8.5 5 8.5c1.67 0 3.07 1.18 3.41 2.75H4v1.5h4.41A3.495 3.495 0 0 1 5 15.5m14 0c-1.93 0-3.5-1.57-3.5-3.5c0-1.08.5-2.03 1.27-2.67l1.8 3.52l1.32-.72l-1.79-3.5c.29-.07.59-.13.9-.13c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M11 20H7l6 3v-2h4l-6-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7c-.56 0-1.09.11-1.59.28L14.46 1.5H11V3h2.54l.88 1.72L12 10.13l-1.77-4.18c.27-.1.51-.37.51-.7c0-.41-.33-.75-.74-.75H8c-.42 0-.76.34-.76.75S7.58 6 8 6h.61l2.25 5.25h-.94C9.56 8.85 7.5 7 5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5c2.5 0 4.56-1.85 4.92-4.25h2.58l2.79-6.32l.79 1.53A4.98 4.98 0 0 0 14 12c0 2.76 2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M5 15.5c-1.93 0-3.5-1.57-3.5-3.5S3.07 8.5 5 8.5c1.67 0 3.07 1.18 3.41 2.75H4v1.5h4.41A3.495 3.495 0 0 1 5 15.5m14 0c-1.93 0-3.5-1.57-3.5-3.5c0-1.08.5-2.03 1.27-2.67l1.8 3.52l1.32-.72l-1.79-3.5c.29-.07.59-.13.9-.13c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M11 20H7l6 3v-2h4l-6-3z"/></svg>
</template>

CSS

.icon-bicycle-electric {
  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%22M19%207c-.56%200-1.09.11-1.59.28L14.46%201.5H11V3h2.54l.88%201.72L12%2010.13l-1.77-4.18c.27-.1.51-.37.51-.7c0-.41-.33-.75-.74-.75H8c-.42%200-.76.34-.76.75S7.58%206%208%206h.61l2.25%205.25h-.94C9.56%208.85%207.5%207%205%207c-2.76%200-5%202.24-5%205s2.24%205%205%205c2.5%200%204.56-1.85%204.92-4.25h2.58l2.79-6.32l.79%201.53A4.98%204.98%200%200%200%2014%2012c0%202.76%202.24%205%205%205s5-2.24%205-5s-2.24-5-5-5M5%2015.5c-1.93%200-3.5-1.57-3.5-3.5S3.07%208.5%205%208.5c1.67%200%203.07%201.18%203.41%202.75H4v1.5h4.41A3.495%203.495%200%200%201%205%2015.5m14%200c-1.93%200-3.5-1.57-3.5-3.5c0-1.08.5-2.03%201.27-2.67l1.8%203.52l1.32-.72l-1.79-3.5c.29-.07.59-.13.9-.13c1.93%200%203.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5M11%2020H7l6%203v-2h4l-6-3z%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%22M19%207c-.56%200-1.09.11-1.59.28L14.46%201.5H11V3h2.54l.88%201.72L12%2010.13l-1.77-4.18c.27-.1.51-.37.51-.7c0-.41-.33-.75-.74-.75H8c-.42%200-.76.34-.76.75S7.58%206%208%206h.61l2.25%205.25h-.94C9.56%208.85%207.5%207%205%207c-2.76%200-5%202.24-5%205s2.24%205%205%205c2.5%200%204.56-1.85%204.92-4.25h2.58l2.79-6.32l.79%201.53A4.98%204.98%200%200%200%2014%2012c0%202.76%202.24%205%205%205s5-2.24%205-5s-2.24-5-5-5M5%2015.5c-1.93%200-3.5-1.57-3.5-3.5S3.07%208.5%205%208.5c1.67%200%203.07%201.18%203.41%202.75H4v1.5h4.41A3.495%203.495%200%200%201%205%2015.5m14%200c-1.93%200-3.5-1.57-3.5-3.5c0-1.08.5-2.03%201.27-2.67l1.8%203.52l1.32-.72l-1.79-3.5c.29-.07.59-.13.9-.13c1.93%200%203.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5M11%2020H7l6%203v-2h4l-6-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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