pi icon
pi-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- pi-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the pi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.18 4.668c-.202.388-.21.888-.141 1.234a.5.5 0 1 1-.98.196c-.098-.487-.106-1.237.233-1.89C2.655 3.504 3.377 3 4.542 3H16.5a.5.5 0 1 1 0 1H14v9.665c0 1.543.469 2.058.837 2.23c.423.199.998.091 1.436-.132a.5.5 0 1 1 .454.891c-.562.286-1.487.534-2.314.148c-.882-.413-1.413-1.424-1.413-3.137V4H8v.028a90 90 0 0 1-.617 6.514a44 44 0 0 1-.6 3.522c-.232 1.059-.507 2.002-.836 2.66a.5.5 0 1 1-.894-.448c.271-.542.525-1.386.754-2.427c.227-1.032.421-2.223.585-3.44c.325-2.42.523-4.916.607-6.409H4.542c-.828 0-1.187.328-1.363.668"/></svg>
React
import type { SVGProps } from "react";
export function FluentPi20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.18 4.668c-.202.388-.21.888-.141 1.234a.5.5 0 1 1-.98.196c-.098-.487-.106-1.237.233-1.89C2.655 3.504 3.377 3 4.542 3H16.5a.5.5 0 1 1 0 1H14v9.665c0 1.543.469 2.058.837 2.23c.423.199.998.091 1.436-.132a.5.5 0 1 1 .454.891c-.562.286-1.487.534-2.314.148c-.882-.413-1.413-1.424-1.413-3.137V4H8v.028a90 90 0 0 1-.617 6.514a44 44 0 0 1-.6 3.522c-.232 1.059-.507 2.002-.836 2.66a.5.5 0 1 1-.894-.448c.271-.542.525-1.386.754-2.427c.227-1.032.421-2.223.585-3.44c.325-2.42.523-4.916.607-6.409H4.542c-.828 0-1.187.328-1.363.668"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.18 4.668c-.202.388-.21.888-.141 1.234a.5.5 0 1 1-.98.196c-.098-.487-.106-1.237.233-1.89C2.655 3.504 3.377 3 4.542 3H16.5a.5.5 0 1 1 0 1H14v9.665c0 1.543.469 2.058.837 2.23c.423.199.998.091 1.436-.132a.5.5 0 1 1 .454.891c-.562.286-1.487.534-2.314.148c-.882-.413-1.413-1.424-1.413-3.137V4H8v.028a90 90 0 0 1-.617 6.514a44 44 0 0 1-.6 3.522c-.232 1.059-.507 2.002-.836 2.66a.5.5 0 1 1-.894-.448c.271-.542.525-1.386.754-2.427c.227-1.032.421-2.223.585-3.44c.325-2.42.523-4.916.607-6.409H4.542c-.828 0-1.187.328-1.363.668"/></svg> </template>
CSS
.icon-pi-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.18%204.668c-.202.388-.21.888-.141%201.234a.5.5%200%201%201-.98.196c-.098-.487-.106-1.237.233-1.89C2.655%203.504%203.377%203%204.542%203H16.5a.5.5%200%201%201%200%201H14v9.665c0%201.543.469%202.058.837%202.23c.423.199.998.091%201.436-.132a.5.5%200%201%201%20.454.891c-.562.286-1.487.534-2.314.148c-.882-.413-1.413-1.424-1.413-3.137V4H8v.028a90%2090%200%200%201-.617%206.514a44%2044%200%200%201-.6%203.522c-.232%201.059-.507%202.002-.836%202.66a.5.5%200%201%201-.894-.448c.271-.542.525-1.386.754-2.427c.227-1.032.421-2.223.585-3.44c.325-2.42.523-4.916.607-6.409H4.542c-.828%200-1.187.328-1.363.668%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.18%204.668c-.202.388-.21.888-.141%201.234a.5.5%200%201%201-.98.196c-.098-.487-.106-1.237.233-1.89C2.655%203.504%203.377%203%204.542%203H16.5a.5.5%200%201%201%200%201H14v9.665c0%201.543.469%202.058.837%202.23c.423.199.998.091%201.436-.132a.5.5%200%201%201%20.454.891c-.562.286-1.487.534-2.314.148c-.882-.413-1.413-1.424-1.413-3.137V4H8v.028a90%2090%200%200%201-.617%206.514a44%2044%200%200%201-.6%203.522c-.232%201.059-.507%202.002-.836%202.66a.5.5%200%201%201-.894-.448c.271-.542.525-1.386.754-2.427c.227-1.032.421-2.223.585-3.44c.325-2.42.523-4.916.607-6.409H4.542c-.828%200-1.187.328-1.363.668%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pi-20-regular.svg?color=%231a73e8&size=48