mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-04-01 04:15:42 +00:00
feat: simplify app icon - solid dark green bg with single mint swoosh
This commit is contained in:
parent
eaf9f2eec3
commit
53c7cdd6a6
2 changed files with 11 additions and 47 deletions
|
|
@ -4,20 +4,7 @@
|
||||||
android:height="108dp"
|
android:height="108dp"
|
||||||
android:viewportWidth="108"
|
android:viewportWidth="108"
|
||||||
android:viewportHeight="108">
|
android:viewportHeight="108">
|
||||||
<!-- Deep dark base -->
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#0F2027"
|
android:fillColor="#1B4332"
|
||||||
android:pathData="M0,0h108v108h-108z" />
|
android:pathData="M0,0h108v108h-108z" />
|
||||||
<!-- Gradient layer - dark teal -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#1A3A3A"
|
|
||||||
android:pathData="M0,108 L108,0 L108,108 Z" />
|
|
||||||
<!-- Subtle accent glow -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#203A43"
|
|
||||||
android:pathData="M54,54m-52,0a52,52 0,1 1,104 0a52,52 0,1 1,-104 0" />
|
|
||||||
<!-- Inner glow -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#2C5364"
|
|
||||||
android:pathData="M54,50m-38,0a38,38 0,1 1,76 0a38,38 0,1 1,-76 0" />
|
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
||||||
|
|
@ -5,41 +5,18 @@
|
||||||
android:viewportWidth="108"
|
android:viewportWidth="108"
|
||||||
android:viewportHeight="108">
|
android:viewportHeight="108">
|
||||||
|
|
||||||
<!-- Main swoosh stroke - a bold, dynamic calligraphic curve -->
|
<!-- Bold swoosh - thick calligraphic stroke, centered -->
|
||||||
<!-- Thick in the middle, tapering at both ends -->
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#4AEDC4"
|
android:fillColor="#52B788"
|
||||||
android:pathData="
|
android:pathData="
|
||||||
M28,62
|
M26,68
|
||||||
C32,64 38,66 44,64
|
C30,72 38,74 46,70
|
||||||
C50,62 56,56 62,48
|
C54,66 60,56 66,48
|
||||||
C68,40 74,36 80,38
|
C72,40 78,38 82,40
|
||||||
L82,42
|
L84,46
|
||||||
C76,40 70,44 64,52
|
C80,43 74,45 68,52
|
||||||
C58,60 52,66 44,68
|
C62,60 56,70 46,74
|
||||||
C38,70 32,68 28,66
|
C38,78 30,76 26,72
|
||||||
Z" />
|
Z" />
|
||||||
|
|
||||||
<!-- Upper swoosh echo - thinner, offset, creates depth -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#7DF9C8"
|
|
||||||
android:pathData="
|
|
||||||
M34,56
|
|
||||||
C38,54 44,50 50,44
|
|
||||||
C56,38 62,34 68,34
|
|
||||||
L69,37
|
|
||||||
C63,37 57,41 51,47
|
|
||||||
C45,53 39,57 35,58
|
|
||||||
Z" />
|
|
||||||
|
|
||||||
<!-- Small accent dot - like a notification/speech indicator -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#FFFFFF"
|
|
||||||
android:pathData="M74,30m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0" />
|
|
||||||
|
|
||||||
<!-- Subtle pen tip / cursor at the swoosh start -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#4AEDC4"
|
|
||||||
android:pathData="M26,61 L24,66 L29,65 Z" />
|
|
||||||
|
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue