Paylib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paylib 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/345599.svg" alt="Paylib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345599.svg" alt="Paylib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345599.svg" alt="Paylib icon" :width="24" :height="24" />
CSS background
.icon-paylib {
background-image: url('https://proicons.com/icon/345599.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M34.1833,14.6833c5.1411,0,9.3167,4.1757,9.3167,9.3167,0,5.1527-4.1757,9.3167-9.3167,9.3167-5.1527,0-9.3167-4.164-9.3167-9.3167,0-5.1411,4.164-9.3167,9.3167-9.3167Z"/><path class="b" d="M23.2149,24.6444v3.1405c0,1.2794-1.0468,2.3263-2.3263,2.3263h0c-.6979,0-1.2795-.2326-1.6284-.6979"/><path class="b" d="M23.2149,20.6897v3.8384c0,1.2794-1.0468,2.3263-2.3263,2.3263h0c-1.2795,0-2.3263-1.0468-2.3263-2.3263v-3.8384"/><path class="b" d="M16.1837,24.6444c0,1.2794-1.0468,2.3263-2.3263,2.3263h0c-1.2794,0-2.3263-1.0468-2.3263-2.3263v-1.5121c0-1.2794,1.0468-2.3263,2.3263-2.3263h0c1.2794,0,2.3263,1.0468,2.3263,2.3263M16.1837,26.9706v-6.2809"/><path class="b" d="M4.5,24.6444c0,1.2794,1.0468,2.3263,2.3263,2.3263h0c1.2795,0,2.3263-1.0468,2.3263-2.3263v-1.5121c0-1.2794-1.0468-2.3263-2.3263-2.3263h0c-1.2795,0-2.3263,1.0468-2.3263,2.3263M4.5,20.6897v9.3051"/><path class="b" d="M29.6622,16.0372v8.142c0,.6979.4653,1.1631,1.1631,1.1631h.3489"/><circle class="c" cx="33.625" cy="24.0744" r=".75"/><path class="b" d="M33.625,26.866v6.2809"/><path class="b" d="M36.406,21.3876c0-1.2794,1.0468-2.3263,2.3263-2.3263h0c1.2794,0,2.3263,1.0468,2.3263,2.3263v1.5121c0,1.2794-1.0468,2.3263-2.3263,2.3263h0c-1.2794,0-2.3263-1.0468-2.3263-2.3263M36.406,25.3423v-9.9309"/></svg>
Copied!