Belkert Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Belkert 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/337078.svg" alt="Belkert Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337078.svg" alt="Belkert Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337078.svg" alt="Belkert Pay icon" :width="24" :height="24" />
CSS background
.icon-belkert-pay {
background-image: url('https://proicons.com/icon/337078.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M23.529,12.834l6.9933-6.9905c.6296-.63.1836-1.7067-.707-1.707h-11.002c-.5818-.0005-1.0412.4939-.9981,1.0741.2263,2.5884.9546,4.918,2.6703,7.3715.7183,1.0066,2.1688,1.1267,3.043.252h.0005Z"/><path class="f" d="M31.563,15.772l9.888.002c.8906-.0003,1.3366-1.077.7071-1.707l-7.7792-7.7793c-.4111-.4117-1.0855-.3869-1.4653.0539-1.6702,1.9902-2.8025,4.1525-3.3242,7.1006-.2038,1.2197.7369,2.3303,1.9735,2.3299h0Z"/><path class="f" d="M35.166,23.529l6.9905,6.9933c.63.6295,1.7067.1836,1.707-.707v-11.002c.0005-.5818-.4939-1.0412-1.0741-.9981-2.5884.2263-4.918.9546-7.3715,2.6703-1.0066.7183-1.1267,2.1688-.2519,3.043v.0005Z"/><path class="f" d="M32.228,31.563l-.002,9.888c.0003.8906,1.077,1.3366,1.707.7071l7.7793-7.7792c.4117-.4111.3869-1.0855-.0539-1.4653-1.9902-1.6702-4.1525-2.8025-7.1006-3.3242-1.2197-.2038-2.3303.7369-2.3299,1.9735h0Z"/><path class="f" d="M24.471,35.166l-6.9933,6.9905c-.6296.63-.1836,1.7067.707,1.707h11.002c.5818.0005,1.0412-.4939.9981-1.0741-.2263-2.5884-.9546-4.918-2.6703-7.3715-.7183-1.0066-2.1688-1.1267-3.043-.2519h-.0005Z"/><path class="f" d="M16.437,32.228l-9.888-.002c-.8906.0003-1.3366,1.077-.7071,1.707l7.7792,7.7793c.4111.4117,1.0855.3869,1.4653-.0539,1.6702-1.9902,2.8025-4.1525,3.3242-7.1006.2038-1.2197-.7369-2.3303-1.9735-2.3299h0Z"/><path class="f" d="M12.834,24.471l-6.9905-6.9933c-.63-.6295-1.7067-.1836-1.707.707v11.002c-.0005.5818.4939,1.0412,1.0741.9981,2.5884-.2263,4.918-.9546,7.3715-2.6703,1.0066-.7183,1.1267-2.1688.252-3.043v-.0005Z"/><path class="f" d="M15.772,16.437l.002-9.888c-.0003-.8906-1.077-1.3366-1.707-.7071l-7.7793,7.7792c-.4117.4111-.3869,1.0855.0539,1.4653,1.9902,1.6702,4.1525,2.8025,7.1006,3.3242,1.2197.2038,2.3303-.7369,2.3299-1.9735h0Z"/></svg>
Copied!