Files
cube/apps/music/frontend/scripts/icon-source.svg
T
Fam Zheng 0b87085ca9
deploy music / build-and-deploy (push) Successful in 2m3s
music(pwa): 自家 icon — 黑底圆角 + 金黄八分音符
2026-05-27 17:37:24 +01:00

12 lines
534 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<rect width="512" height="512" rx="96" ry="96" fill="#0f0f0f"/>
<g fill="#f5b800">
<!-- stem (slight tilt) -->
<path d="M302 110 L322 105 L322 360 L302 365 Z"/>
<!-- flag: bezier swoop off the stem top -->
<path d="M322 105 C 400 130, 430 200, 380 270 C 410 210, 380 160, 322 145 Z"/>
<!-- note head: ellipse rotated -22° -->
<ellipse cx="250" cy="360" rx="64" ry="46" transform="rotate(-22 250 360)"/>
</g>
</svg>