Home Trend 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 { IconHomeTrendDown } from "@devigner-ui/icons";
<IconHomeTrendDown className="size-6" />
<script setup>
import { IconHomeTrendDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHomeTrendDown class="size-6" />
</template>
<script>
import { IconHomeTrendDown } from "@devigner-ui/icons-svelte";
</script>
<IconHomeTrendDown class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.69 2.84 4.3 7.04c-.9.7-1.63 2.19-1.63 3.32v7.41a4.23 4.23 0 0 0 4.21 4.22h11.58c2.32 0 4.21-1.9 4.21-4.21V10.5c0-1.21-.81-2.76-1.8-3.45l-6.18-4.33a4.5 4.5 0 0 0-5 .12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m17.17 16.5-4.2-4.2-1.6 2.4-3.2-3.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.17 16.5h2v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>