גיטרה

גיטרה הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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">
  <circle cx="8.5" cy="15.5" r="5.5"/>
  <circle cx="8.5" cy="15.5" r="1.8"/>
  <path d="M12.4 11.6 18 6"/>
  <path d="M16.5 7.5 20.5 3.5"/>
  <path d="M17.8 4.8l1.4 1.4"/>
</svg>