The Tabler gift icon depicts a wrapped box with a bow, commonly used to represent presents, special offers, or rewards in e-commerce and celebratory contexts.
Common uses
- Indicate a free gift with purchase.
- Represent a loyalty program reward.
- Symbolize a birthday or holiday promotion.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGift } from '@tabler/icons-react';
<IconGift size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGift size={24} stroke={2} />filled
<IconGiftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- E-commerce
- Keywords
- presentbirthdaycelebrationwishbonussouveniresurprisegiftstorepurchasee-commerce
FAQ
- What does the gift icon represent?
- It represents a gift, present, or bonus, often used for promotions, rewards, or special occasions.
- How do I use the gift icon in React?
- Import it using `import { IconGift } from '@tabler/icons-react'` and use it as a component: `<IconGift />`.
- What is the license for the Tabler gift icon?
- The Tabler icons, including the gift icon, are 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 →