donut chart icon

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

Name
donut-chart-fill
Set
Remix Icon
Style
Fill
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.05v3.02a7.002 7.002 0 1 0 5.192 12.536l2.137 2.137A9.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-2.137-2.136A7 7 0 0 0 18.93 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95H18.93a7.005 7.005 0 0 0-5.928-5.929z"/></svg>

React

import type { SVGProps } from "react";

export function RiDonutChartFill(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.05v3.02a7.002 7.002 0 1 0 5.192 12.536l2.137 2.137A9.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-2.137-2.136A7 7 0 0 0 18.93 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95H18.93a7.005 7.005 0 0 0-5.928-5.929z"/></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.05v3.02a7.002 7.002 0 1 0 5.192 12.536l2.137 2.137A9.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-2.137-2.136A7 7 0 0 0 18.93 13zM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95H18.93a7.005 7.005 0 0 0-5.928-5.929z"/></svg>
</template>

CSS

.icon-donut-chart-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202.05v3.02a7.002%207.002%200%201%200%205.192%2012.536l2.137%202.137A9.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-2.137-2.136A7%207%200%200%200%2018.93%2013zM13.002%202.05a10.004%2010.004%200%200%201%208.95%208.95H18.93a7.005%207.005%200%200%200-5.928-5.929z%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.05v3.02a7.002%207.002%200%201%200%205.192%2012.536l2.137%202.137A9.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-2.137-2.136A7%207%200%200%200%2018.93%2013zM13.002%202.05a10.004%2010.004%200%200%201%208.95%208.95H18.93a7.005%207.005%200%200%200-5.928-5.929z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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