בקר משחק

בקר משחק הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ SVG על רשת 24, עובי קו אחיד וצבע שנגזר מ-currentColor. אין ספרייה חיצונית, אין שלב בנייה, ואם כליקס ייעלם מחר הקוד ימשיך לעבוד.

אייקון קווי · גיימינג · פנאי

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"
     fill="none" stroke="currentColor" stroke-width="1.75"
     stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
  <path d="M8 9h8a5 5 0 0 1 5 5.2c-.1 2.6-1.4 4.3-3.1 4.3-1.6 0-2.3-1.5-3.4-2.2a4 4 0 0 0-4.9 0C8.4 17 7.7 18.5 6.1 18.5 4.4 18.5 3.1 16.8 3 14.2A5 5 0 0 1 8 9z"/>
  <path d="M8 12v3"/>
  <path d="M6.5 13.5h3"/>
  <circle cx="16" cy="13" r="1"/>
  <circle cx="18" cy="15.5" r="1"/>
</svg>