Sokrates Logo Design

Summary

The Sokrates logo evolved through multiple iterations — from literal philosopher illustrations to abstract geometric marks. The final design is a minimalist owl-head spiral (“The Asking Eye”), rendered as a monoline SVG in the brand’s golden amber color against black.

Details

Design Evolution

The initial concept featured a literal illustration of Socrates — rejected for being too “educational” and not scaling to favicons or hardware etching. The direction shifted to abstract symbolism.

Three candidates were evaluated:

  1. The Phi (φ) Mark: Branching networks with flanking circles. Too complex at small sizes.
  2. The Concentric Spiral: App-icon-ready rounded square. Practical but generic.
  3. The Owl Spiral / “Asking Eye”: Selected. Bridges Socratic wisdom (Athena’s owl) with technical feedback loop (spiral).

The Final Mark

Ultra-minimalist, single continuous gold line drawing. Multi-stable geometry:

  • An owl’s eye (wisdom)
  • A question mark viewed from above (Socratic inquiry)
  • An outward spiral (compounding knowledge)

Monoline vector with uniform weight, no fills. Legible at 16x16, scales to billboard. Deliberate organic imperfection where the spiral begins — “perfect systems emerge from messy reality.”

Color

Two hex values documented across iterations:

  • #D4AF37 (classic gold, from early brand work)
  • #f2ca50 (golden amber, from “Icelandic Archive” palette, used in production)

Both on pure black backgrounds.

Technical Production

Raster → vector via command-line workflow:

  1. ImageMagick: invert gold-on-black to black-on-white PBM (potrace requires this)
  2. potrace: Vectorize to SVG (~9.9KB optimized)
  3. Inkscape: Normalize coordinates, tighten viewBox, set fill="#f2ca50"

Final asset: public/images/logo.svg, deployed at 32x32 in navbar next to “SÓKRATES” wordmark. Optimized inline SVG for fast loads. Also designated for laser-etching on hardware chassis.