Ic Paypal Button Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ic Paypal 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/350246.svg" alt="Ic Paypal Button icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350246.svg" alt="Ic Paypal Button icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350246.svg" alt="Ic Paypal Button icon" :width="24" :height="24" />
CSS background
.icon-ic-paypal-button {
background-image: url('https://proicons.com/icon/350246.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="m24.646,10.9h17.0955c5.8892,0,10.4901,1.2431,13.0369,4.1459,2.314,2.6366,2.9923,5.5499,2.3214,9.8279.9554.5066,1.7749,1.126,2.4352,1.8776,2.1771,2.4813,2.602,6.0143,1.779,10.2452-1.9717,10.1246-8.7175,13.6248-17.3345,13.6248h-1.3314c-1.0528,0-1.9484.7665-2.1128,1.8055l-.11.5879-1.6766,10.6245-.0872.4552c-.1643,1.0391-1.06,1.8055-2.1128,1.8055h-8.8948c-1.2553,0-2.3622-.9471-2.147-2.1771,1.1876-7.5467,2.3252-14.6531,3.5198-22.1987.3488-.1919,1.6712-.0746,2.0941-.0746h5.9855c9.8508,0,17.5658-3.9999,19.819-15.5745.0668-.342.1227-.6741.1745-1.0014-.5705-.3009-1.1862-.5609-1.851-.7814-.1658-.0514-.3363-.1086-.5083-.1593-.3438-.1006-.6969-.1924-1.0621-.2731-.3651-.0807-.7439-.15-1.1303-.2124-1.354-.2195-2.8345-.3224-4.4228-.3224h-14.3683c-.3301,0-.6418.0727-.9217.2086-.6192.2965-1.0785.8804-1.191,1.5969-1.8186,11.5732-3.6545,23.1437-5.4886,34.7145l-.0228.1517h-9.57c-.9022,0-1.5905-.8055-1.449-1.6955l7.1159-45.1379c.1887-1.1881,1.2113-2.0635,2.4162-2.0635Z"/></svg>
Copied!