Pi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pi icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345789.svg" alt="Pi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345789.svg" alt="Pi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345789.svg" alt="Pi icon" :width="24" :height="24" />
CSS background
.icon-pi {
background-image: url('https://proicons.com/icon/345789.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.5,14.8236V16.25a2.7751,2.7751,0,0,1-2.8115,2.7373H15.3115A2.7752,2.7752,0,0,0,12.5,21.7244v1.4262"/><line class="a" x1="28.2168" y1="18.9879" x2="28.2168" y2="35.5651"/><line class="a" x1="19.7823" y1="18.9879" x2="19.7823" y2="35.5651"/><ellipse class="a" cx="19.7823" cy="13.4614" rx="1.5407" ry="1.5"/><ellipse class="a" cx="28.2168" cy="13.4614" rx="1.5407" ry="1.5"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Pi in other icon packs
Copied!