도장 생성기
도장 생성기
Loading...
도장 생성기
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<defs>
<path id="topArc" d="M 34,100 a 66,66 0 1,1 132,0" fill="none"/>
<path id="bottomArc" d="M 166,104 a 66,66 0 1,1 -132,0" fill="none"/>
</defs>
<!-- Outer circle -->
<circle cx="100" cy="100" r="92" fill="none" stroke="#dc2626" stroke-width="4" opacity="0.85"/>
<!-- Inner circle -->
<circle cx="100" cy="100" r="76" fill="none" stroke="#dc2626" stroke-width="2" opacity="0.85"/>
<!-- Top text -->
<text fill="#dc2626" font-family="serif" font-weight="bold" font-size="16.666666666666668" letter-spacing="3" opacity="0.85">
<textPath href="#topArc" startOffset="50%" text-anchor="middle">COMPANY NAME</textPath>
</text>
<!-- Bottom text -->
<!-- Center star -->
<polygon points="100,88 102.82136921100387,96.11671842700025 111.41267819554184,96.29179606750063 104.56507127821673,101.48328157299974 107.05342302750968,109.70820393249937 100,104.8 92.94657697249032,109.70820393249937 95.43492872178327,101.48328157299974 88.58732180445816,96.29179606750063 97.17863078899613,96.11671842700025" fill="#dc2626" opacity="0.85"/>
</svg>