| 12345678910111213141516171819202122232425262728293031323334 |
- <svg xmlns="http://www.w3.org/2000/svg" width="280" height="200" viewBox="0 0 280 200">
- <defs>
- <linearGradient id="neongrad" x1="140" y1="37" x2="140" y2="163" gradientUnits="userSpaceOnUse">
- <stop offset="0%" stop-color="#00CCAA"></stop>
- <stop offset="100%" stop-color="#00AA77"></stop>
- </linearGradient>
- <linearGradient id="textglowgrad" x1="275" y1="100" x2="705" y2="100" gradientUnits="userSpaceOnUse">
- <stop offset="0%" stop-color="#00CCAA"></stop>
- <stop offset="50%" stop-color="#00AA77"></stop>
- <stop offset="100%" stop-color="#00CCAA"></stop>
- </linearGradient>
- <filter id="neonglow" x="-50%" y="-50%" width="200%" height="200%">
- <feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#00CC99" flood-opacity="0.95"></feDropShadow>
- <feDropShadow dx="0" dy="0" stdDeviation="7" flood-color="#00CC99" flood-opacity="0.7"></feDropShadow>
- <feDropShadow dx="0" dy="0" stdDeviation="12" flood-color="#00CC99" flood-opacity="0.35"></feDropShadow>
- </filter>
- </defs>
- <g filter="url(#neonglow)">
- <path d="M 87 37 L 35 100 L 87 163" fill="none" stroke="url(#neongrad)" stroke-width="21" stroke-linecap="round" stroke-linejoin="round"></path>
- <path d="M 87 37 L 35 100 L 87 163" fill="none" stroke="#0a1111" stroke-width="6.5" stroke-linecap="round" stroke-linejoin="round"></path>
- </g>
- <g filter="url(#neonglow)">
- <path d="M 193 37 L 245 100 L 193 163" fill="none" stroke="url(#neongrad)" stroke-width="21" stroke-linecap="round" stroke-linejoin="round"></path>
- <path d="M 193 37 L 245 100 L 193 163" fill="none" stroke="#0a1111" stroke-width="6.5" stroke-linecap="round" stroke-linejoin="round"></path>
- </g>
- <g filter="url(#neonglow)">
- <path d="M 140 48 L 99 135 L 181 135 Z" fill="#0a1111" stroke="url(#neongrad)" stroke-width="5.5" stroke-linejoin="round"></path>
- </g>
- </svg>
|