chart donut icon

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

Name
chart-donut-light
Set
Phosphor
Style
Light
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="M128 26a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6a34 34 0 1 1-29.45 17a6 6 0 0 0-2.2-8.2l-48.5-28a6 6 0 0 0-8.2 2.2A102 102 0 1 0 128 26M47.21 88.29l38.29 22.1A46 46 0 0 0 82 128a48 48 0 0 0 .4 6l-42.7 11.45a90.27 90.27 0 0 1 7.51-57.16M42.81 157l42.7-11.44a46.12 46.12 0 0 0 36.49 28v44.2A90.2 90.2 0 0 1 42.81 157M134 217.8v-44.2a46 46 0 0 0 0-91.21V38.2a90 90 0 0 1 0 179.6"/></svg>

React

import type { SVGProps } from "react";

export function PhChartDonutLight(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="M128 26a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6a34 34 0 1 1-29.45 17a6 6 0 0 0-2.2-8.2l-48.5-28a6 6 0 0 0-8.2 2.2A102 102 0 1 0 128 26M47.21 88.29l38.29 22.1A46 46 0 0 0 82 128a48 48 0 0 0 .4 6l-42.7 11.45a90.27 90.27 0 0 1 7.51-57.16M42.81 157l42.7-11.44a46.12 46.12 0 0 0 36.49 28v44.2A90.2 90.2 0 0 1 42.81 157M134 217.8v-44.2a46 46 0 0 0 0-91.21V38.2a90 90 0 0 1 0 179.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6a34 34 0 1 1-29.45 17a6 6 0 0 0-2.2-8.2l-48.5-28a6 6 0 0 0-8.2 2.2A102 102 0 1 0 128 26M47.21 88.29l38.29 22.1A46 46 0 0 0 82 128a48 48 0 0 0 .4 6l-42.7 11.45a90.27 90.27 0 0 1 7.51-57.16M42.81 157l42.7-11.44a46.12 46.12 0 0 0 36.49 28v44.2A90.2 90.2 0 0 1 42.81 157M134 217.8v-44.2a46 46 0 0 0 0-91.21V38.2a90 90 0 0 1 0 179.6"/></svg>
</template>

CSS

.icon-chart-donut-light {
  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%22M128%2026a6%206%200%200%200-6%206v56a6%206%200%200%200%206%206a34%2034%200%201%201-29.45%2017a6%206%200%200%200-2.2-8.2l-48.5-28a6%206%200%200%200-8.2%202.2A102%20102%200%201%200%20128%2026M47.21%2088.29l38.29%2022.1A46%2046%200%200%200%2082%20128a48%2048%200%200%200%20.4%206l-42.7%2011.45a90.27%2090.27%200%200%201%207.51-57.16M42.81%20157l42.7-11.44a46.12%2046.12%200%200%200%2036.49%2028v44.2A90.2%2090.2%200%200%201%2042.81%20157M134%20217.8v-44.2a46%2046%200%200%200%200-91.21V38.2a90%2090%200%200%201%200%20179.6%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%22M128%2026a6%206%200%200%200-6%206v56a6%206%200%200%200%206%206a34%2034%200%201%201-29.45%2017a6%206%200%200%200-2.2-8.2l-48.5-28a6%206%200%200%200-8.2%202.2A102%20102%200%201%200%20128%2026M47.21%2088.29l38.29%2022.1A46%2046%200%200%200%2082%20128a48%2048%200%200%200%20.4%206l-42.7%2011.45a90.27%2090.27%200%200%201%207.51-57.16M42.81%20157l42.7-11.44a46.12%2046.12%200%200%200%2036.49%2028v44.2A90.2%2090.2%200%200%201%2042.81%20157M134%20217.8v-44.2a46%2046%200%200%200%200-91.21V38.2a90%2090%200%200%201%200%20179.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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