Pie Chart3 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 { IconPieChart3 } from "@devigner-ui/icons";
<IconPieChart3 className="size-6" />
<script setup>
import { IconPieChart3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPieChart3 class="size-6" />
</template>
<script>
import { IconPieChart3 } from "@devigner-ui/icons-svelte";
</script>
<IconPieChart3 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.44 3.69a10 10 0 0 1 1.67-.9c1.4-.6 2.1-.89 3-.3S12 4.06 12 6v2c0 1.89 0 2.83.59 3.41.58.59 1.52.59 3.41.59h2c1.94 0 2.91 0 3.5.9.6.89.3 1.6-.29 3A10 10 0 1 1 6.44 3.68" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14.5 2.31c3.51.9 6.28 3.68 7.18 7.19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>