פיצה

פיצה הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="M12 3.5 20.5 19a1.5 1.5 0 0 1-1.6 2.1 26 26 0 0 0-13.8 0A1.5 1.5 0 0 1 3.5 19z"/>
  <circle cx="10" cy="12" r="1.2"/>
  <circle cx="14" cy="14.5" r="1.2"/>
  <circle cx="10.5" cy="17.5" r="1.2"/>
</svg>