Files
2026-07-17 10:12:15 -04:00

20 lines
805 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<!-- Black rounded background -->
<rect width="256" height="256" rx="40" fill="#111111"/>
<!-- Double croche (beamed sixteenth notes) in green -->
<g fill="#22c55e">
<!-- Note head 1 (left) -->
<ellipse cx="89" cy="173" rx="25" ry="18" transform="rotate(-15 89 173)"/>
<!-- Note head 2 (right) -->
<ellipse cx="166" cy="155" rx="25" ry="18" transform="rotate(-15 166 155)"/>
<!-- Stem 1 -->
<rect x="109" y="80" width="9" height="96"/>
<!-- Stem 2 -->
<rect x="186" y="62" width="9" height="96"/>
<!-- Beam 1 (upper) -->
<polygon points="109,80 195,62 195,76 109,94"/>
<!-- Beam 2 (lower — makes it a double croche) -->
<polygon points="109,101 195,83 195,97 109,115"/>
</g>
</svg>