Sword 2 Pixel Art Icon
An alternate sword silhouette for combat menus, RPG weapon-type differentiation, and dual-wield game mechanics.
Tags
sword
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sword 2 icon
An alternate sword silhouette offering a different blade shape or angle from the primary sword icon. Use it in game UIs that feature multiple weapon types or when the primary sword icon's shape does not fit the visual style of the surrounding icon set. It can also represent a second weapon slot in a dual-wielding system, making the visual distinction between weapon slots immediately clear. For single-weapon contexts, the plain sword icon avoids introducing unnecessary variation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sword-2.svg" width="24" height="24" alt="Sword 2" />
<!-- React -->
import { Sword2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sword-2.svg" width="48" height="48" style="image-rendering: pixelated" />