logo_text.svg 1.3 KB

1234567891011121314151617181920212223242526
  1. <svg xmlns="http://www.w3.org/2000/svg" width="560" height="200" viewBox="230 0 560 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. <text x="275" y="100" alignment-baseline="middle" font-family="Impact, sans-serif" font-size="128" font-weight="900" fill="#0a1f14" stroke="url(#textglowgrad)" stroke-width="8" letter-spacing="-3px" paint-order="stroke fill">
  20. NeoVan
  21. </text>
  22. </g>
  23. </svg>