12 lines
734 B
XML
12 lines
734 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<!-- Matches the in-app brand mark: a graded slab — case, label, and the
|
|
card sealed inside. Kept in step with .brand-mark in style.css.
|
|
White field with the brand red label band, per the light theme. -->
|
|
<rect width="128" height="128" rx="26" fill="#ffffff"/>
|
|
<rect x="0.5" y="0.5" width="127" height="127" rx="25.5" fill="none"
|
|
stroke="#ccd2dc" stroke-width="1"/>
|
|
<rect x="41.5" y="18.5" width="45" height="91" rx="7.5" fill="none"
|
|
stroke="#1c2b45" stroke-width="5"/>
|
|
<rect x="50" y="30" width="28" height="8" rx="3" fill="#c8102e"/>
|
|
<rect x="50" y="49" width="28" height="46" rx="3.5" fill="#1c2b45" opacity="0.48"/>
|
|
</svg>
|