Chart Line Up Alt 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 { IconChartLineUpAlt } from "@devigner-ui/icons";
<IconChartLineUpAlt className="size-6" />
<script setup>
import { IconChartLineUpAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChartLineUpAlt class="size-6" />
</template>
<script>
import { IconChartLineUpAlt } from "@devigner-ui/icons-svelte";
</script>
<IconChartLineUpAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M22 22H12c-4.71 0-7.07 0-8.54-1.46C2 19.07 2 16.7 2 12V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m19 7-3.12 3.93c-.48.6-.71.9-.99 1.05a1.5 1.5 0 0 1-1.35.02c-.28-.13-.54-.42-1.04-1s-.75-.87-1.04-1a1.5 1.5 0 0 0-1.35.02 4 4 0 0 0-1 1.05L6 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>