Recargapay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recargapay 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/331994.svg" alt="Recargapay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331994.svg" alt="Recargapay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331994.svg" alt="Recargapay icon" :width="24" :height="24" />
CSS background
.icon-recargapay {
background-image: url('https://proicons.com/icon/331994.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="M21.878,34.608l.425-2.121M25.697,15.513l.425-2.121M17.295,30.627c.788,1.355,2.015,1.86,3.863,1.86h2.557c2.38,0,4.69-1.9,5.158-4.244h0c.469-2.343-1.08-4.243-3.46-4.243h-2.826c-2.38,0-3.929-1.9-3.46-4.243h0c.469-2.344,2.778-4.244,5.158-4.244h2.557c1.848,0,3.075.505,3.863,1.86M16.763,39.483l-4.028,4.017h13.508c2.737,0,6.45-.2,7.265-4.171l5.795-28.217M31.237,8.517l4.028-4.017h-13.508c-2.737,0-6.45.2-7.265,4.171l-5.795,28.217"/></svg>
Copied!