Globopay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Globopay 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/341100.svg" alt="Globopay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341100.svg" alt="Globopay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341100.svg" alt="Globopay icon" :width="24" :height="24" />
CSS background
.icon-globopay {
background-image: url('https://proicons.com/icon/341100.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="M14.7828,15.4613v6.4241c0,1.1827-.9587,2.1414-2.1414,2.1414h0c-.5913,0-1.1266-.2397-1.5141-.6272"/><path class="b" d="M12.6414,21.1361h0c-1.1827,0-2.1414-.9587-2.1414-2.1414v-1.3919c0-1.1827.9587-2.1414,2.1414-2.1414h0c1.1827,0,2.1414.9587,2.1414,2.1414v1.3919c0,1.1827-.9587,2.1414-2.1414,2.1414Z"/><path class="b" d="M37.5,30.3975v2.8909c0,1.1827-.9587,2.1414-2.1414,2.1414h0c-.5913,0-1.1266-.2397-1.5141-.6272"/><path class="b" d="M37.5,26.8642v3.5333c0,1.1827-.9587,2.1414-2.1414,2.1414h0c-1.1827,0-2.1414-.9587-2.1414-2.1414v-3.5333"/><path class="b" d="M17.1771,12.5705v7.4948c0,.5913.4794,1.0707,1.0707,1.0707h.3212"/><path class="b" d="M23.9064,23.9733v7.4948c0,.5913.4794,1.0707,1.0707,1.0707h.3212"/><path class="b" d="M31.0133,30.3975c0,1.1827-.9587,2.1414-2.1414,2.1414h0c-1.1827,0-2.1414-.9587-2.1414-2.1414v-1.3919c0-1.1827.9587-2.1414,2.1414-2.1414h0c1.1827,0,2.1414.9587,2.1414,2.1414"/><line class="b" x1="31.0133" y1="32.5389" x2="31.0133" y2="26.8642"/><path class="b" d="M26.813,17.6027c0-1.1827.9587-2.1414,2.1414-2.1414h0c1.1827,0,2.1414.9587,2.1414,2.1414v1.3919c0,1.1827-.9587,2.1414-2.1414,2.1414h0c-1.1827,0-2.1414-.9587-2.1414-2.1414"/><line class="b" x1="26.813" y1="21.136" x2="26.813" y2="12.5705"/><path class="b" d="M17.5117,30.3975c0,1.1827.9587,2.1414,2.1414,2.1414h0c1.1827,0,2.1414-.9587,2.1414-2.1414v-1.3919c0-1.1827-.9587-2.1414-2.1414-2.1414h0c-1.1827,0-2.1414.9587-2.1414,2.1414"/><line class="b" x1="17.5117" y1="26.8642" x2="17.5117" y2="35.4297"/><path class="b" d="M20.3196,17.6027c0-1.1827.9587-2.1414,2.1414-2.1414s2.1414.9587,2.1414,2.1414v1.3919c0,1.1827-.9587,2.1414-2.1414,2.1414s-2.1414-.9587-2.1414-2.1414v-1.3919Z"/><path class="b" d="M33.2172,17.6027c0-1.1827.9587-2.1414,2.1414-2.1414s2.1414.9587,2.1414,2.1414v1.3919c0,1.1827-.9587,2.1414-2.1414,2.1414s-2.1414-.9587-2.1414-2.1414v-1.3919Z"/><path class="b" d="M9.5,5.5h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4Z"/></svg>
Copied!