Files
DFWebOS-Apps-Gallery/bitcoin-regtest-dashboard/icon.svg

28 lines
1.8 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" role="img" aria-label="Bitcoin Regtest Dashboard icon">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0B1220"/>
<stop offset="55%" stop-color="#0F172A"/>
<stop offset="100%" stop-color="#060B14"/>
</linearGradient>
<radialGradient id="glow" cx="50%" cy="38%" r="65%">
<stop offset="0%" stop-color="#1D4ED8" stop-opacity="0.24"/>
<stop offset="55%" stop-color="#0EA5E9" stop-opacity="0.08"/>
<stop offset="100%" stop-color="#0EA5E9" stop-opacity="0"/>
</radialGradient>
<linearGradient id="regtestGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#5AC8FA"/>
<stop offset="100%" stop-color="#007AFF"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="10" stdDeviation="14" flood-color="#000000" flood-opacity="0.38"/>
</filter>
</defs>
<rect width="256" height="256" fill="url(#bg)"/>
<rect width="256" height="256" fill="url(#glow)"/>
<g transform="translate(24 24) scale(3.25)" filter="url(#shadow)">
<circle cx="32" cy="32" r="32" fill="url(#regtestGradient)"/>
<path fill="#FFFFFF" d="M46.1 27.4c.6-4.1-2.5-6.3-6.8-7.8l1.4-5.6-3.4-.8-1.4 5.4c-.9-.2-1.8-.4-2.7-.7l1.4-5.5-3.4-.8-1.4 5.6c-.7-.2-1.5-.4-2.2-.5v0l-4.7-1.2-.9 3.6s2.5.6 2.5.6c1.4.3 1.6 1.2 1.6 1.9l-1.6 6.4c.1 0 .2.1.3.1-.1 0-.2-.1-.3-.1l-2.2 9c-.2.4-.6 1.1-1.6.8 0 0-2.5-.6-2.5-.6l-1.7 3.9 4.4 1.1c.8.2 1.6.4 2.4.6l-1.4 5.7 3.4.8 1.4-5.6c.9.3 1.8.5 2.7.7l-1.4 5.6 3.4.8 1.4-5.7c5.8 1.1 10.2.7 12-4.6 1.5-4.3-.1-6.7-3.1-8.3 2.2-.5 3.9-2 4.3-5zm-7.7 10.8c-1.1 4.3-8.3 2-10.6 1.4l1.9-7.6c2.4.6 9.8 1.8 8.7 6.2zm1.1-10.9c-1 3.9-7 1.9-8.9 1.4l1.7-6.9c2 .5 8.2 1.4 7.2 5.5z"/>
</g>
</svg>