Pie 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 { IconPieChart } from "@devigner-ui/icons";
<IconPieChart className="size-6" />
<script setup>
import { IconPieChart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPieChart class="size-6" />
</template>
<script>
import { IconPieChart } from "@devigner-ui/icons-svelte";
</script>
<IconPieChart 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="M20 15.55A9.21 9.21 0 1 1 8.45 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M21.91 9.95a11.4 11.4 0 0 0-7.86-7.86C12.41 1.63 11 3.05 11 4.76v6.7c0 .85.7 1.54 1.54 1.54h6.7c1.7 0 3.13-1.4 2.67-3.05" stroke="currentColor" stroke-width="1.5"></path></svg>