על האש הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="12" cy="9" r="6.5"/>
<path d="M6.5 13 5 20.5"/>
<path d="M17.5 13 19 20.5"/>
<path d="M8.5 18h7"/>
<path d="M9.5 7.5h5M9.5 10.5h5"/>
</svg>