v0.2
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#3b82f6"/>
|
||||
<stop offset="100%" stop-color="#1d4ed8"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Fond arrondi -->
|
||||
<rect x="0" y="0" width="128" height="128" rx="24" ry="24" fill="url(#bg)"/>
|
||||
|
||||
<!-- Pince de presse-papier (haut) -->
|
||||
<rect x="48" y="14" width="32" height="14" rx="4" ry="4" fill="#ffffff" opacity="0.92"/>
|
||||
|
||||
<!-- Texte "ID" -->
|
||||
<text x="64" y="92"
|
||||
font-family="-apple-system, 'Segoe UI', Roboto, sans-serif"
|
||||
font-weight="700"
|
||||
font-size="64"
|
||||
text-anchor="middle"
|
||||
fill="#ffffff">ID</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 789 B |
Reference in New Issue
Block a user