File: chevrons-up-down.md | Updated: 11/15/2025
Return to top
expand • unfold • vertical
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="chevrons-up-down"></i>');
tsx
import { ChevronsUpDown } from 'lucide-react';
const App = () => {
return (
<ChevronsUpDown />
);
};
export default App;
vue
<script setup>
import { ChevronsUpDown } from 'lucide-vue-next';
</script>
<template>
<ChevronsUpDown />
</template>
svelte
<script>
import { ChevronsUpDown } from 'lucide-svelte';
</script>
<ChevronsUpDown />
tsx
import { ChevronsUpDown } from 'lucide-preact';
const App = () => {
return (
<ChevronsUpDown />
);
};
export default App;
tsx
import { ChevronsUpDown } from 'lucide-solid';
const App = () => {
return (
<ChevronsUpDown />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, ChevronsUpDown } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ ChevronsUpDown })\
],
})
// app.component.html
<lucide-icon name="chevrons-up-down"></lucide-icon>
html
<div class="icon-chevrons-up-down"></div>
ChevronsCancel
Bug
Feature
Chevrons
Documents Readme Chevrons 12
112
8
11
2
chevrons-down-up
chevrons-down
list-chevrons-down-up
list-chevrons-up-down
a-arrow-down
arrow-big-down-dash
arrow-big-down
arrow-down-0-1
arrow-down-1-0
arrow-down-a-z
arrow-down-from-line
arrow-down-left
arrow-down-narrow-wide
arrow-down-right
arrow-down-to-dot
arrow-down-to-line
arrow-down-up
arrow-down-wide-narrow
arrow-down-z-a
arrow-down
arrow-up-down
banknote-arrow-down
book-down
calendar-arrow-down
chevron-down
chevrons-left-right-ellipsis
chevrons-left-right
chevrons-left
chevrons-right-left
chevrons-right
chevrons-up
circle-arrow-down
circle-arrow-out-down-left
circle-arrow-out-down-right
circle-chevron-down
clock-arrow-down
corner-down-left
corner-down-right
corner-left-down
corner-right-down
file-down
folder-down
image-down
lamp-wall-down
monitor-down
move-down-left
move-down-right
move-down
square-arrow-down-left
square-arrow-down-right
square-arrow-down
square-arrow-out-down-left
square-arrow-out-down-right
square-chevron-down
thumbs-down
trending-down
trending-up-down
wind-arrow-down