Pi Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pi Browser 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/345791.svg" alt="Pi Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345791.svg" alt="Pi Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345791.svg" alt="Pi Browser icon" :width="24" :height="24" />
CSS background
.icon-pi-browser {
background-image: url('https://proicons.com/icon/345791.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m24,2.5c11.8787,0,21.5,9.6212,21.5,21.5s-9.6213,21.5-21.5,21.5S2.5,35.8787,2.5,24,12.1212,2.5,24,2.5Z"/><path class="d" d="m6.52,20.39c-.23,1.17-.36,2.37-.36,3.61,0,9.86,7.98,17.84,17.84,17.84,6.79,0,12.7-3.79,15.71-9.37"/><line class="d" x1="6.52" y1="20.39" x2="3.06" y2="19.13"/><line class="d" x1="43.17" y1="33.73" x2="39.71" y2="32.47"/><line class="d" x1="20.4457" y1="36" x2="20.4457" y2="18.1957"/><line class="d" x1="28.0761" y1="36" x2="28.0761" y2="18.1957"/><path class="d" d="m35.0543,14.5435v1.3261c0,1.2847-1.0414,2.3261-2.3261,2.3261H15.2717c-1.2847,0-2.3261,1.0414-2.3261,2.3261v3.0147"/><line class="d" x1="20.4457" y1="13.5" x2="20.4457" y2="12"/><line class="d" x1="28.0761" y1="13.5" x2="28.0761" y2="12"/></svg>
Copied!