צ׳אט

צ׳אט הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="M20.5 12c0 4-3.8 7.2-8.5 7.2a10 10 0 0 1-2.6-.3L4.5 20.5l1.3-3.7A6.9 6.9 0 0 1 3.5 12c0-4 3.8-7.2 8.5-7.2s8.5 3.2 8.5 7.2z"/>
  <circle cx="8.5" cy="12" r=".9"/>
  <circle cx="12" cy="12" r=".9"/>
  <circle cx="15.5" cy="12" r=".9"/>
</svg>