📄 lucide/icons/chart-no-axes-combined

File: chart-no-axes-combined.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/chart-no-axes-combined

Skip to content

Return to top

chart-no-axes-combined

statistics • analytics • diagram • graph • trending up

charts

Created:

v0.414.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-no-axes-combined"></i>');  

tsx

import { ChartNoAxesCombined } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ChartNoAxesCombined />
</template>

svelte

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

<ChartNoAxesCombined />

tsx

import { ChartNoAxesCombined } from 'lucide-preact';

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

export default App;

tsx

import { ChartNoAxesCombined } from 'lucide-solid';

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

export default App;

tsx

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

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

// app.component.html
<lucide-icon name="chart-no-axes-combined"></lucide-icon>

html

<div class="icon-chart-no-axes-combined"></div>

See this icon in action

ChartCancel

Bug

Feature

Chart

Documents Readme Chart 12

112

8

11

2

More icons like this

chart-no-axes-column-decreasing

chart-no-axes-column-increasing

chart-no-axes-column

chart-no-axes-gantt

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-line

chart-network

chart-pie

chart-scatter

chart-spline

file-chart-column-increasing

file-chart-column

file-chart-line

file-chart-pie

square-chart-gantt