mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Add logo concept svg
This commit is contained in:
parent
d74aac97a3
commit
ecd4fe0171
48
logo_concept.svg
Normal file
48
logo_concept.svg
Normal file
@ -0,0 +1,48 @@
|
||||
<svg viewBox="0 0 100 100" version="1.1" baseProfile="full" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<style>
|
||||
.proxy-line {
|
||||
stroke: #00C8F0;
|
||||
stroke-width: 6;
|
||||
}
|
||||
.p-terminal {
|
||||
fill: #4080FF;
|
||||
}
|
||||
.p {
|
||||
stroke: #4080FF;
|
||||
stroke-width: 6;
|
||||
}
|
||||
.b-terminal {
|
||||
fill: #7D64E3;
|
||||
}
|
||||
.b {
|
||||
stroke: #7D64E3;
|
||||
stroke-width: 6;
|
||||
}
|
||||
</style>
|
||||
|
||||
<rect width="100%" height="100%" fill="#dadada" />
|
||||
|
||||
<line class="proxy-line" x1="40" y1="40" x2="60" y2="40" />
|
||||
|
||||
<circle class="b-terminal" cx="20" cy="20" r="6" />
|
||||
<line class="b" x1="20" y1="20" x2="20" y2="60" />
|
||||
<circle class="b-terminal" cx="20" cy="60" r="6" />
|
||||
|
||||
<line class="b" x1="20" y1="60" x2="40" y2="60" />
|
||||
|
||||
<circle class="b-terminal" cx="40" cy="40" r="6" />
|
||||
<line class="b" x1="40" y1="40" x2="40" y2="60" />
|
||||
<circle class="b-terminal" cx="40" cy="60" r="6" />
|
||||
|
||||
<line class="p" x1="60" y1="40" x2="80" y2="40" />
|
||||
<circle class="p-terminal" cx="80" cy="40" r="6" />
|
||||
<circle class="p-terminal" cx="60" cy="40" r="6" />
|
||||
<line class="p" x1="80" y1="40" x2="80" y2="60" />
|
||||
<circle class="p-terminal" cx="80" cy="60" r="6" />
|
||||
<line class="p" x1="80" y1="60" x2="60" y2="60" />
|
||||
<circle class="p-terminal" cx="60" cy="60" r="6" />
|
||||
<line class="p" x1="60" y1="60" x2="60" y2="80" />
|
||||
<circle class="p-terminal" cx="60" cy="80" r="6" />
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user