mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 19:41:17 +00:00
16 lines
No EOL
625 B
XML
16 lines
No EOL
625 B
XML
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
|
<title>Pulse Logo</title>
|
|
<style>
|
|
.pulse-bg { fill: #2563eb; }
|
|
.pulse-ring { fill: none; stroke: #ffffff; stroke-width: 14; opacity: 0.92; }
|
|
.pulse-center { fill: #ffffff; }
|
|
@media (prefers-color-scheme: dark) {
|
|
.pulse-bg { fill: #3b82f6; }
|
|
.pulse-ring { stroke: #dbeafe; }
|
|
.pulse-center { fill: #dbeafe; }
|
|
}
|
|
</style>
|
|
<circle class="pulse-bg" cx="128" cy="128" r="122"/>
|
|
<circle class="pulse-ring" cx="128" cy="128" r="84"/>
|
|
<circle class="pulse-center" cx="128" cy="128" r="26"/>
|
|
</svg> |