Paypal Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Paypal 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/315530.svg" alt="Paypal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315530.svg" alt="Paypal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315530.svg" alt="Paypal icon" :width="24" :height="24" />
CSS background
.icon-paypal {
background-image: url('https://proicons.com/icon/315530.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PayPal</title><path d="M15.607 4.653H8.941L6.645 19.251H1.82L4.862 0h7.995c3.754 0 6.375 2.294 6.473 5.513-.648-.478-2.105-.86-3.722-.86m6.57 5.546c0 3.41-3.01 6.853-6.958 6.853h-2.493L11.595 24H6.74l1.845-11.538h3.592c4.208 0 7.346-3.634 7.153-6.949a5.24 5.24 0 0 1 2.848 4.686M9.653 5.546h6.408c.907 0 1.942.222 2.363.541-.195 2.741-2.655 5.483-6.441 5.483H8.714Z"/></svg>
Paypal in other icon packs
Copied!