Trending 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 { IconTrendingDown } from "@devigner-ui/icons";
<IconTrendingDown className="size-6" />
<script setup>
import { IconTrendingDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTrendingDown class="size-6" />
</template>
<script>
import { IconTrendingDown } from "@devigner-ui/icons-svelte";
</script>
<IconTrendingDown 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 18-7.38-7.33c-1-1-1.5-1.5-2.11-1.5-.62 0-1.12.5-2.12 1.5l-.24.23c-1 1-1.5 1.5-2.12 1.5-.61 0-1.11-.5-2.11-1.5L2 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 12.45V18h-5.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>