Gopay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gopay 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/326702.svg" alt="Gopay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326702.svg" alt="Gopay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326702.svg" alt="Gopay icon" :width="24" :height="24" />
CSS background
.icon-gopay {
background-image: url('https://proicons.com/icon/326702.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m34.8806,16.1755c0-5.7015-1.8041-7.3777-4.0061-8.165-4.559-1.6301-14.2909-2.8828-19.8276,0-1.5128.7877-4.8586,2.1026-5.1724,5.7814-.5769,6.7637-.4295,13.5595.0507,20.3364.2824,3.986,3.5412,6.1459,6.2373,6.6436,7.2099,1.3309,15.2761,1.1116,23.073.2029,3.4481-.4019,5.4103-3.012,5.8824-4.97,1.1488-4.7649,1.7255-11.7678,1.1663-13.9972-1.4357-5.7242-4.4908-5.68-7.4037-5.8321l-19.8276.1521"/><path id="c" class="d" d="m33.1057,27.7384l.0507,1.3186c-.0507,1.3691,2.6369,1.4507,2.6369,0v-1.4707c3.5559-4.4025-5.8455-5.2925-2.6876.1521Z"/></svg>
Copied!