md-pie from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-pie
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
pie-graph

Related icons in IonIcons

Use the md pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32.6 256H256V32.6c-5-.4-10.6-.6-16-.6-114.9 0-208 93.1-208 208 0 5.4.2 11 .6 16z" fill="currentColor"/><path d="M109.8 402.2C147.9 449.6 206.4 480 272 480c114.9 0 208-93.1 208-208 0-65.6-30.4-124.1-77.8-162.2C370.5 84.3 331 67.9 288 64.6V288H64.6c3.3 43 19.7 82.5 45.2 114.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdPie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32.6 256H256V32.6c-5-.4-10.6-.6-16-.6-114.9 0-208 93.1-208 208 0 5.4.2 11 .6 16z" fill="currentColor"/><path d="M109.8 402.2C147.9 449.6 206.4 480 272 480c114.9 0 208-93.1 208-208 0-65.6-30.4-124.1-77.8-162.2C370.5 84.3 331 67.9 288 64.6V288H64.6c3.3 43 19.7 82.5 45.2 114.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32.6 256H256V32.6c-5-.4-10.6-.6-16-.6-114.9 0-208 93.1-208 208 0 5.4.2 11 .6 16z" fill="currentColor"/><path d="M109.8 402.2C147.9 449.6 206.4 480 272 480c114.9 0 208-93.1 208-208 0-65.6-30.4-124.1-77.8-162.2C370.5 84.3 331 67.9 288 64.6V288H64.6c3.3 43 19.7 82.5 45.2 114.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M32.6%20256H256V32.6c-5-.4-10.6-.6-16-.6-114.9%200-208%2093.1-208%20208%200%205.4.2%2011%20.6%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M109.8%20402.2C147.9%20449.6%20206.4%20480%20272%20480c114.9%200%20208-93.1%20208-208%200-65.6-30.4-124.1-77.8-162.2C370.5%2084.3%20331%2067.9%20288%2064.6V288H64.6c3.3%2043%2019.7%2082.5%2045.2%20114.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M32.6%20256H256V32.6c-5-.4-10.6-.6-16-.6-114.9%200-208%2093.1-208%20208%200%205.4.2%2011%20.6%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M109.8%20402.2C147.9%20449.6%20206.4%20480%20272%20480c114.9%200%20208-93.1%20208-208%200-65.6-30.4-124.1-77.8-162.2C370.5%2084.3%20331%2067.9%20288%2064.6V288H64.6c3.3%2043%2019.7%2082.5%2045.2%20114.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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