Redotpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Redotpay 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/332025.svg" alt="Redotpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332025.svg" alt="Redotpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332025.svg" alt="Redotpay icon" :width="24" :height="24" />
CSS background
.icon-redotpay {
background-image: url('https://proicons.com/icon/332025.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="e"><g id="f"><path id="g" class="j" d="M5.5,23.9062c.0503-10.143,8.2632-18.3559,18.4062-18.4062,10.2173,0,18.5938,8.2825,18.5938,18.4999s-8.2828,18.5001-18.5001,18.5001l-18.4999-.0003v-18.5935Z"/><path id="h" class="j" d="M16.7722,23.9633c.0196-3.9628,3.2284-7.1716,7.1912-7.1912,3.9919,0,7.2645,3.236,7.2645,7.2278s-3.236,7.2279-7.2279,7.2279h-7.2278s0-7.2645,0-7.2645Z"/><path id="i" class="j" d="M16.7722,28.0671v14.4329"/></g></g></svg>
Copied!