pie chart 02 icon

pie-chart-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pie-chart-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pie chart 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M11.024 22c4.3 0 7.898-3.008 8.804-7.034c.186-.825.278-1.237-.023-1.614c-.3-.376-.788-.376-1.762-.376h-7.019m0 9.024a9.024 9.024 0 0 1-1.99-17.828c.825-.185 1.237-.278 1.614.023c.376.3.376.788.376 1.762v7.019m0 9.024v-9.024m10.53-5.95a8.14 8.14 0 0 0-4.58-4.58c-1.096-.432-1.643-.647-2.309-.194C14 2.705 14 3.446 14 4.927v2.03c0 1.434 0 2.152.446 2.597c.445.446 1.163.446 2.598.446h2.029c1.481 0 2.222 0 2.675-.665c.453-.666.237-1.213-.194-2.309Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPieChart02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M11.024 22c4.3 0 7.898-3.008 8.804-7.034c.186-.825.278-1.237-.023-1.614c-.3-.376-.788-.376-1.762-.376h-7.019m0 9.024a9.024 9.024 0 0 1-1.99-17.828c.825-.185 1.237-.278 1.614.023c.376.3.376.788.376 1.762v7.019m0 9.024v-9.024m10.53-5.95a8.14 8.14 0 0 0-4.58-4.58c-1.096-.432-1.643-.647-2.309-.194C14 2.705 14 3.446 14 4.927v2.03c0 1.434 0 2.152.446 2.597c.445.446 1.163.446 2.598.446h2.029c1.481 0 2.222 0 2.675-.665c.453-.666.237-1.213-.194-2.309Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M11.024 22c4.3 0 7.898-3.008 8.804-7.034c.186-.825.278-1.237-.023-1.614c-.3-.376-.788-.376-1.762-.376h-7.019m0 9.024a9.024 9.024 0 0 1-1.99-17.828c.825-.185 1.237-.278 1.614.023c.376.3.376.788.376 1.762v7.019m0 9.024v-9.024m10.53-5.95a8.14 8.14 0 0 0-4.58-4.58c-1.096-.432-1.643-.647-2.309-.194C14 2.705 14 3.446 14 4.927v2.03c0 1.434 0 2.152.446 2.597c.445.446 1.163.446 2.598.446h2.029c1.481 0 2.222 0 2.675-.665c.453-.666.237-1.213-.194-2.309Z"/></svg>
</template>

CSS

.icon-pie-chart-02 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.024%2022c4.3%200%207.898-3.008%208.804-7.034c.186-.825.278-1.237-.023-1.614c-.3-.376-.788-.376-1.762-.376h-7.019m0%209.024a9.024%209.024%200%200%201-1.99-17.828c.825-.185%201.237-.278%201.614.023c.376.3.376.788.376%201.762v7.019m0%209.024v-9.024m10.53-5.95a8.14%208.14%200%200%200-4.58-4.58c-1.096-.432-1.643-.647-2.309-.194C14%202.705%2014%203.446%2014%204.927v2.03c0%201.434%200%202.152.446%202.597c.445.446%201.163.446%202.598.446h2.029c1.481%200%202.222%200%202.675-.665c.453-.666.237-1.213-.194-2.309Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.024%2022c4.3%200%207.898-3.008%208.804-7.034c.186-.825.278-1.237-.023-1.614c-.3-.376-.788-.376-1.762-.376h-7.019m0%209.024a9.024%209.024%200%200%201-1.99-17.828c.825-.185%201.237-.278%201.614.023c.376.3.376.788.376%201.762v7.019m0%209.024v-9.024m10.53-5.95a8.14%208.14%200%200%200-4.58-4.58c-1.096-.432-1.643-.647-2.309-.194C14%202.705%2014%203.446%2014%204.927v2.03c0%201.434%200%202.152.446%202.597c.445.446%201.163.446%202.598.446h2.029c1.481%200%202.222%200%202.675-.665c.453-.666.237-1.213-.194-2.309Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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