Initial commit — DashMail prototype
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#0a1e3d"/>
|
||||
<stop offset="100%" stop-color="#0099b8"/>
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feDropShadow dx="0" dy="1" stdDeviation="1.5" flood-color="rgba(0,0,0,0.3)"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<!-- Badge -->
|
||||
<rect width="56" height="56" rx="13" fill="url(#bg)"/>
|
||||
<!-- Airplane full silhouette -->
|
||||
<polygon points="10,12 46,28 10,44" fill="rgba(255,255,255,0.68)" filter="url(#shadow)"/>
|
||||
<!-- Upper wing highlight -->
|
||||
<polygon points="10,12 46,28 22,33" fill="rgba(255,255,255,0.97)"/>
|
||||
<!-- Bottom fold crease line -->
|
||||
<line x1="10" y1="44" x2="46" y2="28" stroke="rgba(255,255,255,0.22)" stroke-width="0.9"/>
|
||||
<!-- Nose highlight dot -->
|
||||
<circle cx="44" cy="28" r="1.2" fill="rgba(255,255,255,0.6)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 958 B |
Reference in New Issue
Block a user