Ic Liberapay Button Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ic Liberapay Button 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/350244.svg" alt="Ic Liberapay Button icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350244.svg" alt="Ic Liberapay Button icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350244.svg" alt="Ic Liberapay Button icon" :width="24" :height="24" />
CSS background
.icon-ic-liberapay-button {
background-image: url('https://proicons.com/icon/350244.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 76.8 76.8"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px;}</style></defs><path class="b" d="m27.1645,10.9c-1.9267,8.0297-6.6788,29.3613-7.4825,32.9778-.6834,3.0754-1.663,9.1819,4.0497,10.3538,5.9966,1.2302,30.006,5.5455,33.5913-13.799,3.2534-17.554-19.2134-13.3969-19.2134-13.3969,0,0-7.7746,32.4316-9.0047,38.8643"/></svg>
Copied!