Pie Chart2 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 { IconPieChart2 } from "@devigner-ui/icons";
<IconPieChart2 className="size-6" />
<script setup>
import { IconPieChart2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPieChart2 class="size-6" />
</template>
<script>
import { IconPieChart2 } from "@devigner-ui/icons-svelte";
</script>
<IconPieChart2 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="M6.22 4.6q.67-.44 1.4-.77c1.37-.61 2.05-.92 2.97-.33.91.6.91 1.56.91 3.5v1.5c0 1.89 0 2.83.59 3.41.58.59 1.52.59 3.41.59H17c1.94 0 2.9 0 3.5.91.6.92.28 1.6-.33 2.97A9.5 9.5 0 1 1 6.22 4.6" stroke="currentColor" stroke-width="1.5"></path><path d="M21.45 7.07a8 8 0 0 0-4.52-4.52C15.4 1.95 14 3.35 14 5v4a1 1 0 0 0 1 1h4c1.66 0 3.05-1.39 2.45-2.93" stroke="currentColor" stroke-width="1.5"></path></svg>