Files
mars-smart/static/icon-queues.svg
Mario Fetka 7ce22da3ea Userlist
2026-05-21 20:48:37 +02:00

21 lines
775 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 100 100" role="img" aria-hidden="true">
<style>
.icon-bg{fill:url(#g);stroke:#d6bf9c;stroke-width:1.8}
.icon-shape{fill:none;stroke:#ad1d1c;stroke-width:5.2;stroke-linecap:round;stroke-linejoin:round}
</style>
<defs>
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#fffaf2"/>
<stop offset="1" stop-color="#ead9bd"/>
</linearGradient>
</defs>
<rect class="icon-bg" x="6" y="6" width="88" height="88" rx="20"/>
<g class="icon-shape" color="#ad1d1c">
<path d="M30 20h40v20H30z"/>
<path d="M22 40h56a8 8 0 0 1 8 8v22H14V48a8 8 0 0 1 8-8z"/>
<path d="M30 62h40v22H30z"/>
<path d="M38 70h24"/>
<circle cx="72" cy="51" r="3" fill="currentColor" stroke="none"/>
</g>
</svg>