Kb Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kb 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/327853.svg" alt="Kb Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327853.svg" alt="Kb Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327853.svg" alt="Kb Pay icon" :width="24" :height="24" />
CSS background
.icon-kb-pay {
background-image: url('https://proicons.com/icon/327853.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><path class="b" d="M13.4518,32.1785v-9.8415h3.2219c1.8215,0,3.2981,1.4798,3.2981,3.3052s-1.4766,3.3052-3.2981,3.3052h-3.2219"/><path class="b" d="M34.5482,29.7181v3.3215c0,1.3588-1.1016,2.4604-2.4604,2.4604h0c-.6794,0-1.2945-.2754-1.7397-.7206"/><path class="b" d="M34.5482,25.6585v4.0596c0,1.3588-1.1016,2.4604-2.4604,2.4604h0c-1.3588,0-2.4604-1.1016-2.4604-2.4604v-4.0596"/><path class="b" d="M26.9839,29.7181c0,1.3588-1.1016,2.4604-2.4604,2.4604h0c-1.3588,0-2.4604-1.1016-2.4604-2.4604v-1.5993c0-1.3588,1.1016-2.4604,2.4604-2.4604h0c1.3588,0,2.4604,1.1016,2.4604,2.4604"/><line class="b" x1="26.9839" y1="32.1785" x2="26.9839" y2="25.6585"/><path class="b" d="M22.491,16.1326c1.0031,0,1.8163.8132,1.8163,1.8163s-.8132,1.8163-1.8163,1.8163h-2.9969v-7.2651h2.9969c1.0031,0,1.8163.8132,1.8163,1.8163s-.8132,1.8163-1.8163,1.8163h0Z"/><line class="b" x1="22.491" y1="16.1326" x2="19.4941" y2="16.1326"/><line class="b" x1="13.4518" y1="12.5122" x2="13.4518" y2="19.7773"/><line class="b" x1="13.4518" y1="17.2468" x2="17.3568" y2="12.5366"/><line class="b" x1="17.3568" y1="19.7773" x2="14.3655" y2="16.1448"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!