CICADA SIGIL
LOGO
The Obsidian logo — the Cicada Sigil — combines sacred geometry with cyber aesthetics. Dual triangles form a star, the Eye of Providence watches from center, radiating lines suggest omniscience, and the 3301 inscription anchors the mystique.
Cicada Sigil // Obsidian Protocol
ANATOMY
OUTER TRIANGLE
Primary container — points upward, represents ascension
opacity: 0.6element: <polygon>
INNER TRIANGLE
Inverted, creates Star of David intersection
opacity: 0.3element: <polygon>
EYE CIRCLE
Eye of Providence — outer ring (r=12) + inner pupil (r=5)
opacity: 0.7element: <circle>
RADIATING LINES
12 lines at 30° intervals, creating omniscient aura
opacity: 0.4element: <line>
3301 TEXT
Cicada inscription — monospace, anchored at bottom
opacity: 0.5element: <text>
GRADIENT
Linear gradient from Cyan #00d9ff to Purple #7B61FF
opacity: 1.0element: <gradient>
SIZES
32px
48px
64px
96px
128px
200px
VARIANTS
GRADIENT
CYAN
MONOCHROME
OBSIDIAN
WITH TEXTCLEAR SPACE
25%
25%
25%
25%
Minimum clear space = 25% of logo size on all sides. Never place text or elements within this zone.
SVG SOURCE
cicada-sigil.svg
1<svg width=400">class="text-green-400/80">"100" height=400">class="text-green-400/80">"100" viewBox=400">class="text-green-400/80">"0 0 100 100">2 <defs>3 <linearGradient id=400">class="text-green-400/80">"sigil-grad" x1=400">class="text-green-400/80">"0" y1=400">class="text-green-400/80">"0" x2=400">class="text-green-400/80">"1" y2=400">class="text-green-400/80">"1">4 <stop offset=400">class="text-green-400/80">"0%" stopColor=400">class="text-green-400/80">"#00d9ff" />5 <stop offset=400">class="text-green-400/80">"100%" stopColor=400">class="text-green-400/80">"#7B61FF" />6 </linearGradient>7 </defs>8 <!-- Outer triangle -->9 <polygon points=400">class="text-green-400/80">"50,5 95,85 5,85" fill=400">class="text-green-400/80">"none"10 stroke=400">class="text-green-400/80">"url(#sigil-grad)" strokeWidth=400">class="text-green-400/80">"1.5" opacity=400">class="text-green-400/80">"0.6" />11 <!-- Inner inverted triangle -->12 <polygon points=400">class="text-green-400/80">"50,75 25,25 75,25" fill=400">class="text-green-400/80">"none"13 stroke=400">class="text-green-400/80">"url(#sigil-grad)" strokeWidth=400">class="text-green-400/80">"1" opacity=400">class="text-green-400/80">"0.3" />14 <!-- Eye of providence -->15 <circle cx=400">class="text-green-400/80">"50" cy=400">class="text-green-400/80">"45" r=400">class="text-green-400/80">"12" fill=400">class="text-green-400/80">"none"16 stroke=400">class="text-green-400/80">"url(#sigil-grad)" strokeWidth=400">class="text-green-400/80">"1.5" opacity=400">class="text-green-400/80">"0.7" />17 <circle cx=400">class="text-green-400/80">"50" cy=400">class="text-green-400/80">"45" r=400">class="text-green-400/80">"5"18 fill=400">class="text-green-400/80">"url(#sigil-grad)" opacity=400">class="text-green-400/80">"0.5" />19 <!-- 12 Radiating lines (30° intervals) -->20 <!-- 3301 inscription -->21 <text x=400">class="text-green-400/80">"50" y=400">class="text-green-400/80">"96" textAnchor=400">class="text-green-400/80">"middle"22 fill=400">class="text-green-400/80">"url(#sigil-grad)" fontSize=400">class="text-green-400/80">"8"23 fontFamily=400">class="text-green-400/80">"monospace" opacity=400">class="text-green-400/80">"0.5">3301</text>24</svg>
USAGE GUIDELINES
DO
- Use on dark backgrounds (#06091A or darker)
- Maintain gradient direction (top-left → bottom-right)
- Use SVG for all sizes (never rasterize)
- Pair with JetBrains Mono for text lockup
- Use the pulse ring animation for hero contexts
DON'T
- Place on light or colored backgrounds
- Rotate or distort the sigil
- Remove the 3301 inscription
- Use at sizes smaller than 32px
- Add drop shadows or outer glows to the SVG