Trending 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 { IconTrendingUp } from "@devigner-ui/icons";
<IconTrendingUp className="size-6" />
<script setup>
import { IconTrendingUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTrendingUp class="size-6" />
</template>
<script>
import { IconTrendingUp } from "@devigner-ui/icons-svelte";
</script>
<IconTrendingUp 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 7-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 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 12.55V7h-5.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>