Geto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geto icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326480.svg" alt="Geto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326480.svg" alt="Geto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326480.svg" alt="Geto icon" :width="24" :height="24" />
CSS background
.icon-geto {
background-image: url('https://proicons.com/icon/326480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M6.0423,35.8996l-1.3271-2.2987c-1.0046-1.74-.5628-3.9551,1.0325-5.1766l.2431-.1861c1.773-1.3571,2.6125-2.4316,2.6125-4.2372,0-1.8056-1.0422-3.0377-2.6119-4.2397l-.2433-.186c-1.5953-1.2214-2.0371-3.4366-1.0325-5.1766l1.3271-2.2987c1.0045-1.74,3.1439-2.465,4.9993-1.6941l.2827.1174c2.0618.8569,3.4121,1.0467,4.9758.1439,1.5637-.9028,2.1097-2.4214,2.3657-4.3818l.0402-.3038c.2609-1.9924,1.9584-3.4826,3.9676-3.4825h2.6543c2.0092,0,3.7066,1.4902,3.9668,3.4824l.0397.3036c.2888,2.214.7996,3.4783,2.3632,4.3811,1.5637.9028,3.1519.6163,4.9776-.1422l.2827-.1177c1.8554-.7708,3.9947-.0459,4.9993,1.6941l1.3271,2.2987c1.0046,1.74.5628,3.9551-1.0325,5.1766l-.2431.1861c-1.773,1.3571-2.6125,2.4316-2.6125,4.2372s1.0422,3.0377,2.6119,4.2397l.2425.1862c1.5945,1.2215,2.0363,3.4367,1.0317,5.1767l-1.3271,2.2987c-1.0045,1.74-3.1439,2.465-4.9993,1.6941l-.2827-.1174c-2.0618-.8569-3.4121-1.0467-4.9758-.1439-1.5637.9028-2.1097,2.4214-2.3657,4.3818l-.0395.3037c-.2602,1.9922-1.9576,3.4825-3.9668,3.4824h-2.6543c-2.0092,0-3.7066-1.4902-3.9668-3.4824l-.0397-.3036c-.2888-2.214-.7996-3.4783-2.3632-4.3811s-3.1519-.6163-4.9776.1422l-.2828.1177c-1.8554.7708-3.9947.0459-4.9993-1.6941h0Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="24.0002" cy="23.9996" r="5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!