Paypay Stock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paypay Stock 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/345607.svg" alt="Paypay Stock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345607.svg" alt="Paypay Stock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345607.svg" alt="Paypay Stock icon" :width="24" :height="24" />
CSS background
.icon-paypay-stock {
background-image: url('https://proicons.com/icon/345607.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="8.5" x2="13.386" y1="37" y2="16.631"/><path class="c" d="m4.4972 15.945c9.187-.57578 22.449 3.0727 20.237 9.8942-2.3248 7.1715-14.794 5.1576-14.794 5.1576"/><rect class="c" x="4.5" y="11" width="39" height="26" rx="4" ry="4"/><path class="c" d="m39.5 28v5"/><path class="c" d="m31.5 28v5"/><path class="c" d="m27.5 30.5v2.5"/><path class="c" d="m35.5 30.5v2.5"/><path class="c" d="m27.5 26 4-3 4 3 4-3"/></svg>
Copied!