bicycle icon

bicycle from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
bicycle
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the bicycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 112a47.8 47.8 0 0 0-16.93 3.09L165.93 72H192a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24h-40a8 8 0 0 0-6.91 12l11.65 20H99.26L82.91 60A8 8 0 0 0 76 56H48a8 8 0 0 0 0 16h23.41l13.71 23.51l-15.71 21.55a48.13 48.13 0 1 0 12.92 9.44l11.59-15.9l31.17 53.4a8 8 0 1 0 13.82-8l-30.32-52h57.48l11.19 19.17A48 48 0 1 0 208 112M80 160a32 32 0 1 1-20.21-29.74l-18.25 25a8 8 0 1 0 12.92 9.42l18.25-25A31.88 31.88 0 0 1 80 160m128 32a32 32 0 0 1-22.51-54.72l15.6 26.72a8 8 0 1 0 13.82-8l-15.61-26.79A32 32 0 1 1 208 192"/></svg>

React

import type { SVGProps } from "react";

export function PhBicycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 112a47.8 47.8 0 0 0-16.93 3.09L165.93 72H192a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24h-40a8 8 0 0 0-6.91 12l11.65 20H99.26L82.91 60A8 8 0 0 0 76 56H48a8 8 0 0 0 0 16h23.41l13.71 23.51l-15.71 21.55a48.13 48.13 0 1 0 12.92 9.44l11.59-15.9l31.17 53.4a8 8 0 1 0 13.82-8l-30.32-52h57.48l11.19 19.17A48 48 0 1 0 208 112M80 160a32 32 0 1 1-20.21-29.74l-18.25 25a8 8 0 1 0 12.92 9.42l18.25-25A31.88 31.88 0 0 1 80 160m128 32a32 32 0 0 1-22.51-54.72l15.6 26.72a8 8 0 1 0 13.82-8l-15.61-26.79A32 32 0 1 1 208 192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 112a47.8 47.8 0 0 0-16.93 3.09L165.93 72H192a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24h-40a8 8 0 0 0-6.91 12l11.65 20H99.26L82.91 60A8 8 0 0 0 76 56H48a8 8 0 0 0 0 16h23.41l13.71 23.51l-15.71 21.55a48.13 48.13 0 1 0 12.92 9.44l11.59-15.9l31.17 53.4a8 8 0 1 0 13.82-8l-30.32-52h57.48l11.19 19.17A48 48 0 1 0 208 112M80 160a32 32 0 1 1-20.21-29.74l-18.25 25a8 8 0 1 0 12.92 9.42l18.25-25A31.88 31.88 0 0 1 80 160m128 32a32 32 0 0 1-22.51-54.72l15.6 26.72a8 8 0 1 0 13.82-8l-15.61-26.79A32 32 0 1 1 208 192"/></svg>
</template>

CSS

.icon-bicycle {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20112a47.8%2047.8%200%200%200-16.93%203.09L165.93%2072H192a8%208%200%200%201%208%208a8%208%200%200%200%2016%200a24%2024%200%200%200-24-24h-40a8%208%200%200%200-6.91%2012l11.65%2020H99.26L82.91%2060A8%208%200%200%200%2076%2056H48a8%208%200%200%200%200%2016h23.41l13.71%2023.51l-15.71%2021.55a48.13%2048.13%200%201%200%2012.92%209.44l11.59-15.9l31.17%2053.4a8%208%200%201%200%2013.82-8l-30.32-52h57.48l11.19%2019.17A48%2048%200%201%200%20208%20112M80%20160a32%2032%200%201%201-20.21-29.74l-18.25%2025a8%208%200%201%200%2012.92%209.42l18.25-25A31.88%2031.88%200%200%201%2080%20160m128%2032a32%2032%200%200%201-22.51-54.72l15.6%2026.72a8%208%200%201%200%2013.82-8l-15.61-26.79A32%2032%200%201%201%20208%20192%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20112a47.8%2047.8%200%200%200-16.93%203.09L165.93%2072H192a8%208%200%200%201%208%208a8%208%200%200%200%2016%200a24%2024%200%200%200-24-24h-40a8%208%200%200%200-6.91%2012l11.65%2020H99.26L82.91%2060A8%208%200%200%200%2076%2056H48a8%208%200%200%200%200%2016h23.41l13.71%2023.51l-15.71%2021.55a48.13%2048.13%200%201%200%2012.92%209.44l11.59-15.9l31.17%2053.4a8%208%200%201%200%2013.82-8l-30.32-52h57.48l11.19%2019.17A48%2048%200%201%200%20208%20112M80%20160a32%2032%200%201%201-20.21-29.74l-18.25%2025a8%208%200%201%200%2012.92%209.42l18.25-25A31.88%2031.88%200%200%201%2080%20160m128%2032a32%2032%200%200%201-22.51-54.72l15.6%2026.72a8%208%200%201%200%2013.82-8l-15.61-26.79A32%2032%200%201%201%20208%20192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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