proxmox-backup/www/images/icon-tape.svg
Thomas Lamprecht 218ee3269f ui: images: simplify tape icon
1. Use same height as width
2. drop the top/bottom "frame" lines
3. instead of two "bearings" side by side, like VHS or music-compact
   tapes have, use a single bearing and an outer circle to denote the
   magnetic tape edge

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-03-08 09:02:32 +01:00

16 lines
605 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="100"
height="100"
version="1.1">
<rect x="10" y="10" rx="5" ry="5" width="80" height="80" stroke="black" stroke-width="4" fill="none"/>
<circle cx="50" cy="50" r="38" stroke="black" stroke-width="4" fill="none"/>
<circle cx="50" cy="50" r="15" stroke="black" stroke-width="4" fill="none"/>
<circle cx="50" cy="50" r="5" stroke="black" stroke-width="4" fill="black"/>
</svg>