chart donut icon
chart-donut from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.
- Name
- chart-donut
- Set
- Material Design Icons
- Style
- Filled
- Category
- Math
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chart-doughnut, data-usage, report-donut, widget-donut
The same icon in other sets
More math icons from Material Design Icons
abacusangle-acuteangle-obtuseangle-rightapproximately-equalapproximately-equal-boxcalculatorcalculator-variantchart-arcchart-areasplinechart-areaspline-variantchart-barchart-bar-stackedchart-bell-curvechart-bell-curve-cumulativechart-boxchart-box-multiplechart-box-plus-outlinechart-bubblechart-donut-variantchart-ganttchart-histogramchart-linechart-line-stacked
Use the chart donut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.05v3.03c3.39.49 6 3.39 6 6.92c0 .9-.18 1.75-.5 2.54l2.62 1.53c.56-1.24.88-2.62.88-4.07c0-5.18-3.95-9.45-9-9.95M12 19a7 7 0 0 1-7-7c0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95a10 10 0 0 0 10 10c3.3 0 6.23-1.61 8.05-4.09l-2.6-1.53A6.89 6.89 0 0 1 12 19"/></svg>
React
import type { SVGProps } from "react";
export function MdiChartDonut(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 2.05v3.03c3.39.49 6 3.39 6 6.92c0 .9-.18 1.75-.5 2.54l2.62 1.53c.56-1.24.88-2.62.88-4.07c0-5.18-3.95-9.45-9-9.95M12 19a7 7 0 0 1-7-7c0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95a10 10 0 0 0 10 10c3.3 0 6.23-1.61 8.05-4.09l-2.6-1.53A6.89 6.89 0 0 1 12 19"/></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 2.05v3.03c3.39.49 6 3.39 6 6.92c0 .9-.18 1.75-.5 2.54l2.62 1.53c.56-1.24.88-2.62.88-4.07c0-5.18-3.95-9.45-9-9.95M12 19a7 7 0 0 1-7-7c0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95a10 10 0 0 0 10 10c3.3 0 6.23-1.61 8.05-4.09l-2.6-1.53A6.89 6.89 0 0 1 12 19"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202.05v3.03c3.39.49%206%203.39%206%206.92c0%20.9-.18%201.75-.5%202.54l2.62%201.53c.56-1.24.88-2.62.88-4.07c0-5.18-3.95-9.45-9-9.95M12%2019a7%207%200%200%201-7-7c0-3.53%202.61-6.43%206-6.92V2.05c-5.06.5-9%204.76-9%209.95a10%2010%200%200%200%2010%2010c3.3%200%206.23-1.61%208.05-4.09l-2.6-1.53A6.89%206.89%200%200%201%2012%2019%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%202.05v3.03c3.39.49%206%203.39%206%206.92c0%20.9-.18%201.75-.5%202.54l2.62%201.53c.56-1.24.88-2.62.88-4.07c0-5.18-3.95-9.45-9-9.95M12%2019a7%207%200%200%201-7-7c0-3.53%202.61-6.43%206-6.92V2.05c-5.06.5-9%204.76-9%209.95a10%2010%200%200%200%2010%2010c3.3%200%206.23-1.61%208.05-4.09l-2.6-1.53A6.89%206.89%200%200%201%2012%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/chart-donut.svg?color=%231a73e8&size=48