Google Pay For Business Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Pay For Business 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/341232.svg" alt="Google Pay For Business icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341232.svg" alt="Google Pay For Business icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341232.svg" alt="Google Pay For Business icon" :width="24" :height="24" />
CSS background
.icon-google-pay-for-business {
background-image: url('https://proicons.com/icon/341232.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m31.32,16.44l2.5,1.44c1.73,1,2.31,3.2,1.32,4.92l-3.63,6.29"/><path class="b" d="m17.78,39.67c2.56,1.47,5.7,1.04,7.76-.87"/><path class="b" d="m17.45,39.48c-2.8638-1.6588-3.8437-5.3232-2.19-8.19l6.33-11c.9885-1.7207.3981-3.9169-1.32-4.91l-4.6-2.65c-1.7075-.9968-3.8998-.4207-4.8966,1.2869-.0045.0077-.009.0154-.0134.0231l-5.13,8.96c-2.2951,4.0027-.9227,9.1076,3.07,11.42l3.56,2.06,5.19,3Z"/><path class="b" d="m40.2,13.82c3.15,1.81,4.24,5.83,2.43,8.98,0,.01-.01.01-.01.02l-5.16,8.9"/><path class="b" d="m18.17,14.2l1.48-2.56c2.321-4.0132,7.4546-5.3872,11.47-3.07l3.56,2.06,5.19,3c-2.8694-1.652-6.5346-.6675-8.19,2.2l-8.68,14.97c-.9931,1.7181-3.1893,2.3085-4.91,1.32l-2.51-1.45"/><line class="b" x1="33.0905" y1="36.0648" x2="29.7929" y2="36.064"/><path class="b" d="m33.0905,36.0648c1.1008,0,2.0004.8996,2.0004,1.9988,0,1.1008-.8996,2.0004-2.0004,2.0004h-3.2976v-8h3.2992c1.1008,0,2.0004.8996,2.0004,2.0004,0,1.0992-.8996,2.0004-2.0004,2.0004h-.0015Z"/><circle class="b" cx="31.9784" cy="36.064" r="7"/></svg>
Copied!