donut chart icon

donut-chart-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
donut-chart-line
Set
Remix Icon
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More business icons from Remix Icon

Use the donut chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2.05v2.012a8.001 8.001 0 1 0 5.906 14.258l1.423 1.423A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95M21.95 13a9.95 9.95 0 0 1-2.207 5.328l-1.423-1.422A7.96 7.96 0 0 0 19.938 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95h-2.013a8.004 8.004 0 0 0-6.937-6.938z"/></svg>

React

import type { SVGProps } from "react";

export function RiDonutChartLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2.05v2.012a8.001 8.001 0 1 0 5.906 14.258l1.423 1.423A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95M21.95 13a9.95 9.95 0 0 1-2.207 5.328l-1.423-1.422A7.96 7.96 0 0 0 19.938 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95h-2.013a8.004 8.004 0 0 0-6.937-6.938z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2.05v2.012a8.001 8.001 0 1 0 5.906 14.258l1.423 1.423A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95M21.95 13a9.95 9.95 0 0 1-2.207 5.328l-1.423-1.422A7.96 7.96 0 0 0 19.938 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95h-2.013a8.004 8.004 0 0 0-6.937-6.938z"/></svg>
</template>

CSS

.icon-donut-chart-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202.05v2.012a8.001%208.001%200%201%200%205.906%2014.258l1.423%201.423A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-5.185%203.947-9.449%209-9.95M21.95%2013a9.95%209.95%200%200%201-2.207%205.328l-1.423-1.422A7.96%207.96%200%200%200%2019.938%2013zM13.002%202.05a10.004%2010.004%200%200%201%208.95%208.95h-2.013a8.004%208.004%200%200%200-6.937-6.938z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202.05v2.012a8.001%208.001%200%201%200%205.906%2014.258l1.423%201.423A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012c0-5.185%203.947-9.449%209-9.95M21.95%2013a9.95%209.95%200%200%201-2.207%205.328l-1.423-1.422A7.96%207.96%200%200%200%2019.938%2013zM13.002%202.05a10.004%2010.004%200%200%201%208.95%208.95h-2.013a8.004%208.004%200%200%200-6.937-6.938z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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