pie chart icon

pie-chart from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
pie-chart
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the pie chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M66.1 357a16 16 0 0 1-14.61-9.46A224 224 0 0 1 256 32a16 16 0 0 1 16 16v208a16 16 0 0 1-9.47 14.61l-189.9 84.95A15.9 15.9 0 0 1 66.1 357"/><path fill="currentColor" d="M313.59 68.18A8 8 0 0 0 304 76v180a48.07 48.07 0 0 1-28.4 43.82L103.13 377a8 8 0 0 0-3.35 11.81a208.4 208.4 0 0 0 48.46 50.41A206.32 206.32 0 0 0 272 480c114.69 0 208-93.31 208-208c0-100.45-71.58-184.5-166.41-203.82"/></svg>

React

import type { SVGProps } from "react";

export function IonPieChart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M66.1 357a16 16 0 0 1-14.61-9.46A224 224 0 0 1 256 32a16 16 0 0 1 16 16v208a16 16 0 0 1-9.47 14.61l-189.9 84.95A15.9 15.9 0 0 1 66.1 357"/><path fill="currentColor" d="M313.59 68.18A8 8 0 0 0 304 76v180a48.07 48.07 0 0 1-28.4 43.82L103.13 377a8 8 0 0 0-3.35 11.81a208.4 208.4 0 0 0 48.46 50.41A206.32 206.32 0 0 0 272 480c114.69 0 208-93.31 208-208c0-100.45-71.58-184.5-166.41-203.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M66.1 357a16 16 0 0 1-14.61-9.46A224 224 0 0 1 256 32a16 16 0 0 1 16 16v208a16 16 0 0 1-9.47 14.61l-189.9 84.95A15.9 15.9 0 0 1 66.1 357"/><path fill="currentColor" d="M313.59 68.18A8 8 0 0 0 304 76v180a48.07 48.07 0 0 1-28.4 43.82L103.13 377a8 8 0 0 0-3.35 11.81a208.4 208.4 0 0 0 48.46 50.41A206.32 206.32 0 0 0 272 480c114.69 0 208-93.31 208-208c0-100.45-71.58-184.5-166.41-203.82"/></svg>
</template>

CSS

.icon-pie-chart {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M66.1%20357a16%2016%200%200%201-14.61-9.46A224%20224%200%200%201%20256%2032a16%2016%200%200%201%2016%2016v208a16%2016%200%200%201-9.47%2014.61l-189.9%2084.95A15.9%2015.9%200%200%201%2066.1%20357%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.59%2068.18A8%208%200%200%200%20304%2076v180a48.07%2048.07%200%200%201-28.4%2043.82L103.13%20377a8%208%200%200%200-3.35%2011.81a208.4%20208.4%200%200%200%2048.46%2050.41A206.32%20206.32%200%200%200%20272%20480c114.69%200%20208-93.31%20208-208c0-100.45-71.58-184.5-166.41-203.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M66.1%20357a16%2016%200%200%201-14.61-9.46A224%20224%200%200%201%20256%2032a16%2016%200%200%201%2016%2016v208a16%2016%200%200%201-9.47%2014.61l-189.9%2084.95A15.9%2015.9%200%200%201%2066.1%20357%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.59%2068.18A8%208%200%200%200%20304%2076v180a48.07%2048.07%200%200%201-28.4%2043.82L103.13%20377a8%208%200%200%200-3.35%2011.81a208.4%20208.4%200%200%200%2048.46%2050.41A206.32%20206.32%200%200%200%20272%20480c114.69%200%20208-93.31%20208-208c0-100.45-71.58-184.5-166.41-203.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/pie-chart.svg?color=%231a73e8&size=48