chart donut icon
chart-donut-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- chart-donut-thin
- Set
- Phosphor
- Style
- Thin
- 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 28a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4a36 36 0 1 1-31.18 18a4 4 0 0 0-1.47-5.47l-48.5-28A4 4 0 0 0 41.39 78A100 100 0 1 0 128 28M46.38 85.5l41.67 24a43.86 43.86 0 0 0-3.4 25.93l-46.47 12.5a92.2 92.2 0 0 1 8.2-62.43m-6.13 70.15l46.46-12.45A44.11 44.11 0 0 0 124 171.81v48.1a92.17 92.17 0 0 1-83.75-64.26M132 219.91v-48.1a44 44 0 0 0 0-87.63V36.09a92 92 0 0 1 0 183.82"/></svg>
React
import type { SVGProps } from "react";
export function PhChartDonutThin(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 28a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4a36 36 0 1 1-31.18 18a4 4 0 0 0-1.47-5.47l-48.5-28A4 4 0 0 0 41.39 78A100 100 0 1 0 128 28M46.38 85.5l41.67 24a43.86 43.86 0 0 0-3.4 25.93l-46.47 12.5a92.2 92.2 0 0 1 8.2-62.43m-6.13 70.15l46.46-12.45A44.11 44.11 0 0 0 124 171.81v48.1a92.17 92.17 0 0 1-83.75-64.26M132 219.91v-48.1a44 44 0 0 0 0-87.63V36.09a92 92 0 0 1 0 183.82"/></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 28a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4a36 36 0 1 1-31.18 18a4 4 0 0 0-1.47-5.47l-48.5-28A4 4 0 0 0 41.39 78A100 100 0 1 0 128 28M46.38 85.5l41.67 24a43.86 43.86 0 0 0-3.4 25.93l-46.47 12.5a92.2 92.2 0 0 1 8.2-62.43m-6.13 70.15l46.46-12.45A44.11 44.11 0 0 0 124 171.81v48.1a92.17 92.17 0 0 1-83.75-64.26M132 219.91v-48.1a44 44 0 0 0 0-87.63V36.09a92 92 0 0 1 0 183.82"/></svg> </template>
CSS
.icon-chart-donut-thin {
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%2028a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204a36%2036%200%201%201-31.18%2018a4%204%200%200%200-1.47-5.47l-48.5-28A4%204%200%200%200%2041.39%2078A100%20100%200%201%200%20128%2028M46.38%2085.5l41.67%2024a43.86%2043.86%200%200%200-3.4%2025.93l-46.47%2012.5a92.2%2092.2%200%200%201%208.2-62.43m-6.13%2070.15l46.46-12.45A44.11%2044.11%200%200%200%20124%20171.81v48.1a92.17%2092.17%200%200%201-83.75-64.26M132%20219.91v-48.1a44%2044%200%200%200%200-87.63V36.09a92%2092%200%200%201%200%20183.82%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%2028a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204a36%2036%200%201%201-31.18%2018a4%204%200%200%200-1.47-5.47l-48.5-28A4%204%200%200%200%2041.39%2078A100%20100%200%201%200%20128%2028M46.38%2085.5l41.67%2024a43.86%2043.86%200%200%200-3.4%2025.93l-46.47%2012.5a92.2%2092.2%200%200%201%208.2-62.43m-6.13%2070.15l46.46-12.45A44.11%2044.11%200%200%200%20124%20171.81v48.1a92.17%2092.17%200%200%201-83.75-64.26M132%20219.91v-48.1a44%2044%200%200%200%200-87.63V36.09a92%2092%200%200%201%200%20183.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chart-donut-thin.svg?color=%231a73e8&size=48