first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||||
<!-- Background circle -->
|
||||
<circle cx="32" cy="34" r="28" fill="#1565C0"/>
|
||||
<!-- Clock face -->
|
||||
<circle cx="32" cy="34" r="24" fill="#E3F2FD"/>
|
||||
<!-- Hour marks -->
|
||||
<line x1="32" y1="12" x2="32" y2="17" stroke="#1565C0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<line x1="32" y1="51" x2="32" y2="56" stroke="#1565C0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<line x1="10" y1="34" x2="15" y2="34" stroke="#1565C0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<line x1="49" y1="34" x2="54" y2="34" stroke="#1565C0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<!-- Hour hand (pointing to ~10) -->
|
||||
<line x1="32" y1="34" x2="21" y2="23" stroke="#0D47A1" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<!-- Minute hand (pointing to ~2) -->
|
||||
<line x1="32" y1="34" x2="43" y2="20" stroke="#1976D2" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<!-- Center dot -->
|
||||
<circle cx="32" cy="34" r="3" fill="#0D47A1"/>
|
||||
<!-- Crown / winder on top -->
|
||||
<rect x="28" y="4" width="8" height="5" rx="2" fill="#1565C0"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user