📄 lucide/icons/car-taxi-front

File: car-taxi-front.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/car-taxi-front

Skip to content

Return to top

car-taxi-front

cab • vehicle • drive • trip • journey

transportation

Created:

v0.265.0

Last changed:

v0.265.0

Contributors:

danielbayley karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { CarTaxiFront } from 'lucide-react';

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

export default App;

vue

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

<template>
  <CarTaxiFront />
</template>

svelte

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

<CarTaxiFront />

tsx

import { CarTaxiFront } from 'lucide-preact';

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

export default App;

tsx

import { CarTaxiFront } from 'lucide-solid';

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

export default App;

tsx

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

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

// app.component.html
<lucide-icon name="car-taxi-front"></lucide-icon>

html

<div class="icon-car-taxi-front"></div>

See this icon in action

CarCancel

Bug

Feature

Car

Documents Readme Car 12

112

8

11

2

More icons like this

car-front

bring-to-front

bus-front

cable-car

car

train-front-tunnel

train-front

tram-front