21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
<!-- Maskable icon: content kept within inner 80% safe zone -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Full bleed background -->
|
|
<rect width="512" height="512" fill="#16a34a"/>
|
|
|
|
<!-- Flag stick (shifted slightly right, vertically centred in safe zone) -->
|
|
<rect x="228" y="120" width="14" height="252" rx="7" fill="white"/>
|
|
|
|
<!-- Triangular flag -->
|
|
<path d="M242 130 L328 165 L242 200 Z" fill="white"/>
|
|
|
|
<!-- Golf ball -->
|
|
<circle cx="235" cy="400" r="32" fill="white"/>
|
|
|
|
<!-- Ball dimples -->
|
|
<path d="M214 389 Q235 378 256 389" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
|
|
<path d="M214 403 Q235 414 256 403" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
|
|
<path d="M224 377 Q213 400 224 423" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
|
|
<path d="M246 377 Q257 400 246 423" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
|
|
</svg>
|