📄 lucide/icons/chevrons-left

File: chevrons-left.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/chevrons-left

Skip to content

Return to top

chevrons-left

turn • corner

arrows navigation gaming

Created:

v0.0.0

Last changed:

v0.259.0

Contributors:

colebemis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ChevronsLeft } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChevronsLeft />
</template>

svelte

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

<ChevronsLeft />

tsx

import { ChevronsLeft } from 'lucide-preact';

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

export default App;

tsx

import { ChevronsLeft } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-chevrons-left"></div>

See this icon in action

ChevronsCancel

Bug

Feature

Chevrons

Documents Readme Chevrons 12

112

8

11

2

More icons like this

chevrons-left-right-ellipsis

chevrons-left-right

chevrons-right-left

arrow-big-left-dash

arrow-big-left

arrow-down-left

arrow-left-from-line

arrow-left-right

arrow-left-to-line

arrow-left

arrow-right-left

arrow-up-left

chevron-left

chevrons-down-up

chevrons-down

chevrons-right

chevrons-up-down

chevrons-up

circle-arrow-left

circle-arrow-out-down-left

circle-arrow-out-up-left

circle-chevron-left

corner-down-left

corner-left-down

corner-left-up

corner-up-left

decimals-arrow-left

flag-triangle-left

layout-panel-left

list-chevrons-down-up

list-chevrons-up-down

move-down-left

move-left

move-up-left

panel-left-close

panel-left-dashed

panel-left-open

panel-left-right-dashed

panel-left

panels-left-bottom

panels-top-left

pilcrow-left

square-arrow-down-left

square-arrow-left

square-arrow-out-down-left

square-arrow-out-up-left

square-arrow-up-left

square-chevron-left

toggle-left