doughnut chart icon

doughnut-chart from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
doughnut-chart
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-doughnut-chart

The same icon in other sets

Use the doughnut chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m7.931 9h-3.032A5.01 5.01 0 0 0 13 7.102V4.069A8.01 8.01 0 0 1 19.931 11M12 9c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3m0 11c-4.411 0-8-3.589-8-8c0-4.072 3.061-7.436 7-7.931v3.032A5.01 5.01 0 0 0 7 12c0 2.757 2.243 5 5 5a5.01 5.01 0 0 0 4.898-4h3.032c-.494 3.939-3.858 7-7.93 7"/></svg>

React

import type { SVGProps } from "react";

export function BxDoughnutChart(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="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m7.931 9h-3.032A5.01 5.01 0 0 0 13 7.102V4.069A8.01 8.01 0 0 1 19.931 11M12 9c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3m0 11c-4.411 0-8-3.589-8-8c0-4.072 3.061-7.436 7-7.931v3.032A5.01 5.01 0 0 0 7 12c0 2.757 2.243 5 5 5a5.01 5.01 0 0 0 4.898-4h3.032c-.494 3.939-3.858 7-7.93 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m7.931 9h-3.032A5.01 5.01 0 0 0 13 7.102V4.069A8.01 8.01 0 0 1 19.931 11M12 9c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3m0 11c-4.411 0-8-3.589-8-8c0-4.072 3.061-7.436 7-7.931v3.032A5.01 5.01 0 0 0 7 12c0 2.757 2.243 5 5 5a5.01 5.01 0 0 0 4.898-4h3.032c-.494 3.939-3.858 7-7.93 7"/></svg>
</template>

CSS

.icon-doughnut-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202m7.931%209h-3.032A5.01%205.01%200%200%200%2013%207.102V4.069A8.01%208.01%200%200%201%2019.931%2011M12%209c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3m0%2011c-4.411%200-8-3.589-8-8c0-4.072%203.061-7.436%207-7.931v3.032A5.01%205.01%200%200%200%207%2012c0%202.757%202.243%205%205%205a5.01%205.01%200%200%200%204.898-4h3.032c-.494%203.939-3.858%207-7.93%207%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%22M12%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010s10-4.486%2010-10S17.514%202%2012%202m7.931%209h-3.032A5.01%205.01%200%200%200%2013%207.102V4.069A8.01%208.01%200%200%201%2019.931%2011M12%209c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3m0%2011c-4.411%200-8-3.589-8-8c0-4.072%203.061-7.436%207-7.931v3.032A5.01%205.01%200%200%200%207%2012c0%202.757%202.243%205%205%205a5.01%205.01%200%200%200%204.898-4h3.032c-.494%203.939-3.858%207-7.93%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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