The Phosphor qr code icon visually represents a QR code, commonly used in UIs to link to websites, display information, or facilitate quick data entry via scanning.
Common uses
- Link to a website or app store page
- Display Wi-Fi network credentials
- Initiate a payment or transaction
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { QrCode } from '@phosphor-icons/react';
<QrCode size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<QrCode size={24} />thin
<QrCode size={24} weight="thin" />light
<QrCode size={24} weight="light" />bold
<QrCode size={24} weight="bold" />fill
<QrCode size={24} weight="fill" />duotone
<QrCode size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- upcbarcodeproductsshoppingscannersystemqrcodematrix code
FAQ
- What is the purpose of the qr code icon?
- It signifies a QR code, used for quick access to digital information or actions through scanning.
- How do I use the qr code icon in React?
- Import it as `QrCode` from '@phosphor-icons/react' and use it like `<QrCode />`.
- What is the license for the Phosphor qr code icon?
- The Phosphor icon library, including the qr code icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →