This commit is contained in:
2025-06-08 22:15:02 +09:00
parent bc0c421165
commit c15e6a0d39
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,9 @@
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#2563eb"/>
<circle cx="200" cy="150" r="60" fill="white" opacity="0.9"/>
<polygon points="180,130 180,170 220,150" fill="#2563eb"/>
<rect x="100" y="220" width="200" height="8" rx="4" fill="white" opacity="0.7"/>
<rect x="120" y="240" width="160" height="6" rx="3" fill="white" opacity="0.5"/>
<rect x="140" y="258" width="120" height="6" rx="3" fill="white" opacity="0.5"/>
<text x="200" y="320" text-anchor="middle" fill="white" font-family="Arial, sans-serif" font-size="24" font-weight="bold" opacity="0.8">PODCAST</text>
</svg>

After

Width:  |  Height:  |  Size: 671 B