Chart Line Up icon in outline, twotone, bold and bulk. Free in all four styles, for charts, reports, dashboards, kpis, analytics. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconChartLineUp } from "@devigner-ui/icons";
<IconChartLineUp className="size-6" />
<script setup>
import { IconChartLineUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChartLineUp class="size-6" />
</template>
<script>
import { IconChartLineUp } from "@devigner-ui/icons-svelte";
</script>
<IconChartLineUp class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 2v17a3 3 0 0 0 3 3h17" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m5.67 17 4.59-5.36a2 2 0 0 1 2.93-.11l.95.95a2 2 0 0 0 2.93-.11L21.67 7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>