pie chart icon
pie-chart-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- pie-chart-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
pie-chart-filledAnt Design Iconspie-chartBootstrap Iconspie-chartBoxIcons v2pie-chartBoxIcons v2 Solidpie-chartCodiconspie-chartElement Pluspie-chart-fillEva Iconspie-chartFont Awesome Solidpie-chartFeather Iconspie-chart-solidFlowbite Iconspie-chartHuge Iconspie-chartHumbleiconspie-chartJam Iconspie-chartLucidepie-chartMaterial Symbolspie-chartMaterial Symbols Lightpie-chartRadix Iconspie-chart-fillRemix Iconpie-chart-boldSolarpie-chart-outlineTeenyicons
Use the pie chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m58 362.09l-6.51-14.59A224 224 0 0 1 256 32h16v234.37Z"/><path fill="currentColor" d="M304 66.46v220.65L94.62 380.78A208.31 208.31 0 0 0 272 480c114.69 0 208-93.31 208-208c0-103.81-76.45-190.1-176-205.54"/></svg>
React
import type { SVGProps } from "react";
export function IonPieChartSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m58 362.09l-6.51-14.59A224 224 0 0 1 256 32h16v234.37Z"/><path fill="currentColor" d="M304 66.46v220.65L94.62 380.78A208.31 208.31 0 0 0 272 480c114.69 0 208-93.31 208-208c0-103.81-76.45-190.1-176-205.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m58 362.09l-6.51-14.59A224 224 0 0 1 256 32h16v234.37Z"/><path fill="currentColor" d="M304 66.46v220.65L94.62 380.78A208.31 208.31 0 0 0 272 480c114.69 0 208-93.31 208-208c0-103.81-76.45-190.1-176-205.54"/></svg> </template>
CSS
.icon-pie-chart-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m58%20362.09l-6.51-14.59A224%20224%200%200%201%20256%2032h16v234.37Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%2066.46v220.65L94.62%20380.78A208.31%20208.31%200%200%200%20272%20480c114.69%200%20208-93.31%20208-208c0-103.81-76.45-190.1-176-205.54%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m58%20362.09l-6.51-14.59A224%20224%200%200%201%20256%2032h16v234.37Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M304%2066.46v220.65L94.62%20380.78A208.31%20208.31%200%200%200%20272%20480c114.69%200%20208-93.31%20208-208c0-103.81-76.45-190.1-176-205.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/pie-chart-sharp.svg?color=%231a73e8&size=48