| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 710 320" width="100%" height="100%"> |
| <defs> |
| <linearGradient id="orangeGrad" x1="0%" y1="0%" x2="100%" y2="100%"> |
| <stop offset="0%" stop-color="#f28e2b"/> |
| <stop offset="100%" stop-color="#e15713"/> |
| </linearGradient> |
| <linearGradient id="lightBlueGrad" x1="0%" y1="0%" x2="100%" y2="100%"> |
| <stop offset="0%" stop-color="#3b5998"/> |
| <stop offset="100%" stop-color="#2b4470"/> |
| </linearGradient> |
| <linearGradient id="darkBlueGrad" x1="0%" y1="0%" x2="100%" y2="100%"> |
| <stop offset="0%" stop-color="#1f305e"/> |
| <stop offset="100%" stop-color="#111c3a"/> |
| </linearGradient> |
| </defs> |
|
|
| <style> |
| .arabic-text { |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; |
| font-weight: 700; |
| fill: #3b5998; |
| text-anchor: end; |
| } |
| .english-text { |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; |
| font-weight: 600; |
| fill: #3b5998; |
| text-anchor: end; |
| } |
| </style> |
|
|
| <g id="Logo_Mark" transform="translate(480, 5)"> |
| <path d="M 12,95 |
| L 100,95 |
| L 104,190 |
| A 85,85 0 0,1 19,275 |
| L 12,267 |
| A 85,85 0 0,1 12,95 Z" |
| fill="url(#orangeGrad)" /> |
| |
| <path d="M 19,275 |
| A 85,85 0 0,1 180,270 |
| L 108,198 |
| Z" |
| fill="#d44d10" /> |
|
|
| <path d="M 116,5 |
| L 218,95 |
| L 218,210 |
| L 116,190 |
| Z" |
| fill="url(#lightBlueGrad)" /> |
|
|
| <path d="M 116,190 |
| L 218,210 |
| A 85,85 0 0,1 192,263 |
| Z" |
| fill="url(#darkBlueGrad)" /> |
| </g> |
|
|
| <g id="Typography"> |
| <text x="450" y="140" font-size="44" class="arabic-text" letter-spacing="1">جامعة التقنية</text> |
| <text x="450" y="200" font-size="44" class="arabic-text" letter-spacing="1">والعلوم التطبيقية</text> |
|
|
| <text x="450" y="252" font-size="25.5" class="english-text" letter-spacing="0.5">University of Technology</text> |
| <text x="450" y="292" font-size="25.5" class="english-text" letter-spacing="0.8">and Applied Sciences</text> |
| </g> |
| </svg> |
|
|