pie3 icon
pie3 from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.
- Name
- pie3
- Set
- Reicon
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More business icons from Reicon
Use the pie3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.52 1.868c-.604-.4-1.194-.516-1.843-.412c-.553.089-1.153.342-1.796.614l-.067.029A10.75 10.75 0 1 0 21.9 16.186l.029-.067c.272-.643.526-1.242.614-1.796c.104-.65-.012-1.239-.412-1.842c-.43-.649-1.015-.963-1.726-1.104c-.633-.127-1.425-.127-2.335-.127H16c-.964 0-1.612-.002-2.095-.066c-.461-.062-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V5.93c0-.91 0-1.702-.126-2.335c-.142-.711-.456-1.296-1.104-1.726M8.398 3.48c.734-.31 1.164-.487 1.517-.543c.276-.044.485-.012.776.181c.246.164.38.36.462.77c.094.47.097 1.11.097 2.112v2.052c0 .899 0 1.648.08 2.243c.084.627.27 1.194.726 1.65s1.022.64 1.65.725c.594.08 1.344.08 2.242.08H18c1.002 0 1.643.004 2.113.097c.409.082.606.216.769.462c.193.292.225.5.181.777c-.056.352-.233.782-.543 1.516a9.25 9.25 0 0 1-10.325 5.47A9.25 9.25 0 0 1 8.398 3.48" clip-rule="evenodd"/><path d="M14.687 1.589a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 1 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPie3(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 fillRule="evenodd" d="M11.52 1.868c-.604-.4-1.194-.516-1.843-.412c-.553.089-1.153.342-1.796.614l-.067.029A10.75 10.75 0 1 0 21.9 16.186l.029-.067c.272-.643.526-1.242.614-1.796c.104-.65-.012-1.239-.412-1.842c-.43-.649-1.015-.963-1.726-1.104c-.633-.127-1.425-.127-2.335-.127H16c-.964 0-1.612-.002-2.095-.066c-.461-.062-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V5.93c0-.91 0-1.702-.126-2.335c-.142-.711-.456-1.296-1.104-1.726M8.398 3.48c.734-.31 1.164-.487 1.517-.543c.276-.044.485-.012.776.181c.246.164.38.36.462.77c.094.47.097 1.11.097 2.112v2.052c0 .899 0 1.648.08 2.243c.084.627.27 1.194.726 1.65s1.022.64 1.65.725c.594.08 1.344.08 2.242.08H18c1.002 0 1.643.004 2.113.097c.409.082.606.216.769.462c.193.292.225.5.181.777c-.056.352-.233.782-.543 1.516a9.25 9.25 0 0 1-10.325 5.47A9.25 9.25 0 0 1 8.398 3.48" clipRule="evenodd"/><path d="M14.687 1.589a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 1 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></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 fill-rule="evenodd" d="M11.52 1.868c-.604-.4-1.194-.516-1.843-.412c-.553.089-1.153.342-1.796.614l-.067.029A10.75 10.75 0 1 0 21.9 16.186l.029-.067c.272-.643.526-1.242.614-1.796c.104-.65-.012-1.239-.412-1.842c-.43-.649-1.015-.963-1.726-1.104c-.633-.127-1.425-.127-2.335-.127H16c-.964 0-1.612-.002-2.095-.066c-.461-.062-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V5.93c0-.91 0-1.702-.126-2.335c-.142-.711-.456-1.296-1.104-1.726M8.398 3.48c.734-.31 1.164-.487 1.517-.543c.276-.044.485-.012.776.181c.246.164.38.36.462.77c.094.47.097 1.11.097 2.112v2.052c0 .899 0 1.648.08 2.243c.084.627.27 1.194.726 1.65s1.022.64 1.65.725c.594.08 1.344.08 2.242.08H18c1.002 0 1.643.004 2.113.097c.409.082.606.216.769.462c.193.292.225.5.181.777c-.056.352-.233.782-.543 1.516a9.25 9.25 0 0 1-10.325 5.47A9.25 9.25 0 0 1 8.398 3.48" clip-rule="evenodd"/><path d="M14.687 1.589a.75.75 0 1 0-.374 1.452a9.27 9.27 0 0 1 6.646 6.646a.75.75 0 1 0 1.452-.374a10.77 10.77 0 0 0-7.724-7.724"/></g></svg> </template>
CSS
.icon-pie3 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.52%201.868c-.604-.4-1.194-.516-1.843-.412c-.553.089-1.153.342-1.796.614l-.067.029A10.75%2010.75%200%201%200%2021.9%2016.186l.029-.067c.272-.643.526-1.242.614-1.796c.104-.65-.012-1.239-.412-1.842c-.43-.649-1.015-.963-1.726-1.104c-.633-.127-1.425-.127-2.335-.127H16c-.964%200-1.612-.002-2.095-.066c-.461-.062-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V5.93c0-.91%200-1.702-.126-2.335c-.142-.711-.456-1.296-1.104-1.726M8.398%203.48c.734-.31%201.164-.487%201.517-.543c.276-.044.485-.012.776.181c.246.164.38.36.462.77c.094.47.097%201.11.097%202.112v2.052c0%20.899%200%201.648.08%202.243c.084.627.27%201.194.726%201.65s1.022.64%201.65.725c.594.08%201.344.08%202.242.08H18c1.002%200%201.643.004%202.113.097c.409.082.606.216.769.462c.193.292.225.5.181.777c-.056.352-.233.782-.543%201.516a9.25%209.25%200%200%201-10.325%205.47A9.25%209.25%200%200%201%208.398%203.48%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.687%201.589a.75.75%200%201%200-.374%201.452a9.27%209.27%200%200%201%206.646%206.646a.75.75%200%201%200%201.452-.374a10.77%2010.77%200%200%200-7.724-7.724%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.52%201.868c-.604-.4-1.194-.516-1.843-.412c-.553.089-1.153.342-1.796.614l-.067.029A10.75%2010.75%200%201%200%2021.9%2016.186l.029-.067c.272-.643.526-1.242.614-1.796c.104-.65-.012-1.239-.412-1.842c-.43-.649-1.015-.963-1.726-1.104c-.633-.127-1.425-.127-2.335-.127H16c-.964%200-1.612-.002-2.095-.066c-.461-.062-.659-.17-.789-.3s-.237-.328-.3-.79c-.064-.482-.066-1.13-.066-2.094V5.93c0-.91%200-1.702-.126-2.335c-.142-.711-.456-1.296-1.104-1.726M8.398%203.48c.734-.31%201.164-.487%201.517-.543c.276-.044.485-.012.776.181c.246.164.38.36.462.77c.094.47.097%201.11.097%202.112v2.052c0%20.899%200%201.648.08%202.243c.084.627.27%201.194.726%201.65s1.022.64%201.65.725c.594.08%201.344.08%202.242.08H18c1.002%200%201.643.004%202.113.097c.409.082.606.216.769.462c.193.292.225.5.181.777c-.056.352-.233.782-.543%201.516a9.25%209.25%200%200%201-10.325%205.47A9.25%209.25%200%200%201%208.398%203.48%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.687%201.589a.75.75%200%201%200-.374%201.452a9.27%209.27%200%200%201%206.646%206.646a.75.75%200%201%200%201.452-.374a10.77%2010.77%200%200%200-7.724-7.724%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/pie3.svg?color=%231a73e8&size=48