Chart Line Down 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 { IconChartLineDown } from "@devigner-ui/icons";
<IconChartLineDown className="size-6" />
<script setup>
import { IconChartLineDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChartLineDown class="size-6" />
</template>
<script>
import { IconChartLineDown } from "@devigner-ui/icons-svelte";
</script>
<IconChartLineDown 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 15-3.12-3.93c-.48-.6-.71-.9-.99-1.05a1.5 1.5 0 0 0-1.35-.02c-.28.13-.54.42-1.04 1s-.75.87-1.04 1c-.43.21-.93.2-1.35-.02a4 4 0 0 1-1-1.05L6 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>