logo.svg 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <svg xmlns="http://www.w3.org/2000/svg" width="280" height="200" viewBox="0 0 280 200">
  2. <defs>
  3. <linearGradient id="neongrad" x1="140" y1="37" x2="140" y2="163" gradientUnits="userSpaceOnUse">
  4. <stop offset="0%" stop-color="#00CCAA"></stop>
  5. <stop offset="100%" stop-color="#00AA77"></stop>
  6. </linearGradient>
  7. <linearGradient id="textglowgrad" x1="275" y1="100" x2="705" y2="100" gradientUnits="userSpaceOnUse">
  8. <stop offset="0%" stop-color="#00CCAA"></stop>
  9. <stop offset="50%" stop-color="#00AA77"></stop>
  10. <stop offset="100%" stop-color="#00CCAA"></stop>
  11. </linearGradient>
  12. <filter id="neonglow" x="-50%" y="-50%" width="200%" height="200%">
  13. <feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#00CC99" flood-opacity="0.95"></feDropShadow>
  14. <feDropShadow dx="0" dy="0" stdDeviation="7" flood-color="#00CC99" flood-opacity="0.7"></feDropShadow>
  15. <feDropShadow dx="0" dy="0" stdDeviation="12" flood-color="#00CC99" flood-opacity="0.35"></feDropShadow>
  16. </filter>
  17. </defs>
  18. <g filter="url(#neonglow)">
  19. <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>
  20. <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>
  21. </g>
  22. <g filter="url(#neonglow)">
  23. <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>
  24. <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>
  25. </g>
  26. <g filter="url(#neonglow)">
  27. <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>
  28. </g>
  29. </svg>