Graph2 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 { IconGraph2 } from "@devigner-ui/icons";
<IconGraph2 className="size-6" />
<script setup>
import { IconGraph2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGraph2 class="size-6" />
</template>
<script>
import { IconGraph2 } from "@devigner-ui/icons-svelte";
</script>
<IconGraph2 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="M18.99 12c2.6 0 3.68-1 2.72-4.28a7.3 7.3 0 0 0-4.76-4.76c-3.28-.96-4.28.12-4.28 2.72v2.88c0 2.44 1 3.44 3 3.44z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.67 14.7A9.1 9.1 0 1 1 9.93 4.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>