Teknosa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teknosa 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/333745.svg" alt="Teknosa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333745.svg" alt="Teknosa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333745.svg" alt="Teknosa icon" :width="24" :height="24" />
CSS background
.icon-teknosa {
background-image: url('https://proicons.com/icon/333745.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><line class="b" x1="6.6355" y1="21.2244" x2="10.2436" y2="21.2244"/><line class="b" x1="8.4396" y1="26.7753" x2="8.4396" y2="21.2244"/><polyline class="b" points="21.2039 26.7753 21.2039 21.2244 24.8814 26.7753 24.8814 21.2244"/><path class="b" d="m32.1563,26.1508c.3469.4163.7633.6245,1.3877.6245h.8326c.7633,0,1.3877-.6245,1.3877-1.3877h0c0-.7632-.6245-1.3877-1.3877-1.3877h-.902c-.7633,0-1.3877-.6245-1.3877-1.3877h0c0-.7632.6245-1.3877,1.3877-1.3877h.8326c.6245,0,1.0408.1388,1.3877.6245"/><line class="b" x1="11.9998" y1="23.9998" x2="13.8039" y2="23.9998"/><polyline class="b" points="14.7753 26.7753 11.9998 26.7753 11.9998 21.2244 14.7753 21.2244"/><path class="b" d="m28.451,26.775h0c-1.0408,0-1.804-.8326-1.804-1.804v-1.8734c0-1.0408.8326-1.8734,1.804-1.8734h0c1.0408,0,1.8734.8326,1.8734,1.8734v1.804c0,1.0408-.8326,1.8734-1.8734,1.8734Z"/><line class="b" x1="40.6433" y1="24.9019" x2="38.1454" y2="24.9019"/><polyline class="b" points="37.5209 26.7753 39.3943 21.2244 41.2677 26.7753"/><line class="b" x1="16.535" y1="21.2244" x2="16.535" y2="26.7753"/><line class="b" x1="16.535" y1="24.8325" x2="19.4493" y2="21.2244"/><line class="b" x1="19.4493" y1="26.7753" x2="17.2289" y2="23.9998"/><path class="b" d="m41.5,17.9998H6.5c-1.1046,0-2,.8954-2,2v8c0,1.1046.8954,2,2,2h35c1.1046,0,2-.8954,2-2v-8c0-1.1046-.8954-2-2-2Z"/></svg>
Copied!