11 lines
450 B
XML
11 lines
450 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 노란색 원형 배경 -->
|
|
<circle cx="16" cy="16" r="16" fill="#FFD700"/>
|
|
|
|
<!-- 흰색 내부 원 (도넛 모양) -->
|
|
<circle cx="16" cy="16" r="12" fill="white"/>
|
|
|
|
<!-- 중앙에 W 문자 -->
|
|
<text x="16" y="20" font-family="Arial, sans-serif" font-size="14" font-weight="bold" text-anchor="middle" fill="#FFD700">W</text>
|
|
</svg>
|