pie chart icon
pie-chart-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- pie-chart-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- pie-chart, pie-chart-outline
2 other variants in Ant Design Icons
The same icon in other sets
pie-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-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 1024 1024"><path fill="currentColor" d="M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1a398.2 398.2 0 0 0-85.7 127.1A397.6 397.6 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.6 397.6 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.6 397.6 0 0 0 872 552v-26c0-4.4-3.6-8-8-8M705.7 787.8A331.6 331.6 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6m-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPieChartOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1a398.2 398.2 0 0 0-85.7 127.1A397.6 397.6 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.6 397.6 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.6 397.6 0 0 0 872 552v-26c0-4.4-3.6-8-8-8M705.7 787.8A331.6 331.6 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6m-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1a398.2 398.2 0 0 0-85.7 127.1A397.6 397.6 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.6 397.6 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.6 397.6 0 0 0 872 552v-26c0-4.4-3.6-8-8-8M705.7 787.8A331.6 331.6 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6m-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1z"/></svg> </template>
CSS
.icon-pie-chart-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20518H506V160c0-4.4-3.6-8-8-8h-26a398.46%20398.46%200%200%200-282.8%20117.1a398.2%20398.2%200%200%200-85.7%20127.1A397.6%20397.6%200%200%200%2072%20552a398.46%20398.46%200%200%200%20117.1%20282.8c36.7%2036.7%2079.5%2065.6%20127.1%2085.7A397.6%20397.6%200%200%200%20472%20952a398.46%20398.46%200%200%200%20282.8-117.1c36.7-36.7%2065.6-79.5%2085.7-127.1A397.6%20397.6%200%200%200%20872%20552v-26c0-4.4-3.6-8-8-8M705.7%20787.8A331.6%20331.6%200%200%201%20470.4%20884c-88.1-.4-170.9-34.9-233.2-97.2C174.5%20724.1%20140%20640.7%20140%20552s34.5-172.1%2097.2-234.8c54.6-54.6%20124.9-87.9%20200.8-95.5V586h364.3c-7.7%2076.3-41.3%20147-96.6%20201.8M952%20462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4%20399.4%200%200%200%20589%2074.6L560.7%2072c-4.7-.4-8.7%203.2-8.7%207.9V464c0%204.4%203.6%208%208%208l384-1c4.7%200%208.4-4%208-8.6m-332.2-58.2V147.6a332.24%20332.24%200%200%201%20166.4%2089.8c45.7%2045.6%2077%20103.6%2090%20166.1z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20518H506V160c0-4.4-3.6-8-8-8h-26a398.46%20398.46%200%200%200-282.8%20117.1a398.2%20398.2%200%200%200-85.7%20127.1A397.6%20397.6%200%200%200%2072%20552a398.46%20398.46%200%200%200%20117.1%20282.8c36.7%2036.7%2079.5%2065.6%20127.1%2085.7A397.6%20397.6%200%200%200%20472%20952a398.46%20398.46%200%200%200%20282.8-117.1c36.7-36.7%2065.6-79.5%2085.7-127.1A397.6%20397.6%200%200%200%20872%20552v-26c0-4.4-3.6-8-8-8M705.7%20787.8A331.6%20331.6%200%200%201%20470.4%20884c-88.1-.4-170.9-34.9-233.2-97.2C174.5%20724.1%20140%20640.7%20140%20552s34.5-172.1%2097.2-234.8c54.6-54.6%20124.9-87.9%20200.8-95.5V586h364.3c-7.7%2076.3-41.3%20147-96.6%20201.8M952%20462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4%20399.4%200%200%200%20589%2074.6L560.7%2072c-4.7-.4-8.7%203.2-8.7%207.9V464c0%204.4%203.6%208%208%208l384-1c4.7%200%208.4-4%208-8.6m-332.2-58.2V147.6a332.24%20332.24%200%200%201%20166.4%2089.8c45.7%2045.6%2077%20103.6%2090%20166.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/pie-chart-outlined.svg?color=%231a73e8&size=48