השקה הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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 2.5c3 2.5 4.5 6 4.5 10v4h-9v-4c0-4 1.5-7.5 4.5-10z"/>
<path d="M7.5 13 4.5 17l3-1M16.5 13l3 4-3-1"/>
<circle cx="12" cy="9.5" r="2"/>
<path d="M10 20.5c.7 1 1.3 1.5 2 1.5s1.3-.5 2-1.5"/>
</svg>