9 lines
606 B
XML
9 lines
606 B
XML
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="200" height="200" fill="#1a1a2e"/>
|
|
<rect x="60" y="40" width="80" height="50" fill="#34d399" stroke="#34d399" stroke-width="2"/>
|
|
<circle cx="70" cy="110" r="12" fill="#34d399"/>
|
|
<circle cx="100" cy="110" r="12" fill="#34d399"/>
|
|
<circle cx="130" cy="110" r="12" fill="#34d399"/>
|
|
<rect x="40" y="140" width="120" height="30" fill="#34d399" stroke="#34d399" stroke-width="2"/>
|
|
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">物流システム</text>
|
|
</svg> |