| 1
2
3
4
5
6
7
8
9
10
11
12 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<title>Flatmorphic</title>
<!-- Square artwork. Everything that carries meaning sits inside a circle
of radius 205 about the centre, so a launcher that crops to a circle
clips background only. build/icons/*.png are rendered to match. -->
<rect x="10" y="10" width="492" height="492" rx="120" fill="#fbc711"/>
<rect x="130" y="279" width="251" height="125" rx="28"
fill="none" stroke="#111827" stroke-width="27"/>
<path d="M256 105V264m0 0-55-55M256 264l55-55"
fill="none" stroke="#111827" stroke-width="27"
stroke-linecap="round" stroke-linejoin="round"/>
</svg> |