Files
MulliganMates/public/icons/icon.svg
T
2026-03-18 12:39:48 +01:00

20 lines
936 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Background circle -->
<circle cx="256" cy="256" r="256" fill="#16a34a"/>
<!-- Flag stick -->
<rect x="214" y="108" width="16" height="272" rx="8" fill="white"/>
<!-- Triangular flag -->
<path d="M230 118 L330 158 L230 198 Z" fill="white"/>
<!-- Golf ball -->
<circle cx="222" cy="404" r="36" fill="white"/>
<!-- Ball dimples (subtle arcs) -->
<path d="M200 392 Q222 380 244 392" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M200 408 Q222 420 244 408" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M210 382 Q198 404 210 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M234 382 Q246 404 234 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
</svg>