The HugeIcons credit card freeze icon visually represents the action of temporarily blocking or locking a credit card, commonly used in financial applications to indicate security measures or user-initiated card control.
Common uses
- Button to freeze/unfreeze a credit card
- Status indicator for a frozen card
- Security feature explanation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CreditCardFreezeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CreditCardFreezeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- card lockfreeze cardblock cardsecurity card
FAQ
- What does the credit card freeze icon represent?
- It signifies the act of temporarily disabling a credit card to prevent unauthorized transactions, often used for security purposes.
- How do I use the CreditCardFreezeIcon in React?
- Import both HugeiconsIcon and CreditCardFreezeIcon, then render it using <HugeiconsIcon icon={CreditCardFreezeIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →