כדורגל הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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">
<circle cx="12" cy="12" r="9"/>
<path d="M12 7.2 15.8 10l-1.5 4.5h-4.6L8.2 10z"/>
<path d="M12 3v4.2"/>
<path d="M20.6 9.4 15.8 10"/>
<path d="M3.4 9.4 8.2 10"/>
<path d="M6.5 19.6l3.2-5.1"/>
<path d="M17.5 19.6l-3.2-5.1"/>
</svg>