תמונה הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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" y="4.5" width="18" height="15" rx="2.5"/>
<circle cx="8.5" cy="9.5" r="1.6"/>
<path d="m4 17 4.5-4.5a1.6 1.6 0 0 1 2.3 0L15 17"/>
<path d="m13.5 15 2-2a1.6 1.6 0 0 1 2.3 0L20.5 16"/>
</svg>