Eg Payment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eg Payment 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/339551.svg" alt="Eg Payment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339551.svg" alt="Eg Payment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339551.svg" alt="Eg Payment icon" :width="24" :height="24" />
CSS background
.icon-eg-payment {
background-image: url('https://proicons.com/icon/339551.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><path class="c" d="m32.5,5.5H7.5c-1.1046,0-2,.8954-2,2v25c0,5.5228,4.4772,10,10,10h25c1.1046,0,2-.8954,2-2V15.5c0-5.5228-4.4772-10-10-10Z"/><line class="c" x1="14.5" y1="20.6246" x2="19.9014" y2="20.6246"/><polyline class="c" points="21.2508 27.3754 14.5 27.3754 14.5 13.8738 21.2508 13.8738"/><path class="c" d="m33.5,25.097c0-2.47-2.0024-4.4724-4.4724-4.4724h0c-2.47,0-4.4724,2.0024-4.4724,4.4724v4.5568c0,2.47,2.0024,4.4724,4.4724,4.4724h0c2.47,0,4.4724-2.0024,4.4724-4.4724h-4.4724"/></svg>
Copied!