Re: 正在開發新遊戲:星•球
发表于 : 2026年 5月 27日 09:57
代码: 全选
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<g transform="rotate(0 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
<g transform="rotate(120 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
<g transform="rotate(240 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
</svg>代码: 全选
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="flow-fade" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="currentColor" stop-opacity="0" />
<stop offset="100%" stop-color="currentColor" stop-opacity="1" />
</linearGradient>
</defs>
<g transform="rotate(0 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" stroke="url(#flow-fade)" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
<g transform="rotate(120 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" stroke="url(#flow-fade)" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
<g transform="rotate(240 12 12)">
<path d="M 6.34 6.34 A 8 8 0 0 1 17.66 6.34" stroke="url(#flow-fade)" />
<polyline points="17.66 2.34 17.66 6.34 13.66 6.34" />
</g>
</svg>