24pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 24pay 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/335732.svg" alt="24pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335732.svg" alt="24pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335732.svg" alt="24pay icon" :width="24" :height="24" />
CSS background
.icon-24pay {
background-image: url('https://proicons.com/icon/335732.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><polyline class="b" points="33.2966 36.8942 36.7189 17.4795 24 30.5205 36.8622 30.5205"/><path class="b" d="m13.4271,17.5369c.6999-3.9691,4.8473-7.0984,8.8197-6.3083,2.6056.5183,4.3481,2.8508,4.1346,5.5841-.1588,2.0331-1.1559,4.0392-2.7776,5.2717-3.0042,2.2831-12.4661,8.4361-12.4661,8.4361h12.8622"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!