pie chart icon
pie-chart from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- pie-chart
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
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-chartMaterial Symbols Lightpie-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 15 15"><path fill="currentColor" d="M7.5.85a6.65 6.65 0 1 1 0 13.3a6.65 6.65 0 0 1 0-13.3m0 1a5.65 5.65 0 1 0 0 11.301a5.65 5.65 0 0 0 0-11.301m0 1.25A4.4 4.4 0 0 1 11.871 8h-4.87V3.128q.245-.027.5-.028"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsPieChart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.85a6.65 6.65 0 1 1 0 13.3a6.65 6.65 0 0 1 0-13.3m0 1a5.65 5.65 0 1 0 0 11.301a5.65 5.65 0 0 0 0-11.301m0 1.25A4.4 4.4 0 0 1 11.871 8h-4.87V3.128q.245-.027.5-.028"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.85a6.65 6.65 0 1 1 0 13.3a6.65 6.65 0 0 1 0-13.3m0 1a5.65 5.65 0 1 0 0 11.301a5.65 5.65 0 0 0 0-11.301m0 1.25A4.4 4.4 0 0 1 11.871 8h-4.87V3.128q.245-.027.5-.028"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.85a6.65%206.65%200%201%201%200%2013.3a6.65%206.65%200%200%201%200-13.3m0%201a5.65%205.65%200%201%200%200%2011.301a5.65%205.65%200%200%200%200-11.301m0%201.25A4.4%204.4%200%200%201%2011.871%208h-4.87V3.128q.245-.027.5-.028%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.85a6.65%206.65%200%201%201%200%2013.3a6.65%206.65%200%200%201%200-13.3m0%201a5.65%205.65%200%201%200%200%2011.301a5.65%205.65%200%200%200%200-11.301m0%201.25A4.4%204.4%200%200%201%2011.871%208h-4.87V3.128q.245-.027.5-.028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/pie-chart.svg?color=%231a73e8&size=48