ארנק

ארנק הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="M3 7.5A2.5 2.5 0 0 1 5.5 5H18v2.5"/>
  <rect x="3" y="7.5" width="18" height="12" rx="2.5"/>
  <circle cx="16.5" cy="13.5" r="1.2"/>
</svg>