pie chart 2 icon

pie-chart-2-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
pie-chart-2-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Eva Icons

Use the pie chart 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 10.33h6.67A.83.83 0 0 0 22 9.5A7.5 7.5 0 0 0 14.5 2a.83.83 0 0 0-.83.83V9.5a.83.83 0 0 0 .83.83m.83-6.6a5.83 5.83 0 0 1 4.94 4.94h-4.94Z"/><path fill="currentColor" d="M21.08 12h-8.15a.91.91 0 0 1-.91-.91V2.92A.92.92 0 0 0 11 2a10 10 0 1 0 11 11a.92.92 0 0 0-.92-1"/></svg>

React

import type { SVGProps } from "react";

export function EvaPieChart2Fill(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="M14.5 10.33h6.67A.83.83 0 0 0 22 9.5A7.5 7.5 0 0 0 14.5 2a.83.83 0 0 0-.83.83V9.5a.83.83 0 0 0 .83.83m.83-6.6a5.83 5.83 0 0 1 4.94 4.94h-4.94Z"/><path fill="currentColor" d="M21.08 12h-8.15a.91.91 0 0 1-.91-.91V2.92A.92.92 0 0 0 11 2a10 10 0 1 0 11 11a.92.92 0 0 0-.92-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 10.33h6.67A.83.83 0 0 0 22 9.5A7.5 7.5 0 0 0 14.5 2a.83.83 0 0 0-.83.83V9.5a.83.83 0 0 0 .83.83m.83-6.6a5.83 5.83 0 0 1 4.94 4.94h-4.94Z"/><path fill="currentColor" d="M21.08 12h-8.15a.91.91 0 0 1-.91-.91V2.92A.92.92 0 0 0 11 2a10 10 0 1 0 11 11a.92.92 0 0 0-.92-1"/></svg>
</template>

CSS

.icon-pie-chart-2-fill {
  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%22M14.5%2010.33h6.67A.83.83%200%200%200%2022%209.5A7.5%207.5%200%200%200%2014.5%202a.83.83%200%200%200-.83.83V9.5a.83.83%200%200%200%20.83.83m.83-6.6a5.83%205.83%200%200%201%204.94%204.94h-4.94Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.08%2012h-8.15a.91.91%200%200%201-.91-.91V2.92A.92.92%200%200%200%2011%202a10%2010%200%201%200%2011%2011a.92.92%200%200%200-.92-1%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%22M14.5%2010.33h6.67A.83.83%200%200%200%2022%209.5A7.5%207.5%200%200%200%2014.5%202a.83.83%200%200%200-.83.83V9.5a.83.83%200%200%200%20.83.83m.83-6.6a5.83%205.83%200%200%201%204.94%204.94h-4.94Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.08%2012h-8.15a.91.91%200%200%201-.91-.91V2.92A.92.92%200%200%200%2011%202a10%2010%200%201%200%2011%2011a.92.92%200%200%200-.92-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/pie-chart-2-fill.svg?color=%231a73e8&size=48