Presention Chart 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 { IconPresentionChart } from "@devigner-ui/icons";
<IconPresentionChart className="size-6" />
<script setup>
import { IconPresentionChart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPresentionChart class="size-6" />
</template>
<script>
import { IconPresentionChart } from "@devigner-ui/icons-svelte";
</script>
<IconPresentionChart class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.57 17h12.19c1.9 0 2.9-1 2.9-2.9V2h-18v12.1C3.67 16 4.67 17 6.57 17" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 2h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m8.67 22 4-2m0 0v-3m0 3 4 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><path opacity="1" d="m8.17 11 3.15-2.63c.25-.21.58-.15.75.13l1.2 2c.17.28.5.33.75.13L17.17 8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>