The HugeIcons qr code scan icon visually represents the action of scanning a QR code, commonly used in user interfaces to initiate QR code reading functionality.
Common uses
- Initiate QR code scanner in a mobile app.
- Link to a website or app via a scanned QR code.
- Provide an option to scan a QR code for login or data entry.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { QrCodeScanIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={QrCodeScanIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- qr scannerscan qrbarcode scannercode reader
FAQ
- What is this icon for?
- This icon represents the action of scanning a QR code. It's used in UIs to indicate where a user can initiate QR code scanning.
- How do I use the QrCodeScanIcon in React?
- Import both HugeiconsIcon and QrCodeScanIcon from their respective packages, then render it using <HugeiconsIcon icon={QrCodeScanIcon} />.
- What is the license for this icon?
- The QrCodeScanIcon from HugeIcons is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →