12 lines
762 B
XML
12 lines
762 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Jobbjakt">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#7c4dff"/>
|
|
<stop offset="100%" stop-color="#3b82f6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="32" cy="32" r="26" fill="none" stroke="url(#g)" stroke-width="4"/>
|
|
<circle cx="32" cy="32" r="10" fill="none" stroke="url(#g)" stroke-width="3" opacity="0.9"/>
|
|
<path d="M43 18h-9c-5.5 0-9.5 3.8-9.5 9.7v2.7h-5.5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h5.5v2.4c0 5.9 4 9.5 9.5 9.5H43" fill="none" stroke="#e2e8f0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M44 18v10" stroke="#e2e8f0" stroke-width="4" stroke-linecap="round"/>
|
|
</svg> |