Files
feedBack/static/v3/pedal-default.svg
T
2026-06-16 18:47:13 +02:00

30 lines
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-label="Plugin pedal">
<defs>
<linearGradient id="body" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#334155"/>
<stop offset="0.55" stop-color="#1e293b"/>
<stop offset="1" stop-color="#0f172a"/>
</linearGradient>
<radialGradient id="knob" cx="0.35" cy="0.3" r="0.8">
<stop offset="0" stop-color="#cbd5e1"/>
<stop offset="0.5" stop-color="#64748b"/>
<stop offset="1" stop-color="#1e293b"/>
</radialGradient>
</defs>
<rect x="28" y="20" width="200" height="216" rx="18" fill="url(#body)" stroke="#0b1220" stroke-width="3"/>
<rect x="44" y="36" width="168" height="74" rx="10" fill="#0b1220" stroke="#334155" stroke-width="2"/>
<!-- three knobs -->
<g>
<circle cx="78" cy="146" r="20" fill="url(#knob)" stroke="#0b1220" stroke-width="2"/>
<line x1="78" y1="146" x2="78" y2="130" stroke="#e2e8f0" stroke-width="3" stroke-linecap="round"/>
<circle cx="128" cy="146" r="20" fill="url(#knob)" stroke="#0b1220" stroke-width="2"/>
<line x1="128" y1="146" x2="140" y2="135" stroke="#e2e8f0" stroke-width="3" stroke-linecap="round"/>
<circle cx="178" cy="146" r="20" fill="url(#knob)" stroke="#0b1220" stroke-width="2"/>
<line x1="178" y1="146" x2="166" y2="135" stroke="#e2e8f0" stroke-width="3" stroke-linecap="round"/>
</g>
<!-- LED -->
<circle cx="128" cy="74" r="7" fill="#22d3ee"/>
<!-- footswitch -->
<rect x="98" y="186" width="60" height="22" rx="11" fill="#94a3b8" stroke="#0b1220" stroke-width="2"/>
</svg>