Raipay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Raipay 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/331897.svg" alt="Raipay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331897.svg" alt="Raipay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331897.svg" alt="Raipay icon" :width="24" :height="24" />
CSS background
.icon-raipay {
background-image: url('https://proicons.com/icon/331897.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><polyline class="b" points="20.5885 23.6723 11.5 32.7608 14.9115 36.1723 24 27.0838"/><path class="b" d="M27.4112,23.6722l1.2943-1.2943-.2213-3.558,1.5161-1.5159v2.8828l1.4442,1.4442,4.3076-4.3076.747.747c-.0458-1.8405-.8366-3.5836-2.1912-4.8304-1.718-1.7181-3.7847-1.7432-4.7806-.747l-4.5926,4.5926.9324,1.3086-1.8671,1.867"/><path class="b" d="M12.2478,17.3233l-.747.747c.0458-1.8405.8366-3.5836,2.1912-4.8304,1.718-1.7181,3.7847-1.7432,4.7806-.747l4.5926,4.5926-.9324,1.3086,14.3671,14.367-3.4112,3.4111-13.7943-13.7943.2213-3.558-1.5157-1.5159v2.8828l-1.4442,1.4442s-4.308-4.3077-4.308-4.3077Z"/><path class="b" d="M7.59,10.79c-3.18,3.75-5.09,8.59-5.09,13.88,0,11.87,9.63,21.5,21.5,21.5,5.29,0,10.13-1.91,13.87-5.09"/><path class="b" d="M11.25,7.36c3.56-2.63,7.97-4.19,12.75-4.19,11.87,0,21.5,9.63,21.5,21.5,0,4.77-1.56,9.18-4.19,12.75"/></svg>
Copied!