קוד QR הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="3.5" y="3.5" width="6.5" height="6.5" rx="1.5"/>
<rect x="14" y="3.5" width="6.5" height="6.5" rx="1.5"/>
<rect x="3.5" y="14" width="6.5" height="6.5" rx="1.5"/>
<path d="M14 14h3v3h-3z"/>
<path d="M20.5 14v3"/>
<path d="M17.5 20.5h3"/>
</svg>