1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- Copyright 2022-2023 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. -->
<svg height="384" width="384" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath77">
<circle cx="192" cy="192" r="176" />
</clipPath>
<!-- background -->
<polygon fill="#FFA400" points="0,0 384,0 384,384 0,384" />
<circle cx="192" cy="192" fill="#FCF9F9" r="144" />
<!-- line -->
<polyline clip-path="url(#clipPath77)" fill="none" points="384,0 0,384" stroke="#FFA400" stroke-width="48" /> <!-- Border -->
<polyline clip-path="url(#clipPath77)" fill="none" points="384,0 0,384" stroke="#FCF9F9" stroke-width="16" />
<!-- star -->
<polygon fill="#FCF9F9" points="192,124.118 259.882,192 192,259.882 124.118,192" stroke="#FFA400" stroke-width="48" />
<polygon fill="none" points="192,124.118 259.882,192 192,259.882 124.118,192" stroke="#FCF9F9" stroke-width="16" />
<!-- greater Circle -->
<circle cx="192" cy="192" fill="none" r="168" stroke="#FCF9F9" stroke-width="16" />
</svg>
|