Elixir 2 Pixel Art Icon
A second elixir bottle variant for RPG potion menus, alternate consumable slots, and health-restore inventories.
Tags
elixir
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Elixir 2 icon
An alternate elixir bottle silhouette providing a different shape or stopper design from the primary elixir icon. Useful in game UIs that differentiate between potion types by visual shape, where a second bottle design helps players quickly distinguish item tiers or effects. It also gives design systems a stylistic alternative when the first elixir shape does not harmonize with surrounding icons. For a single-potion UI without item differentiation, the base elixir icon keeps the set consistent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/elixir-2.svg" width="24" height="24" alt="Elixir 2" />
<!-- React -->
import { Elixir2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="elixir-2.svg" width="48" height="48" style="image-rendering: pixelated" />