Wavepay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wavepay 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/349573.svg" alt="Wavepay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349573.svg" alt="Wavepay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349573.svg" alt="Wavepay icon" :width="24" :height="24" />
CSS background
.icon-wavepay {
background-image: url('https://proicons.com/icon/349573.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M28.81892357,26.44559523c0,3.12064257-2.10889769,5.6504225-4.71035352,5.6504225h0c-2.60145584,0-4.71035161-2.52977994-4.71035161-5.6504225s2.10889578-5.6504225,4.71035161-5.6504225,4.71035161,2.52977994,4.71035352,5.6504225Z"/><path id="f" class="h" d="M20.00526422,29.20780108c-3.95329689-3.22224128-2.70320333-10.83681149-.49403646-13.92604244,6.10545648-8.53863915,15.44115617-7.33054855,19.97949403-1.85513934,3.65727521,4.41333041,4.30232395,11.46085874.13701129,16.23121431-5.84843728,6.69850128-17.64732066,6.6524964-23.15273185,1.72712854-6.77450814-6.05845017-10.06475434-15.35714644-4.85436435-21.15958075,3.86728906-4.30832253,11.56486566-4.90336685,15.70317396-.93206992"/><path id="g" class="h" d="M31.37211606,34.50319938c-1.57511865,7.1405338-13.6190193,9.41070416-20.4775324,3.45325756-6.52748848-5.67042637-7.09353083-15.11413013-1.90314231-18.68139845"/></svg>
Copied!