chart pie icon

chart-pie from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
chart-pie
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime Icons

Use the chart pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.25 4.79V4.5a.76.76 0 0 0-.75-.75a8.8 8.8 0 0 0-7.61 13.13a.75.75 0 0 0 .65.37a.74.74 0 0 0 .37-.1L6.2 17a7.74 7.74 0 1 0 7.05-12.2Zm-1.5.5v6.78l-5.89 3.38a7.28 7.28 0 0 1 5.89-10.16m.75 13.46a6.27 6.27 0 0 1-5-2.51l5.37-3.09a.73.73 0 0 0 .38-.65V6.3a6.25 6.25 0 0 1-.75 12.45"/></svg>

React

import type { SVGProps } from "react";

export function PrimeChartPie(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.25 4.79V4.5a.76.76 0 0 0-.75-.75a8.8 8.8 0 0 0-7.61 13.13a.75.75 0 0 0 .65.37a.74.74 0 0 0 .37-.1L6.2 17a7.74 7.74 0 1 0 7.05-12.2Zm-1.5.5v6.78l-5.89 3.38a7.28 7.28 0 0 1 5.89-10.16m.75 13.46a6.27 6.27 0 0 1-5-2.51l5.37-3.09a.73.73 0 0 0 .38-.65V6.3a6.25 6.25 0 0 1-.75 12.45"/></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.25 4.79V4.5a.76.76 0 0 0-.75-.75a8.8 8.8 0 0 0-7.61 13.13a.75.75 0 0 0 .65.37a.74.74 0 0 0 .37-.1L6.2 17a7.74 7.74 0 1 0 7.05-12.2Zm-1.5.5v6.78l-5.89 3.38a7.28 7.28 0 0 1 5.89-10.16m.75 13.46a6.27 6.27 0 0 1-5-2.51l5.37-3.09a.73.73 0 0 0 .38-.65V6.3a6.25 6.25 0 0 1-.75 12.45"/></svg>
</template>

CSS

.icon-chart-pie {
  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.25%204.79V4.5a.76.76%200%200%200-.75-.75a8.8%208.8%200%200%200-7.61%2013.13a.75.75%200%200%200%20.65.37a.74.74%200%200%200%20.37-.1L6.2%2017a7.74%207.74%200%201%200%207.05-12.2Zm-1.5.5v6.78l-5.89%203.38a7.28%207.28%200%200%201%205.89-10.16m.75%2013.46a6.27%206.27%200%200%201-5-2.51l5.37-3.09a.73.73%200%200%200%20.38-.65V6.3a6.25%206.25%200%200%201-.75%2012.45%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.25%204.79V4.5a.76.76%200%200%200-.75-.75a8.8%208.8%200%200%200-7.61%2013.13a.75.75%200%200%200%20.65.37a.74.74%200%200%200%20.37-.1L6.2%2017a7.74%207.74%200%201%200%207.05-12.2Zm-1.5.5v6.78l-5.89%203.38a7.28%207.28%200%200%201%205.89-10.16m.75%2013.46a6.27%206.27%200%200%201-5-2.51l5.37-3.09a.73.73%200%200%200%20.38-.65V6.3a6.25%206.25%200%200%201-.75%2012.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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