Presentation Graph 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 { IconPresentationGraph } from "@devigner-ui/icons";
<IconPresentationGraph className="size-6" />
<script setup>
import { IconPresentationGraph } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPresentationGraph class="size-6" />
</template>
<script>
import { IconPresentationGraph } from "@devigner-ui/icons-svelte";
</script>
<IconPresentationGraph class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m9 10.5 1.3-1.3c.33-.33.5-.5.7-.5s.37.17.7.5l.6.6c.33.33.5.5.7.5s.37-.17.7-.5L15 8.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 21v-4m0 4-2 1m2-1 2 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M20 2v8.5c0 3.06 0 4.6-1 5.55s-2.62.95-5.86.95h-2.28C7.62 17 6 17 5 16.05s-1-2.49-1-5.55V2" stroke="currentColor" stroke-width="1.5"></path></svg>