chart donut icon
chart-donut-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- chart-donut-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the chart donut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a12 12 0 0 0-12 12v56a12 12 0 0 0 12 12a28 28 0 1 1-24.26 14a12 12 0 0 0-4.39-16.4l-48.5-28A12 12 0 0 0 34.46 74A108 108 0 1 0 128 20M50 96.81l28.2 16.28A52 52 0 0 0 76 128v1.5l-31.43 8.42A83 83 0 0 1 44 128a84.4 84.4 0 0 1 6-31.19m.83 64.3l31.43-8.43A52.2 52.2 0 0 0 116 178.59v32.54a84.26 84.26 0 0 1-65.19-50.02Zm89.19 50v-32.52A52 52 0 0 0 140 77.4V44.85a84 84 0 0 1 0 166.28Z"/></svg>
React
import type { SVGProps } from "react";
export function PhChartDonutBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a12 12 0 0 0-12 12v56a12 12 0 0 0 12 12a28 28 0 1 1-24.26 14a12 12 0 0 0-4.39-16.4l-48.5-28A12 12 0 0 0 34.46 74A108 108 0 1 0 128 20M50 96.81l28.2 16.28A52 52 0 0 0 76 128v1.5l-31.43 8.42A83 83 0 0 1 44 128a84.4 84.4 0 0 1 6-31.19m.83 64.3l31.43-8.43A52.2 52.2 0 0 0 116 178.59v32.54a84.26 84.26 0 0 1-65.19-50.02Zm89.19 50v-32.52A52 52 0 0 0 140 77.4V44.85a84 84 0 0 1 0 166.28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a12 12 0 0 0-12 12v56a12 12 0 0 0 12 12a28 28 0 1 1-24.26 14a12 12 0 0 0-4.39-16.4l-48.5-28A12 12 0 0 0 34.46 74A108 108 0 1 0 128 20M50 96.81l28.2 16.28A52 52 0 0 0 76 128v1.5l-31.43 8.42A83 83 0 0 1 44 128a84.4 84.4 0 0 1 6-31.19m.83 64.3l31.43-8.43A52.2 52.2 0 0 0 116 178.59v32.54a84.26 84.26 0 0 1-65.19-50.02Zm89.19 50v-32.52A52 52 0 0 0 140 77.4V44.85a84 84 0 0 1 0 166.28Z"/></svg> </template>
CSS
.icon-chart-donut-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a12%2012%200%200%200-12%2012v56a12%2012%200%200%200%2012%2012a28%2028%200%201%201-24.26%2014a12%2012%200%200%200-4.39-16.4l-48.5-28A12%2012%200%200%200%2034.46%2074A108%20108%200%201%200%20128%2020M50%2096.81l28.2%2016.28A52%2052%200%200%200%2076%20128v1.5l-31.43%208.42A83%2083%200%200%201%2044%20128a84.4%2084.4%200%200%201%206-31.19m.83%2064.3l31.43-8.43A52.2%2052.2%200%200%200%20116%20178.59v32.54a84.26%2084.26%200%200%201-65.19-50.02Zm89.19%2050v-32.52A52%2052%200%200%200%20140%2077.4V44.85a84%2084%200%200%201%200%20166.28Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a12%2012%200%200%200-12%2012v56a12%2012%200%200%200%2012%2012a28%2028%200%201%201-24.26%2014a12%2012%200%200%200-4.39-16.4l-48.5-28A12%2012%200%200%200%2034.46%2074A108%20108%200%201%200%20128%2020M50%2096.81l28.2%2016.28A52%2052%200%200%200%2076%20128v1.5l-31.43%208.42A83%2083%200%200%201%2044%20128a84.4%2084.4%200%200%201%206-31.19m.83%2064.3l31.43-8.43A52.2%2052.2%200%200%200%20116%20178.59v32.54a84.26%2084.26%200%200%201-65.19-50.02Zm89.19%2050v-32.52A52%2052%200%200%200%20140%2077.4V44.85a84%2084%200%200%201%200%20166.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chart-donut-bold.svg?color=%231a73e8&size=48