Takeflite Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Takeflite Go 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/333630.svg" alt="Takeflite Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333630.svg" alt="Takeflite Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333630.svg" alt="Takeflite Go icon" :width="24" :height="24" />
CSS background
.icon-takeflite-go {
background-image: url('https://proicons.com/icon/333630.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"><circle cx="14.7502" cy="14.75" r="9.25" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M28.6252,6.7393c4.1536-2.398,9.4511-1.2235,12.202,2.7052,2.7507,3.9287,2.0424,9.3081-1.6314,12.391-3.6742,3.0832-9.0955,2.8465-12.487-.5452" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24.0002,14.75c0-2.1747.7662-4.2799,2.1641-5.9458" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M14.7502,24c3.7413,0,7.1142,2.2537,8.5459,5.7102,1.4319,3.4566.6406,7.4354-2.0051,10.081-2.6456,2.6457-6.6244,3.437-10.081,2.0051-3.4565-1.4317-5.7102-4.8046-5.7102-8.5459" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!