pie chart icon
pie-chart from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- pie-chart
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pie-chart-rounded, pie-chart-sharp
1 other variant in Material Symbols Light
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-chartIonIconspie-chartJam Iconspie-chartLucidepie-chartMaterial Symbolspie-chartRadix Iconspie-chart-fillRemix Iconpie-chart-boldSolarpie-chart-outlineTeenyicons
More business icons from Material Symbols Light
Use the pie chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 11.5V3.062q3.46.182 5.845 2.58Q20.731 8.04 20.94 11.5zm-.994 9.414q-3.55-.183-5.988-2.758T3.081 12q0-3.606 2.437-6.18t5.988-2.758zm.994 0v-8.42h8.439q-.197 3.44-2.588 5.842q-2.391 2.4-5.851 2.578"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPieChart(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="M12.5 11.5V3.062q3.46.182 5.845 2.58Q20.731 8.04 20.94 11.5zm-.994 9.414q-3.55-.183-5.988-2.758T3.081 12q0-3.606 2.437-6.18t5.988-2.758zm.994 0v-8.42h8.439q-.197 3.44-2.588 5.842q-2.391 2.4-5.851 2.578"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 11.5V3.062q3.46.182 5.845 2.58Q20.731 8.04 20.94 11.5zm-.994 9.414q-3.55-.183-5.988-2.758T3.081 12q0-3.606 2.437-6.18t5.988-2.758zm.994 0v-8.42h8.439q-.197 3.44-2.588 5.842q-2.391 2.4-5.851 2.578"/></svg> </template>
CSS
.icon-pie-chart {
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%22M12.5%2011.5V3.062q3.46.182%205.845%202.58Q20.731%208.04%2020.94%2011.5zm-.994%209.414q-3.55-.183-5.988-2.758T3.081%2012q0-3.606%202.437-6.18t5.988-2.758zm.994%200v-8.42h8.439q-.197%203.44-2.588%205.842q-2.391%202.4-5.851%202.578%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%22M12.5%2011.5V3.062q3.46.182%205.845%202.58Q20.731%208.04%2020.94%2011.5zm-.994%209.414q-3.55-.183-5.988-2.758T3.081%2012q0-3.606%202.437-6.18t5.988-2.758zm.994%200v-8.42h8.439q-.197%203.44-2.588%205.842q-2.391%202.4-5.851%202.578%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pie-chart.svg?color=%231a73e8&size=48