Initial commit
This commit is contained in:
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Executable
+23
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Enkelbudget ikon">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#0F172A" />
|
||||
<stop offset="100%" stop-color="#2563EB" />
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feDropShadow dx="0" dy="18" stdDeviation="22" flood-color="#0F172A" flood-opacity="0.16" />
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<rect x="36" y="36" width="440" height="440" rx="112" fill="url(#bg)" filter="url(#shadow)" />
|
||||
|
||||
<g transform="translate(86 118)">
|
||||
<rect x="30" y="82" width="280" height="180" rx="44" fill="#FFFFFF" />
|
||||
<path d="M86 82V56c0-36 28-64 64-64h118c34 0 62 24 68 56h-44c-5-11-17-18-31-18H158c-15 0-28 12-28 26v26z" fill="#DCEAFE" />
|
||||
<rect x="212" y="132" width="116" height="82" rx="28" fill="#E2E8F0" />
|
||||
<circle cx="246" cy="173" r="13" fill="#0F172A" />
|
||||
<circle cx="324" cy="92" r="28" fill="#22C55E" />
|
||||
<path d="M313 92h22" stroke="#FFFFFF" stroke-width="10" stroke-linecap="round" />
|
||||
<path d="M324 81v22" stroke="#FFFFFF" stroke-width="10" stroke-linecap="round" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user