pie2-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.

Name
pie2-filled
Set
Reicon
Style
Filled
Category
Business
Viewbox
24×24
License
MIT

2 other variants in Reicon

More business icons from Reicon

Use the pie2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.222 4.601a9.5 9.5 0 0 1 1.395-.771c1.372-.615 2.058-.922 2.97-.33c.913.59.913 1.56.913 3.5v1.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586H17c1.94 0 2.91 0 3.5.912c.592.913.285 1.599-.33 2.97a9.5 9.5 0 0 1-10.523 5.435A9.5 9.5 0 0 1 6.222 4.601"/><path d="M21.446 7.069a8.03 8.03 0 0 0-4.515-4.515C15.389 1.947 14 3.344 14 5v4a1 1 0 0 0 1 1h4c1.657 0 3.053-1.39 2.446-2.931"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPie2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.222 4.601a9.5 9.5 0 0 1 1.395-.771c1.372-.615 2.058-.922 2.97-.33c.913.59.913 1.56.913 3.5v1.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586H17c1.94 0 2.91 0 3.5.912c.592.913.285 1.599-.33 2.97a9.5 9.5 0 0 1-10.523 5.435A9.5 9.5 0 0 1 6.222 4.601"/><path d="M21.446 7.069a8.03 8.03 0 0 0-4.515-4.515C15.389 1.947 14 3.344 14 5v4a1 1 0 0 0 1 1h4c1.657 0 3.053-1.39 2.446-2.931"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.222 4.601a9.5 9.5 0 0 1 1.395-.771c1.372-.615 2.058-.922 2.97-.33c.913.59.913 1.56.913 3.5v1.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586H17c1.94 0 2.91 0 3.5.912c.592.913.285 1.599-.33 2.97a9.5 9.5 0 0 1-10.523 5.435A9.5 9.5 0 0 1 6.222 4.601"/><path d="M21.446 7.069a8.03 8.03 0 0 0-4.515-4.515C15.389 1.947 14 3.344 14 5v4a1 1 0 0 0 1 1h4c1.657 0 3.053-1.39 2.446-2.931"/></g></svg>
</template>

CSS

.icon-pie2-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M6.222%204.601a9.5%209.5%200%200%201%201.395-.771c1.372-.615%202.058-.922%202.97-.33c.913.59.913%201.56.913%203.5v1.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586H17c1.94%200%202.91%200%203.5.912c.592.913.285%201.599-.33%202.97a9.5%209.5%200%200%201-10.523%205.435A9.5%209.5%200%200%201%206.222%204.601%22%2F%3E%3Cpath%20d%3D%22M21.446%207.069a8.03%208.03%200%200%200-4.515-4.515C15.389%201.947%2014%203.344%2014%205v4a1%201%200%200%200%201%201h4c1.657%200%203.053-1.39%202.446-2.931%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.222%204.601a9.5%209.5%200%200%201%201.395-.771c1.372-.615%202.058-.922%202.97-.33c.913.59.913%201.56.913%203.5v1.5c0%201.886%200%202.828.586%203.414s1.528.586%203.414.586H17c1.94%200%202.91%200%203.5.912c.592.913.285%201.599-.33%202.97a9.5%209.5%200%200%201-10.523%205.435A9.5%209.5%200%200%201%206.222%204.601%22%2F%3E%3Cpath%20d%3D%22M21.446%207.069a8.03%208.03%200%200%200-4.515-4.515C15.389%201.947%2014%203.344%2014%205v4a1%201%200%200%200%201%201h4c1.657%200%203.053-1.39%202.446-2.931%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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