ios pie icon

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

Name
ios-pie
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios pie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M276 68.1v219c0 3.7-2.5 6.8-6 7.7L81.1 343.4c-2.3.6-3.6 3.1-2.7 5.4C109.1 426 184.9 480.6 273.2 480c114.6-.7 206.8-93.5 206.8-208 0-112.1-88.6-203.5-199.8-207.8-2.3-.1-4.2 1.7-4.2 3.9z" fill="currentColor"/><path d="M32 239.3s.2 48.8 15.2 81.1c.8 1.8 2.8 2.7 4.6 2.2l193.8-49.7c3.5-.9 6.4-4.6 6.4-8.2V36c0-2.2-1.8-4-4-4C91 33.9 32 149 32 239.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M276 68.1v219c0 3.7-2.5 6.8-6 7.7L81.1 343.4c-2.3.6-3.6 3.1-2.7 5.4C109.1 426 184.9 480.6 273.2 480c114.6-.7 206.8-93.5 206.8-208 0-112.1-88.6-203.5-199.8-207.8-2.3-.1-4.2 1.7-4.2 3.9z" fill="currentColor"/><path d="M32 239.3s.2 48.8 15.2 81.1c.8 1.8 2.8 2.7 4.6 2.2l193.8-49.7c3.5-.9 6.4-4.6 6.4-8.2V36c0-2.2-1.8-4-4-4C91 33.9 32 149 32 239.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M276 68.1v219c0 3.7-2.5 6.8-6 7.7L81.1 343.4c-2.3.6-3.6 3.1-2.7 5.4C109.1 426 184.9 480.6 273.2 480c114.6-.7 206.8-93.5 206.8-208 0-112.1-88.6-203.5-199.8-207.8-2.3-.1-4.2 1.7-4.2 3.9z" fill="currentColor"/><path d="M32 239.3s.2 48.8 15.2 81.1c.8 1.8 2.8 2.7 4.6 2.2l193.8-49.7c3.5-.9 6.4-4.6 6.4-8.2V36c0-2.2-1.8-4-4-4C91 33.9 32 149 32 239.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M276%2068.1v219c0%203.7-2.5%206.8-6%207.7L81.1%20343.4c-2.3.6-3.6%203.1-2.7%205.4C109.1%20426%20184.9%20480.6%20273.2%20480c114.6-.7%20206.8-93.5%20206.8-208%200-112.1-88.6-203.5-199.8-207.8-2.3-.1-4.2%201.7-4.2%203.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20239.3s.2%2048.8%2015.2%2081.1c.8%201.8%202.8%202.7%204.6%202.2l193.8-49.7c3.5-.9%206.4-4.6%206.4-8.2V36c0-2.2-1.8-4-4-4C91%2033.9%2032%20149%2032%20239.3z%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%22M276%2068.1v219c0%203.7-2.5%206.8-6%207.7L81.1%20343.4c-2.3.6-3.6%203.1-2.7%205.4C109.1%20426%20184.9%20480.6%20273.2%20480c114.6-.7%20206.8-93.5%20206.8-208%200-112.1-88.6-203.5-199.8-207.8-2.3-.1-4.2%201.7-4.2%203.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20239.3s.2%2048.8%2015.2%2081.1c.8%201.8%202.8%202.7%204.6%202.2l193.8-49.7c3.5-.9%206.4-4.6%206.4-8.2V36c0-2.2-1.8-4-4-4C91%2033.9%2032%20149%2032%20239.3z%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/ios-pie.svg?color=%231a73e8&size=48