chart pie slice icon
chart-pie-slice-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- chart-pie-slice-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the chart pie slice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 116.43a8 8 0 0 0 4-6.93v-72A8 8 0 0 0 93.34 30a104.06 104.06 0 0 0-67.61 117a8 8 0 0 0 4.52 5.81a7.9 7.9 0 0 0 3.35.74a8 8 0 0 0 4-1.07ZM88 49.62v55.26l-47.88 27.63C40 131 40 129.48 40 128a88.12 88.12 0 0 1 48-78.38M232 128a104 104 0 0 1-193.68 52.7a8 8 0 0 1 2.87-11L120 123.83V32a8 8 0 0 1 8-8a104.05 104.05 0 0 1 89.74 51.48c.11.16.21.32.31.49s.2.37.29.55A103.34 103.34 0 0 1 232 128"/></svg>
React
import type { SVGProps } from "react";
export function PhChartPieSliceFill(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="M100 116.43a8 8 0 0 0 4-6.93v-72A8 8 0 0 0 93.34 30a104.06 104.06 0 0 0-67.61 117a8 8 0 0 0 4.52 5.81a7.9 7.9 0 0 0 3.35.74a8 8 0 0 0 4-1.07ZM88 49.62v55.26l-47.88 27.63C40 131 40 129.48 40 128a88.12 88.12 0 0 1 48-78.38M232 128a104 104 0 0 1-193.68 52.7a8 8 0 0 1 2.87-11L120 123.83V32a8 8 0 0 1 8-8a104.05 104.05 0 0 1 89.74 51.48c.11.16.21.32.31.49s.2.37.29.55A103.34 103.34 0 0 1 232 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 116.43a8 8 0 0 0 4-6.93v-72A8 8 0 0 0 93.34 30a104.06 104.06 0 0 0-67.61 117a8 8 0 0 0 4.52 5.81a7.9 7.9 0 0 0 3.35.74a8 8 0 0 0 4-1.07ZM88 49.62v55.26l-47.88 27.63C40 131 40 129.48 40 128a88.12 88.12 0 0 1 48-78.38M232 128a104 104 0 0 1-193.68 52.7a8 8 0 0 1 2.87-11L120 123.83V32a8 8 0 0 1 8-8a104.05 104.05 0 0 1 89.74 51.48c.11.16.21.32.31.49s.2.37.29.55A103.34 103.34 0 0 1 232 128"/></svg> </template>
CSS
.icon-chart-pie-slice-fill {
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%22M100%20116.43a8%208%200%200%200%204-6.93v-72A8%208%200%200%200%2093.34%2030a104.06%20104.06%200%200%200-67.61%20117a8%208%200%200%200%204.52%205.81a7.9%207.9%200%200%200%203.35.74a8%208%200%200%200%204-1.07ZM88%2049.62v55.26l-47.88%2027.63C40%20131%2040%20129.48%2040%20128a88.12%2088.12%200%200%201%2048-78.38M232%20128a104%20104%200%200%201-193.68%2052.7a8%208%200%200%201%202.87-11L120%20123.83V32a8%208%200%200%201%208-8a104.05%20104.05%200%200%201%2089.74%2051.48c.11.16.21.32.31.49s.2.37.29.55A103.34%20103.34%200%200%201%20232%20128%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%22M100%20116.43a8%208%200%200%200%204-6.93v-72A8%208%200%200%200%2093.34%2030a104.06%20104.06%200%200%200-67.61%20117a8%208%200%200%200%204.52%205.81a7.9%207.9%200%200%200%203.35.74a8%208%200%200%200%204-1.07ZM88%2049.62v55.26l-47.88%2027.63C40%20131%2040%20129.48%2040%20128a88.12%2088.12%200%200%201%2048-78.38M232%20128a104%20104%200%200%201-193.68%2052.7a8%208%200%200%201%202.87-11L120%20123.83V32a8%208%200%200%201%208-8a104.05%20104.05%200%200%201%2089.74%2051.48c.11.16.21.32.31.49s.2.37.29.55A103.34%20103.34%200%200%201%20232%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chart-pie-slice-fill.svg?color=%231a73e8&size=48