How to Draw a 16×16 Swept Basket-Hilt Steel Sword in Pixel Art
This sword has a restrained three-pixel-wide blade and an expansive swept basket. The guard begins beside the blade root, branches right, loops back left under the grip, and ends in a second gold accent near the lower-right corner.
The exact CC0 reference contains 76 visible pixels and 8 visible
colours. We will build it in five stages. Coordinates use (x, y) from the
top-left.
Explore the complete drawing history
Step through the saved frames first. Show changes separates the blade, socket shadows, black basket cage, leather and copper joints, and gold accents.
Step 1: outline the blade and the swept basket cage
Place black at x0–1 on row 0. From rows 1 through 6, draw two black rails around the main diagonal, leaving xy empty for the steel core.
At row 7, keep the blade rails at x6 and x8, then begin the basket’s upper sweep with black at x11–12. Continue its right wall through rows 8–11 while the blade root arrives from the left.
From rows 11–15, build two lower branches:
- a left loop around x8–11;
- a right pommel loop around x13–15.
Preserve the transparent gaps between these branches. The cage and blade outline contain 48 black pixels.
Step 2: fill the light and base-steel blade core
Use light steel #CEECEC at (1,1), (2,2), (3,3), (4,4), and (5,5).
This uninterrupted five-cell run makes the blade read as long and straight.
Switch to base steel #A5C9C9 at (6,6) and (7,7). The darker pair begins
the transition into the heavier basket assembly.
Step 3: shade the blade root and deep socket
Place shadow steel #83A3A3 at (8,8) and (9,9). Then add deep steel #476367 at (10,10).
The three cells create a steady light-to-dark run into the socket. Keep them on the same diagonal; the guard’s curved appearance comes from its cage, not from bending the blade.
Step 4: build the leather-and-copper basket structure
Add dark leather #7E4E26 at seven structural positions:
(13,9), (12,10), (9,11), (13,11), (10,12), (12,12), (9,13)
Place copper #C07F3A at (13,10), (9,12), and (13,13). Leather forms
the long flexible spans; copper marks three joints where the cage changes
direction.
Step 5: finish eight golden hilt accents
Use gold #FBBD5D at:
(12,8), (12,9), (10,11), (11,11), (12,11), (10,13), (10,14), (14,14)
The three-cell run on row 11 forms the bright centre of the grip. The two lower gold cells belong to different branches: one follows the swept left loop, while the final cell highlights the offset pommel.
Exact row blueprint
| Rows | Final construction |
|---|---|
| 0–5 | black blade cap and five-cell light-steel run |
| 6–7 | two base-steel cells and beginning of the upper basket sweep |
| 8–10 | shadowed blade root, deep socket, and upper gold-leather guard |
| 11 | leather ends around a three-cell gold grip |
| 12 | copper, leather, black divider, leather |
| 13 | lower left loop and copper right joint |
| 14 | gold highlights on both separated lower branches |
| 15 | two black branch caps |
Watch the basket grow around the grip
The automatic player constructs the black blade and cage first, fills the steel value ramp, builds the leather-copper framework, and finally lights eight gold positions across the guard and pommel.
Automatic drawing
Start with an empty 16×16 canvas
Draw the sword yourself
Complete the blade before extending the guard. Use Diff to preserve every hollow opening in the cage, then add the warm materials from structural leather to gold highlights.
Draw the swept basket-hilt steel sword yourself
Rebuild all 76 visible pixels. Use Diff view to check the long blade rails and every opening in the swept basket lattice.
What this sprite teaches
- A straight blade can support a highly curved hilt. Keep the steel core on one diagonal.
- Negative space makes a basket readable. Three separated openings prevent the cage from becoming a blob.
- Joints need stronger material cues. Copper marks turns while leather spans the gaps.
- Distributed highlights explain multiple branches. Gold appears on the upper guard, grip, lower sweep, and pommel.
- Asymmetry adds motion. The final pommel highlight sits far from the left loop.
The source sprite is by Shade and is released under CC0 on OpenGameArt. The finished tutorial frame matches every source cell exactly.