pie3 icon
pie3-duotone from Reicon by REICON · Duotone · Business · MIT Free for personal and commercial use.
- Name
- pie3-duotone
- Set
- Reicon
- Style
- Duotone
- 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 d="M6.444 3.685a10 10 0 0 1 1.662-.896c1.403-.593 2.104-.89 3-.296C12 3.086 12 4.057 12 6v2c0 1.886 0 2.828.586 3.414S14.114 12 16 12h2c1.942 0 2.914 0 3.507.895s.297 1.596-.296 3a10 10 0 0 1-11.162 5.913A10 10 0 0 1 6.444 3.685"/><path fill-rule="evenodd" d="M13.774 2.128a.75.75 0 0 1 .913-.54a10.77 10.77 0 0 1 7.725 7.725a.75.75 0 0 1-1.453.374a9.27 9.27 0 0 0-6.646-6.646a.75.75 0 0 1-.54-.913" clip-rule="evenodd" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPie3Duotone(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.444 3.685a10 10 0 0 1 1.662-.896c1.403-.593 2.104-.89 3-.296C12 3.086 12 4.057 12 6v2c0 1.886 0 2.828.586 3.414S14.114 12 16 12h2c1.942 0 2.914 0 3.507.895s.297 1.596-.296 3a10 10 0 0 1-11.162 5.913A10 10 0 0 1 6.444 3.685"/><path fillRule="evenodd" d="M13.774 2.128a.75.75 0 0 1 .913-.54a10.77 10.77 0 0 1 7.725 7.725a.75.75 0 0 1-1.453.374a9.27 9.27 0 0 0-6.646-6.646a.75.75 0 0 1-.54-.913" clipRule="evenodd" opacity=".5"/></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.444 3.685a10 10 0 0 1 1.662-.896c1.403-.593 2.104-.89 3-.296C12 3.086 12 4.057 12 6v2c0 1.886 0 2.828.586 3.414S14.114 12 16 12h2c1.942 0 2.914 0 3.507.895s.297 1.596-.296 3a10 10 0 0 1-11.162 5.913A10 10 0 0 1 6.444 3.685"/><path fill-rule="evenodd" d="M13.774 2.128a.75.75 0 0 1 .913-.54a10.77 10.77 0 0 1 7.725 7.725a.75.75 0 0 1-1.453.374a9.27 9.27 0 0 0-6.646-6.646a.75.75 0 0 1-.54-.913" clip-rule="evenodd" opacity=".5"/></g></svg> </template>
CSS
.icon-pie3-duotone {
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.444%203.685a10%2010%200%200%201%201.662-.896c1.403-.593%202.104-.89%203-.296C12%203.086%2012%204.057%2012%206v2c0%201.886%200%202.828.586%203.414S14.114%2012%2016%2012h2c1.942%200%202.914%200%203.507.895s.297%201.596-.296%203a10%2010%200%200%201-11.162%205.913A10%2010%200%200%201%206.444%203.685%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.774%202.128a.75.75%200%200%201%20.913-.54a10.77%2010.77%200%200%201%207.725%207.725a.75.75%200%200%201-1.453.374a9.27%209.27%200%200%200-6.646-6.646a.75.75%200%200%201-.54-.913%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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.444%203.685a10%2010%200%200%201%201.662-.896c1.403-.593%202.104-.89%203-.296C12%203.086%2012%204.057%2012%206v2c0%201.886%200%202.828.586%203.414S14.114%2012%2016%2012h2c1.942%200%202.914%200%203.507.895s.297%201.596-.296%203a10%2010%200%200%201-11.162%205.913A10%2010%200%200%201%206.444%203.685%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.774%202.128a.75.75%200%200%201%20.913-.54a10.77%2010.77%200%200%201%207.725%207.725a.75.75%200%200%201-1.453.374a9.27%209.27%200%200%200-6.646-6.646a.75.75%200%200%201-.54-.913%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48