רכבת הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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">
<rect x="5" y="3" width="14" height="13" rx="3"/>
<path d="M5 9.5h14"/>
<circle cx="9" cy="12.8" r="1"/>
<circle cx="15" cy="12.8" r="1"/>
<path d="m7 19-1.5 2"/>
<path d="m17 19 1.5 2"/>
<path d="M6.5 19h11"/>
</svg>