Gift Pixel Art Icon
A gift-box icon for reward programs, promotional banners, holiday sales, referral bonuses and 'Send a gift' features.
Tags
presentboxpackage
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gift icon
A wrapped box with a bow on top, immediately read as a present or reward. Online stores use it for gift-wrapping options at checkout, loyalty reward redemptions, and promotional banners during holidays. It also fits referral programs ('Give a gift, get a gift') and wishlist features. For shipping and logistics contexts, the package icon is a closer match; reserve gift for occasions where the celebratory or generous meaning is the point.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gift.svg" width="24" height="24" alt="Gift" />
<!-- React -->
import { Gift } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gift.svg" width="48" height="48" style="image-rendering: pixelated" />