chart donut icon

chart-donut from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
chart-donut
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the chart donut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.02c-6.617 0-12 5.383-12 12s5.383 12 12 12s12-5.384 12-12s-5.383-12-12-12m-5 12c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.244-5-5m-5 0c0-5.177 3.954-9.446 9-9.95V9.1c-3.387.487-6 3.4-6 6.92c0 1.564.522 3.006 1.393 4.172l-2.14 2.14A9.95 9.95 0 0 1 6 16.02m10 10a9.95 9.95 0 0 1-6.336-2.27l2.14-2.14A6.95 6.95 0 0 0 16 23.02c3.86 0 7-3.14 7-7c0-3.52-2.613-6.433-6-6.92V6.07c5.046.503 9 4.773 9 9.95c0 5.514-4.486 10-10 10"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartDonut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.02c-6.617 0-12 5.383-12 12s5.383 12 12 12s12-5.384 12-12s-5.383-12-12-12m-5 12c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.244-5-5m-5 0c0-5.177 3.954-9.446 9-9.95V9.1c-3.387.487-6 3.4-6 6.92c0 1.564.522 3.006 1.393 4.172l-2.14 2.14A9.95 9.95 0 0 1 6 16.02m10 10a9.95 9.95 0 0 1-6.336-2.27l2.14-2.14A6.95 6.95 0 0 0 16 23.02c3.86 0 7-3.14 7-7c0-3.52-2.613-6.433-6-6.92V6.07c5.046.503 9 4.773 9 9.95c0 5.514-4.486 10-10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4.02c-6.617 0-12 5.383-12 12s5.383 12 12 12s12-5.384 12-12s-5.383-12-12-12m-5 12c0-2.757 2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5s-5-2.244-5-5m-5 0c0-5.177 3.954-9.446 9-9.95V9.1c-3.387.487-6 3.4-6 6.92c0 1.564.522 3.006 1.393 4.172l-2.14 2.14A9.95 9.95 0 0 1 6 16.02m10 10a9.95 9.95 0 0 1-6.336-2.27l2.14-2.14A6.95 6.95 0 0 0 16 23.02c3.86 0 7-3.14 7-7c0-3.52-2.613-6.433-6-6.92V6.07c5.046.503 9 4.773 9 9.95c0 5.514-4.486 10-10 10"/></svg>
</template>

CSS

.icon-chart-donut {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204.02c-6.617%200-12%205.383-12%2012s5.383%2012%2012%2012s12-5.384%2012-12s-5.383-12-12-12m-5%2012c0-2.757%202.243-5%205-5s5%202.243%205%205s-2.243%205-5%205s-5-2.244-5-5m-5%200c0-5.177%203.954-9.446%209-9.95V9.1c-3.387.487-6%203.4-6%206.92c0%201.564.522%203.006%201.393%204.172l-2.14%202.14A9.95%209.95%200%200%201%206%2016.02m10%2010a9.95%209.95%200%200%201-6.336-2.27l2.14-2.14A6.95%206.95%200%200%200%2016%2023.02c3.86%200%207-3.14%207-7c0-3.52-2.613-6.433-6-6.92V6.07c5.046.503%209%204.773%209%209.95c0%205.514-4.486%2010-10%2010%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204.02c-6.617%200-12%205.383-12%2012s5.383%2012%2012%2012s12-5.384%2012-12s-5.383-12-12-12m-5%2012c0-2.757%202.243-5%205-5s5%202.243%205%205s-2.243%205-5%205s-5-2.244-5-5m-5%200c0-5.177%203.954-9.446%209-9.95V9.1c-3.387.487-6%203.4-6%206.92c0%201.564.522%203.006%201.393%204.172l-2.14%202.14A9.95%209.95%200%200%201%206%2016.02m10%2010a9.95%209.95%200%200%201-6.336-2.27l2.14-2.14A6.95%206.95%200%200%200%2016%2023.02c3.86%200%207-3.14%207-7c0-3.52-2.613-6.433-6-6.92V6.07c5.046.503%209%204.773%209%209.95c0%205.514-4.486%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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