Paypal Business Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paypal Business 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/345603.svg" alt="Paypal Business icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345603.svg" alt="Paypal Business icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345603.svg" alt="Paypal Business icon" :width="24" :height="24" />
CSS background
.icon-paypal-business {
background-image: url('https://proicons.com/icon/345603.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.6,17.32c-2.08,6.55-7.16,8.88-13.52,8.88h-4.24c-.5-.05-1-.03-1.49.06-.03.17-.05.34-.08.5-.16,1.04-.32,2.07-.49,3.08-.02.13-.04.26-.06.38-.22,1.44-.45,2.88-.68,4.32-.24,1.51-.48,3.02-.72,4.52v.11h-.02c.01-.03.01-.06.02-.09v-.02c.24-1.5.48-3.01.72-4.52.23-1.44.46-2.88.68-4.32.02-.12.04-.25.06-.38.17-1.02.33-2.05.49-3.08.03-.16.05-.33.08-.5.62-3.93,1.24-7.87,1.86-11.81.08-.49.39-.91.84-1.13.21-.1.43-.15.66-.15h8.52"/><path class="c" d="m39.42,16.29c1.16,1.71,1.35,4.01.83,6.71-1.4,7.18-6.18,9.67-12.29,9.67h-.96c-.76.01-1.4.58-1.49,1.33l-.07.41-1.19,7.49-.06.32c-.12.74-.75,1.28-1.5,1.28h-6.31c-.78.06-1.46-.52-1.52-1.29v-.21c.15-.95.3-1.89.44-2.83h-6.78c-.55.01-1.01-.43-1.02-.98,0-.07.01-.15.02-.22L12.52,5.97c.13-.85.87-1.48,1.73-1.47h12.12c1.79,0,3.41.16,4.82.51"/><circle class="c" cx="35.6619" cy="10.3943" r="7"/><path class="c" d="m36.632,10.3943c1.0776,0,1.9511.8735,1.9511,1.9511s-.8735,1.9511-1.9511,1.9511h-3.2193v-7.8045h3.2193c1.0776,0,1.9511.8735,1.9511,1.9511s-.8735,1.9511-1.9511,1.9511h0Z"/><line class="c" x1="36.632" y1="10.3943" x2="33.4127" y2="10.3943"/></svg>
Copied!