Posts

Showing posts with the label Logo

طريقة انشاء logo

Image
 <svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">      <!-- خلفية دائرية -->   <circle cx="256" cy="220" r="140" fill="#0B1F3B"/>   <!-- دائرة التوهج الداخلية -->   <circle cx="256" cy="220" r="110" fill="none" stroke="#2F80ED" stroke-width="6"/>   <!-- أيقونة النجمة -->   <polygon points="256,140 272,200 335,200 285,235 305,295 256,260 207,295 227,235 177,200 240,200"            fill="#FFFFFF"/>   <!-- اسم الشركة -->   <text x="256" y="420" font-size="36" text-anchor="middle"         font-family="Montserrat, Poppins, Arial" font-weight="700"         fill="#0B1F3B">     نوفا تك   </text>   <!-- سطر العنوان الفرعي -->   <text x="256" y="455...