20 lines
929 B
XML
20 lines
929 B
XML
<svg width="800" height="240" viewBox="0 0 800 240" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect width="800" height="240" fill="transparent"/>
|
|
|
|
<!-- Curly braces -->
|
|
<text x="40" y="156" font-size="140" fill="white" font-family="monospace">{</text>
|
|
<text x="230" y="156" font-size="140" fill="white" font-family="monospace">}</text>
|
|
|
|
<!-- Blue form with check -->
|
|
<rect x="120" y="50" width="120" height="140" rx="16" fill="#3366CC"/>
|
|
<polyline points="150,110 164,128 190,84" fill="none" stroke="white" stroke-width="10"/>
|
|
<circle cx="150" cy="144" r="7" fill="white"/>
|
|
<rect x="168" y="140" width="48" height="10" fill="white"/>
|
|
<circle cx="150" cy="168" r="7" fill="white"/>
|
|
<rect x="168" y="164" width="48" height="10" fill="white"/>
|
|
|
|
<!-- Text -->
|
|
<text x="340" y="156" font-family="Arial, sans-serif" font-size="76" font-weight="bold" fill="white">Task Master</text>
|
|
</svg>
|