Krungsri One Payment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Krungsri One 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/342638.svg" alt="Krungsri One Payment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342638.svg" alt="Krungsri One Payment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342638.svg" alt="Krungsri One Payment icon" :width="24" :height="24" />
CSS background
.icon-krungsri-one-payment {
background-image: url('https://proicons.com/icon/342638.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="b" d="M17.078,28.699c5.532-5.023,6.922-11.503,6.938-20.356.016,8.853,1.405,15.333,6.937,20.356"/><path class="b" d="M24,8.343c-6.302,0-11.411,5.11-11.411,11.412s5.109,11.411,11.411,11.411,11.411-5.11,11.411-11.411-5.109-11.412-11.411-11.412"/><path class="b" d="M18.385,9.91c0,5.54.755,9.023,3.625,11.319"/><path class="b" d="M18.395,9.91c0,6.549-1.054,10.222-5.408,12.458M29.615,9.91c0,5.54-.755,9.023-3.625,11.319"/><path class="b" d="M29.605,9.91c0,6.549,1.054,10.222,5.408,12.458M22.575,39.646v-5.843l3.79,5.843v-5.843M28.665,36.725h1.864M31.525,39.646h-2.86v-5.843h2.86M18.375,33.803c1.05,0,1.895.864,1.895,1.936v1.971c0,1.073-.845,1.936-1.895,1.936h0c-1.05,0-1.895-.863-1.895-1.936v-1.97c0-1.072.846-1.936,1.895-1.936"/></svg>
Copied!