bicycle from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
bicycle
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><path fill="currentColor" d="M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935l.807 1.29a3 3 0 1 1-.848.53l-.508-.812l-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5m1.5 2.443l-.508.814c.5.444.85 1.054.967 1.743h1.139zM8 9.057L9.598 6.5H6.402zM4.937 9.5a2 2 0 0 0-.487-.877l-.548.877zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53z"/></svg>

React

import type { SVGProps } from "react";

export function BiBicycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935l.807 1.29a3 3 0 1 1-.848.53l-.508-.812l-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5m1.5 2.443l-.508.814c.5.444.85 1.054.967 1.743h1.139zM8 9.057L9.598 6.5H6.402zM4.937 9.5a2 2 0 0 0-.487-.877l-.548.877zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935l.807 1.29a3 3 0 1 1-.848.53l-.508-.812l-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5m1.5 2.443l-.508.814c.5.444.85 1.054.967 1.743h1.139zM8 9.057L9.598 6.5H6.402zM4.937 9.5a2 2 0 0 0-.487-.877l-.548.877zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5a.5.5%200%200%201%20.5-.5H6a.5.5%200%200%201%200%201v.5h4.14l.386-1.158A.5.5%200%200%201%2011%204h1a.5.5%200%200%201%200%201h-.64l-.311.935l.807%201.29a3%203%200%201%201-.848.53l-.508-.812l-2.076%203.322A.5.5%200%200%201%208%2010.5H5.959a3%203%200%201%201-1.815-3.274L5%205.856V5h-.5a.5.5%200%200%201-.5-.5m1.5%202.443l-.508.814c.5.444.85%201.054.967%201.743h1.139zM8%209.057L9.598%206.5H6.402zM4.937%209.5a2%202%200%200%200-.487-.877l-.548.877zM3.603%208.092A2%202%200%201%200%204.937%2010.5H3a.5.5%200%200%201-.424-.765zm7.947.53a2%202%200%201%200%20.848-.53l1.026%201.643a.5.5%200%201%201-.848.53z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5a.5.5%200%200%201%20.5-.5H6a.5.5%200%200%201%200%201v.5h4.14l.386-1.158A.5.5%200%200%201%2011%204h1a.5.5%200%200%201%200%201h-.64l-.311.935l.807%201.29a3%203%200%201%201-.848.53l-.508-.812l-2.076%203.322A.5.5%200%200%201%208%2010.5H5.959a3%203%200%201%201-1.815-3.274L5%205.856V5h-.5a.5.5%200%200%201-.5-.5m1.5%202.443l-.508.814c.5.444.85%201.054.967%201.743h1.139zM8%209.057L9.598%206.5H6.402zM4.937%209.5a2%202%200%200%200-.487-.877l-.548.877zM3.603%208.092A2%202%200%201%200%204.937%2010.5H3a.5.5%200%200%201-.424-.765zm7.947.53a2%202%200%201%200%20.848-.53l1.026%201.643a.5.5%200%201%201-.848.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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