feat: redesign favicon — spark mark with ochre centre dot
This commit is contained in:
+10
-3
@@ -1,5 +1,12 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
||||||
<rect width="180" height="180" rx="40" fill="#2e3a8c"/>
|
<rect width="180" height="180" rx="40" fill="#1a1a24"/>
|
||||||
<path d="M118 53a48 48 0 1 0 0 74" stroke="#f2f1ee" stroke-width="14" stroke-linecap="round" fill="none"/>
|
<circle cx="90" cy="90" r="14" fill="#c8922a"/>
|
||||||
<circle cx="120" cy="90" r="9" fill="#c8922a"/>
|
<line x1="90" y1="36" x2="90" y2="68" stroke="#f2f1ee" stroke-width="12" stroke-linecap="round"/>
|
||||||
|
<line x1="90" y1="112" x2="90" y2="144" stroke="#f2f1ee" stroke-width="12" stroke-linecap="round"/>
|
||||||
|
<line x1="36" y1="90" x2="68" y2="90" stroke="#f2f1ee" stroke-width="12" stroke-linecap="round"/>
|
||||||
|
<line x1="112" y1="90" x2="144" y2="90" stroke="#f2f1ee" stroke-width="12" stroke-linecap="round"/>
|
||||||
|
<line x1="54" y1="54" x2="74" y2="74" stroke="#f2f1ee" stroke-width="9" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="106" y1="106" x2="126" y2="126" stroke="#f2f1ee" stroke-width="9" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="126" y1="54" x2="106" y2="74" stroke="#f2f1ee" stroke-width="9" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="74" y1="106" x2="54" y2="126" stroke="#f2f1ee" stroke-width="9" stroke-linecap="round" opacity="0.5"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 1.0 KiB |
+11
-4
@@ -1,6 +1,13 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
<rect width="32" height="32" rx="7" fill="#2e3a8c"/>
|
<rect width="32" height="32" rx="7" fill="#1a1a24"/>
|
||||||
<!-- Stylised open C with a curiosity dot -->
|
<!-- Spark: three lines radiating from centre dot -->
|
||||||
<path d="M21 9.5a8.5 8.5 0 1 0 0 13" stroke="#f2f1ee" stroke-width="2.6" stroke-linecap="round" fill="none"/>
|
<circle cx="16" cy="16" r="2.5" fill="#c8922a"/>
|
||||||
<circle cx="21.5" cy="16" r="1.6" fill="#c8922a"/>
|
<line x1="16" y1="7" x2="16" y2="12" stroke="#f2f1ee" stroke-width="2.2" stroke-linecap="round"/>
|
||||||
|
<line x1="16" y1="20" x2="16" y2="25" stroke="#f2f1ee" stroke-width="2.2" stroke-linecap="round"/>
|
||||||
|
<line x1="7" y1="16" x2="12" y2="16" stroke="#f2f1ee" stroke-width="2.2" stroke-linecap="round"/>
|
||||||
|
<line x1="20" y1="16" x2="25" y2="16" stroke="#f2f1ee" stroke-width="2.2" stroke-linecap="round"/>
|
||||||
|
<line x1="9.9" y1="9.9" x2="13.4" y2="13.4" stroke="#f2f1ee" stroke-width="1.6" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="18.6" y1="18.6" x2="22.1" y2="22.1" stroke="#f2f1ee" stroke-width="1.6" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="22.1" y1="9.9" x2="18.6" y2="13.4" stroke="#f2f1ee" stroke-width="1.6" stroke-linecap="round" opacity="0.5"/>
|
||||||
|
<line x1="13.4" y1="18.6" x2="9.9" y2="22.1" stroke="#f2f1ee" stroke-width="1.6" stroke-linecap="round" opacity="0.5"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user