21 lines
882 B
XML
21 lines
882 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
|
|||
|
|
<title>Silent Mode — avatar (400×400 profile square)</title>
|
|||
|
|
<defs>
|
|||
|
|
<radialGradient id="bg" cx="50%" cy="18%" r="90%">
|
|||
|
|
<stop offset="0%" stop-color="#16202e"/>
|
|||
|
|
<stop offset="100%" stop-color="#0b0e14"/>
|
|||
|
|
</radialGradient>
|
|||
|
|
</defs>
|
|||
|
|
<rect width="400" height="400" fill="url(#bg)"/>
|
|||
|
|
<g transform="translate(70,140)">
|
|||
|
|
<rect x="0" y="0" width="150" height="90" rx="45" ry="45"
|
|||
|
|
fill="none" stroke="#8b98a9" stroke-width="18"/>
|
|||
|
|
<rect x="110" y="0" width="150" height="90" rx="45" ry="45"
|
|||
|
|
fill="none" stroke="#d6ff3d" stroke-width="18"/>
|
|||
|
|
</g>
|
|||
|
|
<text x="200" y="310" font-family="system-ui,-apple-system,Segoe UI,sans-serif"
|
|||
|
|
font-size="38" font-weight="600" text-anchor="middle" fill="#e7eaf1">
|
|||
|
|
Silent <tspan fill="#d6ff3d">Mode</tspan>
|
|||
|
|
</text>
|
|||
|
|
</svg>
|