chart donut icon

chart-donut-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
chart-donut-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the chart donut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 161.94v65.34a4 4 0 0 1-4.46 4a104.28 104.28 0 0 1-84-64.5a4 4 0 0 1 2.69-5.34l63.09-16.94a4 4 0 0 1 4.35 1.66a32.25 32.25 0 0 0 15.59 12a4 4 0 0 1 2.74 3.78M128.06 24a8 8 0 0 0-8.06 8v56a7.94 7.94 0 0 0 7.87 8a32 32 0 0 1 10.86 62.15a4 4 0 0 0-2.73 3.79v65.34a4 4 0 0 0 4.45 4A104 104 0 0 0 128.06 24m-32 101.49a32 32 0 0 1 4.15-13.42V112a8 8 0 0 0-.57-8.87a8.4 8.4 0 0 0-2.46-2.13L48.85 73.06A8 8 0 0 0 37.92 76A104.12 104.12 0 0 0 25 142.68a4 4 0 0 0 5 3.32l63.22-17a3.94 3.94 0 0 0 2.88-3.51Z"/></svg>

React

import type { SVGProps } from "react";

export function PhChartDonutFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 161.94v65.34a4 4 0 0 1-4.46 4a104.28 104.28 0 0 1-84-64.5a4 4 0 0 1 2.69-5.34l63.09-16.94a4 4 0 0 1 4.35 1.66a32.25 32.25 0 0 0 15.59 12a4 4 0 0 1 2.74 3.78M128.06 24a8 8 0 0 0-8.06 8v56a7.94 7.94 0 0 0 7.87 8a32 32 0 0 1 10.86 62.15a4 4 0 0 0-2.73 3.79v65.34a4 4 0 0 0 4.45 4A104 104 0 0 0 128.06 24m-32 101.49a32 32 0 0 1 4.15-13.42V112a8 8 0 0 0-.57-8.87a8.4 8.4 0 0 0-2.46-2.13L48.85 73.06A8 8 0 0 0 37.92 76A104.12 104.12 0 0 0 25 142.68a4 4 0 0 0 5 3.32l63.22-17a3.94 3.94 0 0 0 2.88-3.51Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 161.94v65.34a4 4 0 0 1-4.46 4a104.28 104.28 0 0 1-84-64.5a4 4 0 0 1 2.69-5.34l63.09-16.94a4 4 0 0 1 4.35 1.66a32.25 32.25 0 0 0 15.59 12a4 4 0 0 1 2.74 3.78M128.06 24a8 8 0 0 0-8.06 8v56a7.94 7.94 0 0 0 7.87 8a32 32 0 0 1 10.86 62.15a4 4 0 0 0-2.73 3.79v65.34a4 4 0 0 0 4.45 4A104 104 0 0 0 128.06 24m-32 101.49a32 32 0 0 1 4.15-13.42V112a8 8 0 0 0-.57-8.87a8.4 8.4 0 0 0-2.46-2.13L48.85 73.06A8 8 0 0 0 37.92 76A104.12 104.12 0 0 0 25 142.68a4 4 0 0 0 5 3.32l63.22-17a3.94 3.94 0 0 0 2.88-3.51Z"/></svg>
</template>

CSS

.icon-chart-donut-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M120%20161.94v65.34a4%204%200%200%201-4.46%204a104.28%20104.28%200%200%201-84-64.5a4%204%200%200%201%202.69-5.34l63.09-16.94a4%204%200%200%201%204.35%201.66a32.25%2032.25%200%200%200%2015.59%2012a4%204%200%200%201%202.74%203.78M128.06%2024a8%208%200%200%200-8.06%208v56a7.94%207.94%200%200%200%207.87%208a32%2032%200%200%201%2010.86%2062.15a4%204%200%200%200-2.73%203.79v65.34a4%204%200%200%200%204.45%204A104%20104%200%200%200%20128.06%2024m-32%20101.49a32%2032%200%200%201%204.15-13.42V112a8%208%200%200%200-.57-8.87a8.4%208.4%200%200%200-2.46-2.13L48.85%2073.06A8%208%200%200%200%2037.92%2076A104.12%20104.12%200%200%200%2025%20142.68a4%204%200%200%200%205%203.32l63.22-17a3.94%203.94%200%200%200%202.88-3.51Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M120%20161.94v65.34a4%204%200%200%201-4.46%204a104.28%20104.28%200%200%201-84-64.5a4%204%200%200%201%202.69-5.34l63.09-16.94a4%204%200%200%201%204.35%201.66a32.25%2032.25%200%200%200%2015.59%2012a4%204%200%200%201%202.74%203.78M128.06%2024a8%208%200%200%200-8.06%208v56a7.94%207.94%200%200%200%207.87%208a32%2032%200%200%201%2010.86%2062.15a4%204%200%200%200-2.73%203.79v65.34a4%204%200%200%200%204.45%204A104%20104%200%200%200%20128.06%2024m-32%20101.49a32%2032%200%200%201%204.15-13.42V112a8%208%200%200%200-.57-8.87a8.4%208.4%200%200%200-2.46-2.13L48.85%2073.06A8%208%200%200%200%2037.92%2076A104.12%20104.12%200%200%200%2025%20142.68a4%204%200%200%200%205%203.32l63.22-17a3.94%203.94%200%200%200%202.88-3.51Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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