19 lines
857 B
XML
19 lines
857 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad2" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FF9800;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#F57C00;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad2)" />
|
|
<g fill="white" transform="translate(28, 18)">
|
|
<!-- 火焰 -->
|
|
<path d="M20 0 C20 0, 35 20, 35 35 C35 45, 27 50, 20 50 C13 50, 5 45, 5 35 C5 20, 20 0, 20 0 Z"
|
|
fill="white" />
|
|
<path
|
|
d="M20 20 C20 20, 28 30, 28 38 C28 44, 24 48, 20 48 C16 48, 12 44, 12 38 C12 30, 20 20, 20 20 Z"
|
|
fill="#FF9800" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">TC</text>
|
|
</svg> |