The HugeIcons paypal icon depicts the PayPal logo and is typically used to represent PayPal payment options or links within a user interface.
Common uses
- PayPal payment button
- Link to PayPal account
- Payment method selection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PaypalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PaypalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- paypal logopaymentonline paymentfinance
FAQ
- What does the Paypal icon represent?
- The icon represents the official logo of PayPal, a widely used online payment system.
- How do I use the Paypal icon in React?
- Import both HugeiconsIcon and PaypalIcon, then render it using <HugeiconsIcon icon={PaypalIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.