יוגה

יוגה הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="4.5" r="2"/>
  <path d="M12 7v5"/>
  <path d="M6 10.5c2.5 1.5 3.8 2 6 2s3.5-.5 6-2"/>
  <path d="M12 12.5 8 20M12 12.5 16 20"/>
  <path d="M8 20h8"/>
</svg>