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

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

The same icon in other sets

Related icons in Huge Icons

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="1.5"><path d="M20.758 10.17c.742 0 1.242 1.018 1.242 1.857c0 2.313-3.434 2.708-4 .502c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.566 2.206-4 1.81-4-.502c0-.84.5-1.858 1.242-1.858C4.182 6.632 7.746 4 12 4s7.818 2.632 8.758 6.17M15 7.5l.5 1M9 7.5l-.5 1M12 7v1"/><path d="m3.5 14l.449 1.077c.994 2.386 1.491 3.58 2.499 4.251s2.3.672 4.885.672h1.334c2.585 0 3.877 0 4.885-.672s1.505-1.865 2.5-4.251L20.5 14"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPie(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="1.5"><path d="M20.758 10.17c.742 0 1.242 1.018 1.242 1.857c0 2.313-3.434 2.708-4 .502c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.566 2.206-4 1.81-4-.502c0-.84.5-1.858 1.242-1.858C4.182 6.632 7.746 4 12 4s7.818 2.632 8.758 6.17M15 7.5l.5 1M9 7.5l-.5 1M12 7v1"/><path d="m3.5 14l.449 1.077c.994 2.386 1.491 3.58 2.499 4.251s2.3.672 4.885.672h1.334c2.585 0 3.877 0 4.885-.672s1.505-1.865 2.5-4.251L20.5 14"/></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="1.5"><path d="M20.758 10.17c.742 0 1.242 1.018 1.242 1.857c0 2.313-3.434 2.708-4 .502c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.503 1.961-3.497 1.961-4 0c-.566 2.206-4 1.81-4-.502c0-.84.5-1.858 1.242-1.858C4.182 6.632 7.746 4 12 4s7.818 2.632 8.758 6.17M15 7.5l.5 1M9 7.5l-.5 1M12 7v1"/><path d="m3.5 14l.449 1.077c.994 2.386 1.491 3.58 2.499 4.251s2.3.672 4.885.672h1.334c2.585 0 3.877 0 4.885-.672s1.505-1.865 2.5-4.251L20.5 14"/></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%221.5%22%3E%3Cpath%20d%3D%22M20.758%2010.17c.742%200%201.242%201.018%201.242%201.857c0%202.313-3.434%202.708-4%20.502c-.503%201.961-3.497%201.961-4%200c-.503%201.961-3.497%201.961-4%200c-.503%201.961-3.497%201.961-4%200c-.566%202.206-4%201.81-4-.502c0-.84.5-1.858%201.242-1.858C4.182%206.632%207.746%204%2012%204s7.818%202.632%208.758%206.17M15%207.5l.5%201M9%207.5l-.5%201M12%207v1%22%2F%3E%3Cpath%20d%3D%22m3.5%2014l.449%201.077c.994%202.386%201.491%203.58%202.499%204.251s2.3.672%204.885.672h1.334c2.585%200%203.877%200%204.885-.672s1.505-1.865%202.5-4.251L20.5%2014%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%221.5%22%3E%3Cpath%20d%3D%22M20.758%2010.17c.742%200%201.242%201.018%201.242%201.857c0%202.313-3.434%202.708-4%20.502c-.503%201.961-3.497%201.961-4%200c-.503%201.961-3.497%201.961-4%200c-.503%201.961-3.497%201.961-4%200c-.566%202.206-4%201.81-4-.502c0-.84.5-1.858%201.242-1.858C4.182%206.632%207.746%204%2012%204s7.818%202.632%208.758%206.17M15%207.5l.5%201M9%207.5l-.5%201M12%207v1%22%2F%3E%3Cpath%20d%3D%22m3.5%2014l.449%201.077c.994%202.386%201.491%203.58%202.499%204.251s2.3.672%204.885.672h1.334c2.585%200%203.877%200%204.885-.672s1.505-1.865%202.5-4.251L20.5%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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