Mark system, variants, and usage specifications
The Verdegris mark traces a dolmen — a great capstone resting across two standing stones, modelled on Lanyon Quoit in Cornwall. It is built from the same stones as Trevarn: where Trevarn traces three ascending menhirs, Verdegris caps two of them — the parent made of the child's stone. The capstone is laid over the uprights so it hides where they pass behind it: three real, overlapping stones. Drawn with 2% désordre, Aour Glaz.
The primary Verdegris mark is the occluded outline with 2% désordre — the capstone resting on top of the two uprights, hiding their tops. This is the default for all standard usage: website, documents, presentations, product UI, signage. It works at any size above 24px. The slight tilt and uneven legs read as real quarried stone, not a drawn icon.
For editorial and expressive contexts — hero sections, headers, brand campaigns, print collateral — the hatched variant adds visual texture and weight. The stones fill with a fine quarried hatch while the structure stays the same. Use at 48px and larger only; below that the hatch becomes noise.
The primary mark adapts to all standard backgrounds. On dark and coloured grounds it reverses to white.
Under 32px the 2% désordre becomes visual noise. The simplified mark drops the désordre to zero — the same occluded three-stone structure at its true geometry, clean and steady. This is the middle step of the degradation: full désordre → ordered outline → solid.
At browser-tab scale (16–32px) even the ordered outline loses legibility — the 1.9px stroke becomes sub-pixel and vanishes. The favicon uses solid-filled stones to preserve the dolmen silhouette at any size, trading the drawn quality for pure recognition.
The transition from outline to solid mirrors how the whole system degrades gracefully: occluded outline → ordered outline → solid. Each step simplifies while keeping the essential two-stones-and-a-capstone silhouette.
<svg viewBox="0 0 144 82" xmlns="http://www.w3.org/2000/svg"> <polygon points="32,74 37,30 47,29 43,74" fill="#4A6FA5"/> <polygon points="79,73 80,30 104,29 105,73" fill="#4A6FA5"/> <polygon points="8,35.8 45,26.6 95,21.6 132,20.4 138,24 137,30.1 12,43.6 8,40.8" fill="#4A6FA5"/> </svg>
The mark is three closed polygons at viewBox 0 0 144 82 — the two uprights drawn first, the capstone last with an opaque fill so it hides the leg tops. Shown here at 0% désordre (the “true” geometry before the 2% perturbation is applied per instance). Reverse the fills for dark grounds.
<svg viewBox="0 0 144 82" xmlns="http://www.w3.org/2000/svg"
fill="#FFFFFF" stroke="#4A6FA5" stroke-width="1.9"
stroke-linejoin="round">
<polygon points="32,74 37,30 47,29 43,74"/>
<polygon points="79,73 80,30 104,29 105,73"/>
<polygon points="8,35.8 45,26.6 95,21.6 132,20.4 138,24 137,30.1 12,43.6 8,40.8"/>
</svg>