Elixir Pixel Art Icon
A potion bottle icon for health restores, magic items, RPG consumables, and game power-up inventories.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Elixir icon
A rounded bottle containing liquid, the visual shorthand for health potions, magic elixirs, and consumable game items. Use it in RPG and adventure game UIs for a health restore item, a potion inventory section, a 'Drink elixir' button, or a collectibles page for magical consumables. The bottle shape distinguishes it from beakers and test tubes, which imply scientific process rather than game-ready consumption. Elixir-2 and elixir-health offer alternative bottle shapes within the same category.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/elixir.svg" width="24" height="24" alt="Elixir" />
<!-- React -->
import { Elixir } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="elixir.svg" width="48" height="48" style="image-rendering: pixelated" />