D Payment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The D Payment 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/338790.svg" alt="D Payment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338790.svg" alt="D Payment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338790.svg" alt="D Payment icon" :width="24" :height="24" />
CSS background
.icon-d-payment {
background-image: url('https://proicons.com/icon/338790.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>.f,.g{fill:none;stroke:#fff;stroke-linejoin:round;}.g{stroke-linecap:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="f" cx="24" cy="32.094" r="2"/><circle class="f" cx="15" cy="32.094" r="2"/><circle class="f" cx="33" cy="32.094" r="2"/><path class="g" d="M15.69,20.307c0-1.504-1.283-2.724-2.866-2.724s-2.866,1.22-2.866,2.724v1.77c0,1.504,1.283,2.724,2.866,2.724s2.866-1.219,2.866-2.724M15.69,24.802v-10.896M27.141,20.448l1.009,3.655c.0442.1597-.0495.325-.2091.3691-.026.0072-.0529.0109-.0799.0109h-3.966c-.1712-.0007-.3094-.1401-.3087-.3113,0-.0242.003-.0482.0087-.0717l1.992-8.145M19.327,22.227c1.2542-.3198,2.471-.7717,3.63-1.348M19.347,17.656h3.752M21.305,15.487v9.405M30.818,17.532v4.693c0,1.551.651,2.207,1.312,2.207.578,0,1.025-.516,1.274-1.184M37.34,18.02c.303.83.661,2.445.661,4.477"/></svg>
Copied!