Pie Chart Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Pie Chart icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307330.svg" alt="Pie Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307330.svg" alt="Pie Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307330.svg" alt="Pie Chart icon" :width="24" :height="24" />
CSS background
.icon-pie-chart {
background-image: url('https://proicons.com/icon/307330.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8.5 1C8.22386 1 8 1.22386 8 1.5V7.5C8 7.77614 8.22386 8 8.5 8H14.5C14.7761 8 15 7.77614 15 7.5C15 3.91015 12.0899 1 8.5 1ZM9 7V2.02242C11.6386 2.2602 13.7398 4.36143 13.9776 7H9ZM7 3.52246C7 3.38205 6.94096 3.24811 6.83731 3.15338C6.73367 3.05866 6.59497 3.01188 6.45512 3.02448C3.3965 3.30011 1 5.86992 1 9.00004C1 12.3137 3.68629 15 7 15C10.1301 15 12.6999 12.6035 12.9756 9.54492C12.9882 9.40507 12.9414 9.26637 12.8467 9.16273C12.7519 9.05908 12.618 9.00004 12.4776 9.00004H7V3.52246ZM2 9.00004C2 6.58117 3.71795 4.56306 6 4.09998V9.50004C6 9.77618 6.22386 10 6.5 10H11.9001C11.437 12.2821 9.41887 14 7 14C4.23858 14 2 11.7615 2 9.00004Z"/></svg>
Pie Chart in other icon packs
Copied!