Digipay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digipay 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/324520.svg" alt="Digipay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324520.svg" alt="Digipay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324520.svg" alt="Digipay icon" :width="24" :height="24" />
CSS background
.icon-digipay {
background-image: url('https://proicons.com/icon/324520.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m10.8374,4.5621h18.0089c4.5373,0,8.3119,3.3983,8.3248,8.308.003,1.057-.0128,2.2484-.0128,3.5465-6.2028,0-.9859.1936-18.485.001-1.9807-.0217-7.4268-2.0103-7.6669-7.2599-.2667-5.8235-.1423-4.5274-.1679-4.5491m26.3199,14.5662c.0356,2.2306-.0652.6905-.0296,4.4731.0277,2.9676-3.1019,7.4604-8.3633,7.3893-1.9807-.0257-2.9913.003-5.9786.003l.001,4.6064c.001,3.505-3.6186,7.8417-7.2944,7.8536h-4.6558v-12.46c-.0198-2.5685,0-.9098-.002-4.2044-.003-4.6153,4.2597-7.658,7.6471-7.66l4.3042-.001h14.3715Z"/></svg>
Copied!