📄 lucide/icons/bike

File: bike.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/bike

Skip to content

Return to top

bike

bicycle • transport • trip

transportation

Created:

v0.12.0

Last changed:

v0.154.0

Contributors:

ahtohbi4 ericfennis Andreto csandman jguddas karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="bike"></i>');  

tsx

import { Bike } from 'lucide-react';

const App = () => {
  return (
    <Bike />
  );
};

export default App;

vue

<script setup>
import { Bike } from 'lucide-vue-next';
</script>

<template>
  <Bike />
</template>

svelte

<script>
import { Bike } from 'lucide-svelte';
</script>

<Bike />

tsx

import { Bike } from 'lucide-preact';

const App = () => {
  return (
    <Bike />
  );
};

export default App;

tsx

import { Bike } from 'lucide-solid';

const App = () => {
  return (
    <Bike />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Bike } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Bike })\
  ],
})

// app.component.html
<lucide-icon name="bike"></lucide-icon>

html

<div class="icon-bike"></div>

See this icon in action

BikeCancel

Bug

Feature

Bike

Documents Readme Bike 12

112

8

11

2

More icons like this