Potion 2 Pixel Art Icon
A second potion bottle variant for alternate RPG item types, multi-potion inventories, and effect-differentiation menus.
Tags
potion
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Potion 2 icon
A differently shaped potion bottle, providing a second visual for game systems with multiple distinct potion types. Two distinct bottle silhouettes let players distinguish potions by shape alone in a busy inventory. It suits a crafting game with mana and health potions needing separate icons, a shop listing several consumable effects, or a design system needing visual variety within the potions category. When only one potion type is used, the base potion icon avoids unnecessary variation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/potion-2.svg" width="24" height="24" alt="Potion 2" />
<!-- React -->
import { Potion2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="potion-2.svg" width="48" height="48" style="image-rendering: pixelated" />