📄 lucide/icons/chart-line

File: chart-line.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/chart-line

Skip to content

Return to top

chart-line

statistics • analytics • diagram • graph

charts

Created:

v0.45.0

Last changed:

v0.414.0

Contributors:

karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ChartLine } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChartLine />
</template>

svelte

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

<ChartLine />

tsx

import { ChartLine } from 'lucide-preact';

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

export default App;

tsx

import { ChartLine } from 'lucide-solid';

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

export default App;

tsx

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

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

// app.component.html
<lucide-icon name="chart-line"></lucide-icon>

html

<div class="icon-chart-line"></div>

See this icon in action

ChartCancel

Bug

Feature

Chart

Documents Readme Chart 12

112

8

11

2

More icons like this

file-chart-line

arrow-down-from-line

arrow-down-to-line

arrow-left-from-line

arrow-left-to-line

arrow-right-from-line

arrow-right-to-line

arrow-up-from-line

arrow-up-to-line

arrows-up-from-line

chart-area

chart-bar-big

chart-bar-decreasing

chart-bar-increasing

chart-bar-stacked

chart-bar

chart-candlestick

chart-column-big

chart-column-decreasing

chart-column-increasing

chart-column-stacked

chart-column

chart-gantt

chart-network

chart-no-axes-column-decreasing

chart-no-axes-column-increasing

chart-no-axes-column

chart-no-axes-combined

chart-no-axes-gantt

chart-pie

chart-scatter

chart-spline

check-line

clipboard-pen-line

file-chart-column-increasing

file-chart-column

file-chart-pie

file-pen-line

line-squiggle

pen-line

pencil-line

ruler-dimension-line

scan-line

scissors-line-dashed

square-chart-gantt