| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <svg viewBox="0 0 960 200" height="200" width="960" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient gradientUnits="userSpaceOnUse" y2="163" x2="140" y1="37" x1="140" id="neongrad">
- <stop stop-color="#00CCAA" offset="0%"></stop>
- <stop stop-color="#00AA77" offset="100%"></stop>
- </linearGradient>
-
- <linearGradient gradientUnits="userSpaceOnUse" y2="100" x2="705" y1="100" x1="275" id="textglowgrad">
- <stop stop-color="#00CCAA" offset="0%"></stop>
- <stop stop-color="#00AA77" offset="50%"></stop>
- <stop stop-color="#00CCAA" offset="100%"></stop>
- </linearGradient>
- <filter height="200%" width="200%" y="-50%" x="-50%" id="neonglow">
- <feDropShadow flood-opacity="0.95" flood-color="#00CC99" stdDeviation="3" dy="0" dx="0"></feDropShadow>
- <feDropShadow flood-opacity="0.7" flood-color="#00CC99" stdDeviation="7" dy="0" dx="0"></feDropShadow>
- <feDropShadow flood-opacity="0.35" flood-color="#00CC99" stdDeviation="12" dy="0" dx="0"></feDropShadow>
- </filter>
- </defs>
-
- <g filter="url(#neonglow)">
- <path stroke-linejoin="round" stroke-linecap="round" stroke-width="21" stroke="url(#neongrad)" fill="none" d="M 87 37 L 35 100 L 87 163"></path>
- <path stroke-linejoin="round" stroke-linecap="round" stroke-width="6.5" stroke="#0a1111" fill="none" d="M 87 37 L 35 100 L 87 163"></path>
- </g>
-
- <g filter="url(#neonglow)">
- <path stroke-linejoin="round" stroke-linecap="round" stroke-width="21" stroke="url(#neongrad)" fill="none" d="M 193 37 L 245 100 L 193 163"></path>
- <path stroke-linejoin="round" stroke-linecap="round" stroke-width="6.5" stroke="#0a1111" fill="none" d="M 193 37 L 245 100 L 193 163"></path>
- </g>
-
- <g filter="url(#neonglow)">
- <path stroke-linejoin="round" stroke-width="5.5" stroke="url(#neongrad)" fill="#0a1111" d="M 140 48 L 99 135 L 181 135 Z"></path>
- </g>
-
- <g filter="url(#neonglow)">
- <text paint-order="stroke fill" letter-spacing="-3px" stroke-width="8" stroke="url(#textglowgrad)" fill="#0a1f14" font-weight="900" font-size="128" font-family="Impact, sans-serif" alignment-baseline="middle" y="100" x="275">
- NeoVan
- </text>
- </g>
- </svg>
|