28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="1000" height="1000">
|
|
<rect width="100%" height="100%" fill="#263241"/>
|
|
<defs>
|
|
<linearGradient id="mountainGrad" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#ff9a3c"/>
|
|
<stop offset="100%" stop-color="#e36a1a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- left angular peak -->
|
|
<path d="M200 420 L320 240 L360 300 L400 260 L440 420 Z" fill="#ffffff"/>
|
|
<path d="M200 420 L360 300 L440 420 Z" fill="#c8d0d8"/>
|
|
|
|
<!-- right angular peak -->
|
|
<path d="M560 420 L640 260 L680 300 L720 240 L840 420 Z" fill="#ffffff"/>
|
|
<path d="M560 420 L680 300 L840 420 Z" fill="#c8d0d8"/>
|
|
|
|
<!-- central mountain -->
|
|
<path d="M250 420 L500 120 L750 420 Z" fill="url(#mountainGrad)" />
|
|
<path d="M460 280 L500 210 L560 420 L500 350 Z" fill="#cf5b14" opacity="0.95"/>
|
|
|
|
<!-- text -->
|
|
<text x="500" y="540" text-anchor="middle" font-family="Futura-Bk, Futura, sans-serif"
|
|
font-size="120" fill="#fff">DR EDGY</text>
|
|
<text x="500" y="600" text-anchor="middle" font-family="Futura-Bk, Futura, sans-serif"
|
|
font-size="54" letter-spacing="8" fill="#fff">ADVENTURES</text>
|
|
</svg>
|