Diamond Plus Pixel Art Icon
A diamond with a plus badge for earning gems, adding a premium item, or upgrading a diamond-tier reward.
Tags
diamondplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Diamond Plus icon
A rotated-square diamond shape combined with a plus sign, signaling acquisition or addition in premium or gem contexts. Reach for it in loyalty programs that award diamond points, in-game earn-gems flows, or a 'Add premium item' action in a marketplace. Paired with diamond-minus it forms a symmetrical earn/spend pair. When the diamond is not acting as currency but simply as a decorative shape, the plain diamond icon avoids confusing users with an unintended action signal.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/diamond-plus.svg" width="24" height="24" alt="Diamond Plus" />
<!-- React -->
import { DiamondPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="diamond-plus.svg" width="48" height="48" style="image-rendering: pixelated" />