The Tabler gift card icon visually represents a gift card, commonly used in user interfaces to signify features related to gift certificates, loyalty programs, or special offers.
Common uses
- Button for redeeming gift cards
- Link to a user's gift card balance
- Icon in a list of available promotions
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGiftCard } from '@tabler/icons-react';
<IconGiftCard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGiftCard size={24} stroke={2} />filled
<IconGiftCardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- E-commerce
- Keywords
- couponpresentvouchershoppingbirthdaygiftcardstorepurchaseretaile-commercecertificate
FAQ
- What does the gift-card icon represent?
- It represents a gift card, often used for e-commerce promotions, coupons, or loyalty programs.
- How do I use the gift-card icon in React?
- You can import and use it like this: import { IconGiftCard } from '@tabler/icons-react'; <IconGiftCard />.
- What is the license for the Tabler gift-card icon?
- The Tabler icon library, including the gift-card icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →