pie2 from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.

Name
pie2
Set
Reicon
Style
Outline
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" fill-rule="evenodd" clip-rule="evenodd"><path d="M17.206 1.856c-1.063-.419-2.09-.135-2.817.512c-.71.63-1.139 1.602-1.139 2.632v4c0 .967.784 1.75 1.75 1.75h4c1.03 0 2.002-.43 2.633-1.139c.646-.727.93-1.754.51-2.817a8.78 8.78 0 0 0-4.937-4.938M14.75 9V5c0-.627.265-1.182.636-1.512c.353-.314.791-.425 1.27-.236a7.28 7.28 0 0 1 4.092 4.092c.189.479.078.917-.236 1.27c-.33.371-.885.636-1.512.636h-4a.25.25 0 0 1-.25-.25"/><path d="M10.995 2.87c-.61-.396-1.2-.51-1.85-.396c-.55.096-1.14.36-1.767.641l-.067.03A10.25 10.25 0 1 0 20.855 16.69l.03-.068c.281-.627.545-1.217.641-1.768c.113-.648 0-1.239-.396-1.85c-.426-.657-1.01-.979-1.724-1.125c-.634-.13-1.426-.13-2.334-.129H15.5c-.964 0-1.612-.002-2.095-.066c-.461-.063-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V6.928c0-.908 0-1.7-.13-2.334c-.145-.714-.467-1.298-1.125-1.724M7.924 4.514c.719-.322 1.136-.503 1.48-.563c.265-.046.474-.018.776.178c.254.165.389.361.471.765c.095.467.099 1.104.099 2.106v1.552c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08H17c1.002 0 1.639.004 2.106.099c.404.082.6.217.765.471c.196.302.224.511.178.777c-.06.343-.241.76-.563 1.48a8.76 8.76 0 0 1-4.638 4.507a8.75 8.75 0 0 1-6.924-16.07"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPie2(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" fillRule="evenodd" clipRule="evenodd"><path d="M17.206 1.856c-1.063-.419-2.09-.135-2.817.512c-.71.63-1.139 1.602-1.139 2.632v4c0 .967.784 1.75 1.75 1.75h4c1.03 0 2.002-.43 2.633-1.139c.646-.727.93-1.754.51-2.817a8.78 8.78 0 0 0-4.937-4.938M14.75 9V5c0-.627.265-1.182.636-1.512c.353-.314.791-.425 1.27-.236a7.28 7.28 0 0 1 4.092 4.092c.189.479.078.917-.236 1.27c-.33.371-.885.636-1.512.636h-4a.25.25 0 0 1-.25-.25"/><path d="M10.995 2.87c-.61-.396-1.2-.51-1.85-.396c-.55.096-1.14.36-1.767.641l-.067.03A10.25 10.25 0 1 0 20.855 16.69l.03-.068c.281-.627.545-1.217.641-1.768c.113-.648 0-1.239-.396-1.85c-.426-.657-1.01-.979-1.724-1.125c-.634-.13-1.426-.13-2.334-.129H15.5c-.964 0-1.612-.002-2.095-.066c-.461-.063-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V6.928c0-.908 0-1.7-.13-2.334c-.145-.714-.467-1.298-1.125-1.724M7.924 4.514c.719-.322 1.136-.503 1.48-.563c.265-.046.474-.018.776.178c.254.165.389.361.471.765c.095.467.099 1.104.099 2.106v1.552c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08H17c1.002 0 1.639.004 2.106.099c.404.082.6.217.765.471c.196.302.224.511.178.777c-.06.343-.241.76-.563 1.48a8.76 8.76 0 0 1-4.638 4.507a8.75 8.75 0 0 1-6.924-16.07"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M17.206 1.856c-1.063-.419-2.09-.135-2.817.512c-.71.63-1.139 1.602-1.139 2.632v4c0 .967.784 1.75 1.75 1.75h4c1.03 0 2.002-.43 2.633-1.139c.646-.727.93-1.754.51-2.817a8.78 8.78 0 0 0-4.937-4.938M14.75 9V5c0-.627.265-1.182.636-1.512c.353-.314.791-.425 1.27-.236a7.28 7.28 0 0 1 4.092 4.092c.189.479.078.917-.236 1.27c-.33.371-.885.636-1.512.636h-4a.25.25 0 0 1-.25-.25"/><path d="M10.995 2.87c-.61-.396-1.2-.51-1.85-.396c-.55.096-1.14.36-1.767.641l-.067.03A10.25 10.25 0 1 0 20.855 16.69l.03-.068c.281-.627.545-1.217.641-1.768c.113-.648 0-1.239-.396-1.85c-.426-.657-1.01-.979-1.724-1.125c-.634-.13-1.426-.13-2.334-.129H15.5c-.964 0-1.612-.002-2.095-.066c-.461-.063-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V6.928c0-.908 0-1.7-.13-2.334c-.145-.714-.467-1.298-1.125-1.724M7.924 4.514c.719-.322 1.136-.503 1.48-.563c.265-.046.474-.018.776.178c.254.165.389.361.471.765c.095.467.099 1.104.099 2.106v1.552c0 .898 0 1.648.08 2.242c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.594.08 1.344.08 2.242.08H17c1.002 0 1.639.004 2.106.099c.404.082.6.217.765.471c.196.302.224.511.178.777c-.06.343-.241.76-.563 1.48a8.76 8.76 0 0 1-4.638 4.507a8.75 8.75 0 0 1-6.924-16.07"/></g></svg>
</template>

CSS

.icon-pie2 {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.206%201.856c-1.063-.419-2.09-.135-2.817.512c-.71.63-1.139%201.602-1.139%202.632v4c0%20.967.784%201.75%201.75%201.75h4c1.03%200%202.002-.43%202.633-1.139c.646-.727.93-1.754.51-2.817a8.78%208.78%200%200%200-4.937-4.938M14.75%209V5c0-.627.265-1.182.636-1.512c.353-.314.791-.425%201.27-.236a7.28%207.28%200%200%201%204.092%204.092c.189.479.078.917-.236%201.27c-.33.371-.885.636-1.512.636h-4a.25.25%200%200%201-.25-.25%22%2F%3E%3Cpath%20d%3D%22M10.995%202.87c-.61-.396-1.2-.51-1.85-.396c-.55.096-1.14.36-1.767.641l-.067.03A10.25%2010.25%200%201%200%2020.855%2016.69l.03-.068c.281-.627.545-1.217.641-1.768c.113-.648%200-1.239-.396-1.85c-.426-.657-1.01-.979-1.724-1.125c-.634-.13-1.426-.13-2.334-.129H15.5c-.964%200-1.612-.002-2.095-.066c-.461-.063-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V6.928c0-.908%200-1.7-.13-2.334c-.145-.714-.467-1.298-1.125-1.724M7.924%204.514c.719-.322%201.136-.503%201.48-.563c.265-.046.474-.018.776.178c.254.165.389.361.471.765c.095.467.099%201.104.099%202.106v1.552c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.594.08%201.344.08%202.242.08H17c1.002%200%201.639.004%202.106.099c.404.082.6.217.765.471c.196.302.224.511.178.777c-.06.343-.241.76-.563%201.48a8.76%208.76%200%200%201-4.638%204.507a8.75%208.75%200%200%201-6.924-16.07%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.206%201.856c-1.063-.419-2.09-.135-2.817.512c-.71.63-1.139%201.602-1.139%202.632v4c0%20.967.784%201.75%201.75%201.75h4c1.03%200%202.002-.43%202.633-1.139c.646-.727.93-1.754.51-2.817a8.78%208.78%200%200%200-4.937-4.938M14.75%209V5c0-.627.265-1.182.636-1.512c.353-.314.791-.425%201.27-.236a7.28%207.28%200%200%201%204.092%204.092c.189.479.078.917-.236%201.27c-.33.371-.885.636-1.512.636h-4a.25.25%200%200%201-.25-.25%22%2F%3E%3Cpath%20d%3D%22M10.995%202.87c-.61-.396-1.2-.51-1.85-.396c-.55.096-1.14.36-1.767.641l-.067.03A10.25%2010.25%200%201%200%2020.855%2016.69l.03-.068c.281-.627.545-1.217.641-1.768c.113-.648%200-1.239-.396-1.85c-.426-.657-1.01-.979-1.724-1.125c-.634-.13-1.426-.13-2.334-.129H15.5c-.964%200-1.612-.002-2.095-.066c-.461-.063-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V6.928c0-.908%200-1.7-.13-2.334c-.145-.714-.467-1.298-1.125-1.724M7.924%204.514c.719-.322%201.136-.503%201.48-.563c.265-.046.474-.018.776.178c.254.165.389.361.471.765c.095.467.099%201.104.099%202.106v1.552c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.594.08%201.344.08%202.242.08H17c1.002%200%201.639.004%202.106.099c.404.082.6.217.765.471c.196.302.224.511.178.777c-.06.343-.241.76-.563%201.48a8.76%208.76%200%200%201-4.638%204.507a8.75%208.75%200%200%201-6.924-16.07%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.svg?color=%231a73e8&size=48

Pie2 outline icon — Reicon · IconsDB