pie chart icon
pie-chart-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- pie-chart-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
pie-chart-filledAnt Design Iconspie-chartBootstrap Iconspie-chartBoxIcons v2pie-chartBoxIcons v2 Solidpie-chartCodiconspie-chartElement Pluspie-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
Related icons in Eva Icons
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="M13 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a9 9 0 0 0-9-9m1 8V4.07A7 7 0 0 1 19.93 10Z"/><path fill="currentColor" d="M20.82 14.06a1 1 0 0 0-1.28.61A8 8 0 1 1 9.33 4.46a1 1 0 0 0-.66-1.89a10 10 0 1 0 12.76 12.76a1 1 0 0 0-.61-1.27"/></svg>
React
import type { SVGProps } from "react";
export function EvaPieChartOutline(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="M13 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a9 9 0 0 0-9-9m1 8V4.07A7 7 0 0 1 19.93 10Z"/><path fill="currentColor" d="M20.82 14.06a1 1 0 0 0-1.28.61A8 8 0 1 1 9.33 4.46a1 1 0 0 0-.66-1.89a10 10 0 1 0 12.76 12.76a1 1 0 0 0-.61-1.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a9 9 0 0 0-9-9m1 8V4.07A7 7 0 0 1 19.93 10Z"/><path fill="currentColor" d="M20.82 14.06a1 1 0 0 0-1.28.61A8 8 0 1 1 9.33 4.46a1 1 0 0 0-.66-1.89a10 10 0 1 0 12.76 12.76a1 1 0 0 0-.61-1.27"/></svg> </template>
CSS
.icon-pie-chart-outline {
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%22M13%202a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1a9%209%200%200%200-9-9m1%208V4.07A7%207%200%200%201%2019.93%2010Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.82%2014.06a1%201%200%200%200-1.28.61A8%208%200%201%201%209.33%204.46a1%201%200%200%200-.66-1.89a10%2010%200%201%200%2012.76%2012.76a1%201%200%200%200-.61-1.27%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%22M13%202a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1a9%209%200%200%200-9-9m1%208V4.07A7%207%200%200%201%2019.93%2010Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.82%2014.06a1%201%200%200%200-1.28.61A8%208%200%201%201%209.33%204.46a1%201%200%200%200-.66-1.89a10%2010%200%201%200%2012.76%2012.76a1%201%200%200%200-.61-1.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/pie-chart-outline.svg?color=%231a73e8&size=48