17 lines
1.0 KiB
XML
17 lines
1.0 KiB
XML
|
|
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="speedGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Lightning bolt -->
|
||
|
|
<path d="M 35 15 L 25 35 L 35 35 L 30 55 L 50 30 L 40 30 L 45 15 Z" fill="url(#speedGrad)"/>
|
||
|
|
<!-- Speed lines -->
|
||
|
|
<line x1="15" y1="25" x2="25" y2="25" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
<line x1="15" y1="35" x2="23" y2="35" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
<line x1="15" y1="45" x2="25" y2="45" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
<line x1="50" y1="20" x2="60" y2="20" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
<line x1="52" y1="30" x2="65" y2="30" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
<line x1="50" y1="40" x2="60" y2="40" stroke="url(#speedGrad)" stroke-width="2" opacity="0.6"/>
|
||
|
|
</svg>
|