תעודת עוסק

תעודת עוסק הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="2.5" y="5" width="19" height="14" rx="2.5"/>
  <circle cx="8" cy="11" r="2"/>
  <path d="M4.8 16c.6-1.6 1.8-2.4 3.2-2.4s2.6.8 3.2 2.4"/>
  <path d="M14.5 10h4"/>
  <path d="M14.5 14h4"/>
</svg>