opcua-service/target/classes/styles/opcua-client-logo.svg
2026-05-11 19:40:18 +02:00

28 lines
1.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#007aff"/>
<stop offset="1" stop-color="#34c759"/>
</linearGradient>
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="8" stdDeviation="10" flood-color="#0b2a42" flood-opacity="0.25"/>
</filter>
</defs>
<rect x="20" y="20" width="216" height="216" rx="50" fill="url(#g)" filter="url(#s)"/>
<circle cx="128" cy="128" r="72" fill="none" stroke="white" stroke-width="14" opacity="0.95"/>
<circle cx="128" cy="128" r="22" fill="white"/>
<g fill="white" opacity="0.95">
<circle cx="128" cy="45" r="12"/>
<circle cx="128" cy="211" r="12"/>
<circle cx="45" cy="128" r="12"/>
<circle cx="211" cy="128" r="12"/>
</g>
<g stroke="white" stroke-width="10" stroke-linecap="round" opacity="0.85">
<line x1="128" y1="57" x2="128" y2="90"/>
<line x1="128" y1="166" x2="128" y2="199"/>
<line x1="57" y1="128" x2="90" y2="128"/>
<line x1="166" y1="128" x2="199" y2="128"/>
</g>
<text x="128" y="238" text-anchor="middle" font-family="Segoe UI, Arial, sans-serif" font-size="28" font-weight="700" fill="white" opacity="0.95">OPC</text>
</svg>