אוטובוס

אוטובוס הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="4" y="3.5" width="16" height="13" rx="2.5"/>
  <path d="M4 9.5h16"/>
  <path d="M8 3.5v6"/>
  <path d="M16 3.5v6"/>
  <circle cx="7.8" cy="18.5" r="1.6"/>
  <circle cx="16.2" cy="18.5" r="1.6"/>
  <path d="M6.5 13.5h1"/>
  <path d="M16.5 13.5h1"/>
</svg>