📄 lucide/icons/chevron-first

File: chevron-first.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/chevron-first

Skip to content

Return to top

chevron-first

previous • music

arrows multimedia

Created:

v0.16.12

Last changed:

v0.259.0

Contributors:

dperezcabrera ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ChevronFirst } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChevronFirst />
</template>

svelte

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

<ChevronFirst />

tsx

import { ChevronFirst } from 'lucide-preact';

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

export default App;

tsx

import { ChevronFirst } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-chevron-first"></div>

See this icon in action

ChevronCancel

Bug

Feature

Chevron

Documents Readme Chevron 12

112

8

11

2

More icons like this

chevron-down

chevron-last

chevron-left

chevron-right

chevron-up

circle-chevron-down

circle-chevron-left

circle-chevron-right

circle-chevron-up

square-chevron-down

square-chevron-left

square-chevron-right

square-chevron-up