Potion Pixel Art Icon
A magic potion bottle icon for RPG items, game inventories, crafting menus, and collectible magic consumables.
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 Potion icon
A corked bottle containing glowing liquid, the foundational visual for magic potions in games and fantasy interfaces. Use it on an inventory screen for consumable items, a crafting recipe card, a shop page in an RPG, or a 'Use item' button in a battle UI. Its round-bellied shape reads as magical rather than scientific. For a specifically health-restoring potion, elixir-health adds that explicit healing meaning to the bottle concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/potion.svg" width="24" height="24" alt="Potion" />
<!-- React -->
import { Potion } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="potion.svg" width="48" height="48" style="image-rendering: pixelated" />