📄 lucide/icons/circle-chevron-right

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

Source: https://lucide.dev/icons/circle-chevron-right

Skip to content

Return to top

circle-chevron-right

back • more than • greater • menu • >

arrows navigation

Created:

v0.259.0

Last changed:

v0.352.0

Contributors:

danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { CircleChevronRight } from 'lucide-react';

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

export default App;

vue

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

<template>
  <CircleChevronRight />
</template>

svelte

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

<CircleChevronRight />

tsx

import { CircleChevronRight } from 'lucide-preact';

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

export default App;

tsx

import { CircleChevronRight } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-circle-chevron-right"></div>

See this icon in action

CircleCancel

Bug

Feature

Circle

Documents Readme Circle 12

112

8

11

2

More icons like this

chevron-right

circle-arrow-out-down-right

circle-arrow-out-up-right

circle-arrow-right

circle-chevron-down

circle-chevron-left

circle-chevron-up

square-chevron-right

arrow-big-right-dash

arrow-big-right

arrow-down-right

arrow-left-right

arrow-right-from-line

arrow-right-left

arrow-right-to-line

arrow-right

arrow-up-right

chevron-down

chevron-first

chevron-last

chevron-left

chevron-up

chevrons-left-right-ellipsis

chevrons-left-right

chevrons-right-left

chevrons-right

circle-alert

circle-arrow-down

circle-arrow-left

circle-arrow-out-down-left

circle-arrow-out-up-left

circle-arrow-up

circle-check-big

circle-check

circle-dashed

circle-divide

circle-dollar-sign

circle-dot-dashed

circle-dot

circle-ellipsis

circle-equal

circle-fading-arrow-up

circle-fading-plus

circle-gauge

circle-minus

circle-off

circle-parking-off

circle-parking

circle-pause

circle-percent

circle-play

circle-plus

circle-pound-sterling

circle-power

circle-question-mark

circle-slash-2

circle-slash

circle-small

circle-star

circle-stop

circle-user-round

circle-user

circle-x

circle

corner-down-right

corner-right-down

corner-right-up

corner-up-right