Shopeepay Partner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopeepay Partner 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/332701.svg" alt="Shopeepay Partner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332701.svg" alt="Shopeepay Partner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332701.svg" alt="Shopeepay Partner icon" :width="24" :height="24" />
CSS background
.icon-shopeepay-partner {
background-image: url('https://proicons.com/icon/332701.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.852,40.0632v-8h2.619c1.48,0,2.681,1.203,2.681,2.687s-1.2,2.686-2.681,2.686h-2.619M44,36.0632c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M17.33,31.5982c1.334,1,2.669,1.334,5.337,1.334h1.333c2.3947,0,4.336-1.9413,4.336-4.336s-1.9413-4.336-4.336-4.336h-3c-2.3947,0-4.336-1.9413-4.336-4.336s1.9413-4.336,4.336-4.336h1.334c3.002,0,4.336.334,5.337,1.334M9.204,11.0192h28.328c1.734,0,3.469,1.734,3.469,3.468v15.834M30.343,38.1912H7.469c-1.735,0-3.469-1.735-3.469-3.47V11.0202c0-2.89.578-3.758,2.89-3.758l24.86-2.313c2.023-.115,2.312.579,2.312,1.446v4.625"/></svg>
Copied!