Sword Pixel Art Icon
A sword icon for combat actions, RPG weapon menus, battle mechanics, and adventure game section headers.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sword icon
A straight-bladed sword, the classic weapon icon for fantasy RPGs, strategy games, and combat mechanics. Use it on an 'Attack' action button, a weapon inventory menu, a 'Combat' section header, or a battle-strength stat display. Its meaning is specific to combat and adventure contexts; outside of games, it reads as decorative. When two crossing weapons are needed to imply a duel or PvP battle, a crossed-swords arrangement signals that more directly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sword.svg" width="24" height="24" alt="Sword" />
<!-- React -->
import { Sword } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sword.svg" width="48" height="48" style="image-rendering: pixelated" />