חיות מחמד הוא אייקון קווי מתוך אייקונים קוויים של כליקס. מה שמורידים הוא קובץ 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="7" cy="9" r="2"/>
<circle cx="11" cy="6" r="2"/>
<circle cx="16" cy="7" r="2"/>
<circle cx="19" cy="11" r="1.8"/>
<path d="M13 12c3 0 5.5 2.2 5.5 4.6S16 21 13 21s-5.5-2-5.5-4.4S10 12 13 12z"/>
</svg>