pie from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
pie
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7 2C5.5 4 8.5 5 7 7m5-5c-1.5 2 1.5 3 0 5m5-5c-1.5 2 1.5 3 0 5m4 9s-2-5-9-5s-9 5-9 5l1.7 5.1c.2.5.7.9 1.3.9h12c.5 0 1.1-.4 1.3-.9Z"/><path d="M2 16c1.7 0 1.6 1 3.3 1s1.7-1 3.4-1s1.6 1 3.3 1s1.7-1 3.3-1c1.7 0 1.6 1 3.3 1s1.7-1 3.3-1M8.5 16l1.5 6m5.5-6L14 22"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabPie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M7 2C5.5 4 8.5 5 7 7m5-5c-1.5 2 1.5 3 0 5m5-5c-1.5 2 1.5 3 0 5m4 9s-2-5-9-5s-9 5-9 5l1.7 5.1c.2.5.7.9 1.3.9h12c.5 0 1.1-.4 1.3-.9Z"/><path d="M2 16c1.7 0 1.6 1 3.3 1s1.7-1 3.4-1s1.6 1 3.3 1s1.7-1 3.3-1c1.7 0 1.6 1 3.3 1s1.7-1 3.3-1M8.5 16l1.5 6m5.5-6L14 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7 2C5.5 4 8.5 5 7 7m5-5c-1.5 2 1.5 3 0 5m5-5c-1.5 2 1.5 3 0 5m4 9s-2-5-9-5s-9 5-9 5l1.7 5.1c.2.5.7.9 1.3.9h12c.5 0 1.1-.4 1.3-.9Z"/><path d="M2 16c1.7 0 1.6 1 3.3 1s1.7-1 3.4-1s1.6 1 3.3 1s1.7-1 3.3-1c1.7 0 1.6 1 3.3 1s1.7-1 3.3-1M8.5 16l1.5 6m5.5-6L14 22"/></g></svg>
</template>

CSS

.icon-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7%202C5.5%204%208.5%205%207%207m5-5c-1.5%202%201.5%203%200%205m5-5c-1.5%202%201.5%203%200%205m4%209s-2-5-9-5s-9%205-9%205l1.7%205.1c.2.5.7.9%201.3.9h12c.5%200%201.1-.4%201.3-.9Z%22%2F%3E%3Cpath%20d%3D%22M2%2016c1.7%200%201.6%201%203.3%201s1.7-1%203.4-1s1.6%201%203.3%201s1.7-1%203.3-1c1.7%200%201.6%201%203.3%201s1.7-1%203.3-1M8.5%2016l1.5%206m5.5-6L14%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7%202C5.5%204%208.5%205%207%207m5-5c-1.5%202%201.5%203%200%205m5-5c-1.5%202%201.5%203%200%205m4%209s-2-5-9-5s-9%205-9%205l1.7%205.1c.2.5.7.9%201.3.9h12c.5%200%201.1-.4%201.3-.9Z%22%2F%3E%3Cpath%20d%3D%22M2%2016c1.7%200%201.6%201%203.3%201s1.7-1%203.4-1s1.6%201%203.3%201s1.7-1%203.3-1c1.7%200%201.6%201%203.3%201s1.7-1%203.3-1M8.5%2016l1.5%206m5.5-6L14%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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