Ok Payment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ok 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/345119.svg" alt="Ok Payment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345119.svg" alt="Ok Payment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345119.svg" alt="Ok Payment icon" :width="24" :height="24" />
CSS background
.icon-ok-payment {
background-image: url('https://proicons.com/icon/345119.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><path class="a" d="M19.1993,7.2525a3.1359,3.1359,0,0,1,6.22.803"/><path class="a" d="M37.6418,25.05a2.8993,2.8993,0,0,1-.1478,2.83,3.1358,3.1358,0,0,1-5.4315,0"/><path class="a" d="M31.1994,5.8375A3.1359,3.1359,0,0,1,36.337,9.4348"/><path class="a" d="M38.74,35.9078A11.5634,11.5634,0,0,1,28.6169,43.44,12.2021,12.2021,0,0,1,17.1787,24.6517"/><path class="b" d="M29.74,19.32a10.6112,10.6112,0,0,1,7.9007,5.73"/><path class="c" d="M32.7027,34.1835a3.3348,3.3348,0,0,1,2.3341-2.248,3.1358,3.1358,0,0,1,3.7043,3.9723"/><path class="a" d="M32.7027,34.1835c-1.1285,2.42-3.6265,3.3194-6.2455,2.7984a5.796,5.796,0,0,1-.4912-11.249c2.5636-.7472,4.7612-.1653,6.0964,2.1472"/><path class="a" d="M31.1994,5.8375,17.18,24.6518"/><path class="a" d="M29.74,19.32,36.3359,9.435"/><path class="a" d="M15.4246,29.0215,19.2,7.2525"/><path class="a" d="M24.3249,15.0633,25.42,8.0555"/><path class="a" d="M9.3973,18.9081a3.1359,3.1359,0,1,1,5.7208-2.5707"/><path class="a" d="M15.81,35.0109,9.3977,18.9078"/><path class="a" d="M16.8891,20.5765l-1.771-4.2391"/></svg>
Copied!