Payzapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Payzapp 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/345613.svg" alt="Payzapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345613.svg" alt="Payzapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345613.svg" alt="Payzapp icon" :width="24" :height="24" />
CSS background
.icon-payzapp {
background-image: url('https://proicons.com/icon/345613.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.2703,20.2385l1.5375-8h2.619c1.4807,0,2.4498,1.2029,2.1646,2.6867s-1.7167,2.6867-3.1973,2.6867h-2.619"/><polyline class="c" points="38.839 12.2385 35.4203 16.2385 33.539 12.2385"/><line class="c" x1="34.6515" y1="20.2385" x2="35.4203" y2="16.2385"/><line class="c" x1="27.1149" y1="20.2148" x2="31.2466" y2="12.2385"/><line class="c" x1="32.3104" y1="20.2385" x2="31.2466" y2="12.2385"/><line class="c" x1="31.9545" y1="17.5624" x2="28.4888" y2="17.5624"/><path class="c" d="M23.0835,33.2022l1.5375-8h2.619c1.4807,0,2.4498,1.2029,2.1646,2.6867s-1.7167,2.6867-3.1973,2.6867h-2.619"/><path class="c" d="M30.2751,33.2022l1.5375-8h2.619c1.4807,0,2.4498,1.2029,2.1646,2.6867s-1.7167,2.6867-3.1973,2.6867h-2.619"/><polyline class="c" points="9.161 22.8343 17.9702 22.8343 11.5161 35.7615 32.0974 35.7615"/><line class="c" x1="15.9044" y1="33.1784" x2="20.036" y2="25.2022"/><line class="c" x1="21.0998" y1="33.2022" x2="20.036" y2="25.2022"/><line class="c" x1="20.744" y1="30.5261" x2="17.2783" y2="30.5261"/><polyline class="c" points="18.5182 15.0609 19.0606 12.2385 16.2382 12.2385"/><polyline class="c" points="13.8831 12.2385 11.0606 12.2385 10.5182 15.0609"/><polyline class="c" points="14.7005 20.2385 17.523 20.2385 18.0655 17.4161"/><polyline class="c" points="10.0655 17.4161 9.523 20.2385 12.3454 20.2385"/><polygon class="c" points="15.8963 14.8927 13.2047 14.8927 12.6873 17.5843 15.3789 17.5843 15.8963 14.8927"/><path id="b" class="c" d="M9.4999,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.4999c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/></svg>
Copied!