Bdo Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bdo Pay 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/322470.svg" alt="Bdo Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322470.svg" alt="Bdo Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322470.svg" alt="Bdo Pay icon" :width="24" :height="24" />
CSS background
.icon-bdo-pay {
background-image: url('https://proicons.com/icon/322470.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M20.595,23.913v-10.826h2.4359c2.6159,0,4.7365,2.1206,4.7365,4.7365v1.3533c0,2.6159-2.1206,4.7365-4.7365,4.7365l-2.4359-.0003Z"/><path class="b" d="M14.966,18.5c1.4948,0,2.7066,1.2118,2.7066,2.7066s-1.2118,2.7066-2.7066,2.7066h-4.4659v-10.826h4.4659c1.4948,0,2.7066,1.2118,2.7066,2.7066s-1.2118,2.7066-2.7066,2.7066v-.0004Z"/><line class="b" x1="14.966" y1="18.5" x2="10.5" y2="18.5"/><path class="b" d="M33.9142,13.087h0c1.9806,0,3.5862,1.6056,3.5862,3.5862v3.6536c0,1.9806-1.6056,3.5862-3.5862,3.5862h0c-1.9806,0-3.5862-1.6056-3.5862-3.5862v-3.6536c0-1.9806,1.6056-3.5862,3.5862-3.5862Z"/><path class="b" d="M26.116,30.213v2.7c0,1.1046-.8954,2-2,2-.5523,0-1.0523-.2238-1.4142-.5858"/><path class="b" d="M26.116,26.913v3.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2v-3.3"/><path class="b" d="M10.5,30.213c0,1.1046.8954,2,2,2s2-.8954,2-2v-1.3c0-1.1046-.8954-2-2-2s-2,.8954-2,2"/><line class="b" x1="10.5" y1="26.913" x2="10.5" y2="34.913"/><path class="b" d="M20.304,30.213c0,1.1046-.8886,2-1.9848,2h-.6966c-.7262,0-1.3149-.5932-1.3149-1.325s.5887-1.325,1.3149-1.325h2.6851"/><path class="b" d="M16.804,27.438c.482-.4827.8197-.525,1.75-.525,1.0561,0,1.75.4645,1.75,1.7201v3.5799"/></svg>
Copied!