doughnut chart icon

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

Name
doughnut-chart
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

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="M13 6c2.507.423 4.577 2.493 5 5h4c-.471-4.717-4.283-8.529-9-9z"/><path fill="currentColor" d="M18 13c-.478 2.833-2.982 4.949-5.949 4.949c-3.309 0-6-2.691-6-6C6.051 8.982 8.167 6.478 11 6V2c-5.046.504-8.949 4.773-8.949 9.949c0 5.514 4.486 10 10 10c5.176 0 9.445-3.903 9.949-8.949z"/></svg>

React

import type { SVGProps } from "react";

export function BxsDoughnutChart(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="M13 6c2.507.423 4.577 2.493 5 5h4c-.471-4.717-4.283-8.529-9-9z"/><path fill="currentColor" d="M18 13c-.478 2.833-2.982 4.949-5.949 4.949c-3.309 0-6-2.691-6-6C6.051 8.982 8.167 6.478 11 6V2c-5.046.504-8.949 4.773-8.949 9.949c0 5.514 4.486 10 10 10c5.176 0 9.445-3.903 9.949-8.949z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6c2.507.423 4.577 2.493 5 5h4c-.471-4.717-4.283-8.529-9-9z"/><path fill="currentColor" d="M18 13c-.478 2.833-2.982 4.949-5.949 4.949c-3.309 0-6-2.691-6-6C6.051 8.982 8.167 6.478 11 6V2c-5.046.504-8.949 4.773-8.949 9.949c0 5.514 4.486 10 10 10c5.176 0 9.445-3.903 9.949-8.949z"/></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%22M13%206c2.507.423%204.577%202.493%205%205h4c-.471-4.717-4.283-8.529-9-9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013c-.478%202.833-2.982%204.949-5.949%204.949c-3.309%200-6-2.691-6-6C6.051%208.982%208.167%206.478%2011%206V2c-5.046.504-8.949%204.773-8.949%209.949c0%205.514%204.486%2010%2010%2010c5.176%200%209.445-3.903%209.949-8.949z%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%22M13%206c2.507.423%204.577%202.493%205%205h4c-.471-4.717-4.283-8.529-9-9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013c-.478%202.833-2.982%204.949-5.949%204.949c-3.309%200-6-2.691-6-6C6.051%208.982%208.167%206.478%2011%206V2c-5.046.504-8.949%204.773-8.949%209.949c0%205.514%204.486%2010%2010%2010c5.176%200%209.445-3.903%209.949-8.949z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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