mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 05:58:59 +03:00
15 lines
932 B
XML
15 lines
932 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="46" viewBox="0 0 340 46" role="img" aria-label="Thunder schematic underline">
|
|
<defs>
|
|
<linearGradient id="thunderFill" x1="0%" y1="50%" x2="100%" y2="50%">
|
|
<stop offset="0%" stop-color="#8ecfff" stop-opacity="0.22"/>
|
|
<stop offset="18%" stop-color="#c9ecff" stop-opacity="0.98"/>
|
|
<stop offset="50%" stop-color="#ffffff" stop-opacity="1"/>
|
|
<stop offset="82%" stop-color="#c9ecff" stop-opacity="0.98"/>
|
|
<stop offset="100%" stop-color="#8ecfff" stop-opacity="0.22"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M 10 9 L 196 9" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
|
|
<path d="M 196 9 L 248 31" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
|
|
<path d="M 248 31 L 330 31" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
|
|
</svg>
|