ffmpeg-gui/frontend/public/favicon.svg

13 lines
468 B
XML
Raw Normal View History

2025-12-15 23:53:29 +09:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#10b981"/>
<stop offset="100%" style="stop-color:#059669"/>
</linearGradient>
</defs>
<!-- 둥근 배경 -->
<rect x="5" y="5" width="90" height="90" rx="22" fill="url(#bg)"/>
<!-- 재생 버튼 (삼각형) -->
<polygon points="38,28 38,72 75,50" fill="white"/>
</svg>