Skip to content

Identity

Logo (mark)

Geometry — everything in {R, φ}.
ViewBox is 2R × 2R, canvas centre = (R, R).

  · Outer disc: radius R, filled brand colour.
  · Inner disc: concentric, radius R / φ ≈ 0.618 R (golden ratio),
                filled #FFFFFF.
  · Triangle  — closed filled isoceles, apex points UP:
        apex      = (R, R)
        leftBase  = (R − R·tan θ, 2R)
        rightBase = (R + R·tan θ, 2R)
        with θ = 90° / φ² ≈ 34.38°.
        The base sits on the bottom edge of the viewBox, outside
        the outer disc on both flanks. The outer-disc clip-path
        trims it away — no visible flat base inside the disc.

Two-tone fill — via clip-paths, matches the historical
unless-icon-*.svg files:
  · Layer 1: outer disc        (brand colour)
  · Layer 2: filled triangle   (outer-tri, darker shade)
                                 clip-path: outer disc
  · Layer 3: inner disc        (#FFFFFF)
  · Layer 4: filled triangle   (inner-tri, lighter shade)
                                 clip-path: inner disc

Net result: darker shade on the brand ring, lighter shade on
the white core.

Palettes:
  Light variant  brand #629BF8  outer-tri #4B66BF  inner-tri #80B7FB
  Dark  variant  brand #3B82F6  outer-tri #1E40AF  inner-tri #60A5FA
  Inner disc     #FFFFFF
Logo (mark) · Spec