13 lines
805 B
XML
13 lines
805 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#3B82F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Urne de vote -->
|
|
<rect x="4" y="6" width="16" height="14" rx="2" ry="2" fill="#EFF6FF" stroke="#3B82F6"/>
|
|
<!-- Fente pour voter -->
|
|
<rect x="8" y="4" width="8" height="2" rx="1" ry="1" fill="#3B82F6"/>
|
|
<!-- Bulletin de vote -->
|
|
<rect x="7" y="8" width="10" height="2" rx="1" ry="1" fill="#3B82F6" opacity="0.8"/>
|
|
<rect x="7" y="11" width="8" height="2" rx="1" ry="1" fill="#3B82F6" opacity="0.6"/>
|
|
<rect x="7" y="14" width="6" height="2" rx="1" ry="1" fill="#3B82F6" opacity="0.4"/>
|
|
<!-- Coche de validation -->
|
|
<path d="M9 16l2 2 4-4" stroke="#10B981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|