generated from gilles/template-webapp
11 lines
520 B
XML
11 lines
520 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<!-- Boîte principale -->
|
|
<rect x="4" y="10" width="24" height="18" rx="2" fill="#2563eb" stroke="#1d4ed8" stroke-width="1.5"/>
|
|
<!-- Couvercle -->
|
|
<path d="M2 10L16 4L30 10H2Z" fill="#3b82f6" stroke="#2563eb" stroke-width="1"/>
|
|
<!-- Ligne centrale du couvercle -->
|
|
<line x1="16" y1="4" x2="16" y2="10" stroke="#1d4ed8" stroke-width="1.5"/>
|
|
<!-- Poignée -->
|
|
<rect x="12" y="16" width="8" height="3" rx="1" fill="#1e40af"/>
|
|
</svg>
|