pi-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
pi-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2.5 6.75A2.75 2.75 0 0 1 5.25 4h15a.75.75 0 0 1 0 1.5H17v11.453a1.75 1.75 0 0 0 2.339 1.648l.159-.057a.75.75 0 0 1 .504 1.412l-.159.057c-2.116.756-4.343-.813-4.343-3.06V5.5H9.494a69 69 0 0 1-.247 4.534c-.252 2.862-.758 6.499-1.789 9.462a.75.75 0 0 1-1.416-.492c.969-2.786 1.462-6.275 1.71-9.1A68 68 0 0 0 7.995 5.5H5.25C4.56 5.5 4 6.06 4 6.75v.5a.75.75 0 0 1-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPi24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 6.75A2.75 2.75 0 0 1 5.25 4h15a.75.75 0 0 1 0 1.5H17v11.453a1.75 1.75 0 0 0 2.339 1.648l.159-.057a.75.75 0 0 1 .504 1.412l-.159.057c-2.116.756-4.343-.813-4.343-3.06V5.5H9.494a69 69 0 0 1-.247 4.534c-.252 2.862-.758 6.499-1.789 9.462a.75.75 0 0 1-1.416-.492c.969-2.786 1.462-6.275 1.71-9.1A68 68 0 0 0 7.995 5.5H5.25C4.56 5.5 4 6.06 4 6.75v.5a.75.75 0 0 1-1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 6.75A2.75 2.75 0 0 1 5.25 4h15a.75.75 0 0 1 0 1.5H17v11.453a1.75 1.75 0 0 0 2.339 1.648l.159-.057a.75.75 0 0 1 .504 1.412l-.159.057c-2.116.756-4.343-.813-4.343-3.06V5.5H9.494a69 69 0 0 1-.247 4.534c-.252 2.862-.758 6.499-1.789 9.462a.75.75 0 0 1-1.416-.492c.969-2.786 1.462-6.275 1.71-9.1A68 68 0 0 0 7.995 5.5H5.25C4.56 5.5 4 6.06 4 6.75v.5a.75.75 0 0 1-1.5 0z"/></svg>
</template>

CSS

.icon-pi-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%206.75A2.75%202.75%200%200%201%205.25%204h15a.75.75%200%200%201%200%201.5H17v11.453a1.75%201.75%200%200%200%202.339%201.648l.159-.057a.75.75%200%200%201%20.504%201.412l-.159.057c-2.116.756-4.343-.813-4.343-3.06V5.5H9.494a69%2069%200%200%201-.247%204.534c-.252%202.862-.758%206.499-1.789%209.462a.75.75%200%200%201-1.416-.492c.969-2.786%201.462-6.275%201.71-9.1A68%2068%200%200%200%207.995%205.5H5.25C4.56%205.5%204%206.06%204%206.75v.5a.75.75%200%200%201-1.5%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%206.75A2.75%202.75%200%200%201%205.25%204h15a.75.75%200%200%201%200%201.5H17v11.453a1.75%201.75%200%200%200%202.339%201.648l.159-.057a.75.75%200%200%201%20.504%201.412l-.159.057c-2.116.756-4.343-.813-4.343-3.06V5.5H9.494a69%2069%200%200%201-.247%204.534c-.252%202.862-.758%206.499-1.789%209.462a.75.75%200%200%201-1.416-.492c.969-2.786%201.462-6.275%201.71-9.1A68%2068%200%200%200%207.995%205.5H5.25C4.56%205.5%204%206.06%204%206.75v.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pi-24-regular.svg?color=%231a73e8&size=48