Tec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tec 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/333731.svg" alt="Tec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333731.svg" alt="Tec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333731.svg" alt="Tec icon" :width="24" :height="24" />
CSS background
.icon-tec {
background-image: url('https://proicons.com/icon/333731.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<line class="a" x1="4.5" x2="43.5" y1="24" y2="24"/>
<line class="a" x1="17.593" x2="25.157" y1="31.564" y2="31.564"/>
<line class="a" x1="21.656" x2="29.22" y1="16.436" y2="16.436"/>
<line class="a" x1="24.04" x2="26.835" y1="22.096" y2="22.096"/>
<line class="a" x1="21.656" x2="17.593" y1="16.436" y2="31.564"/>
<line class="a" x1="8.3534" x2="18.376" y1="16.436" y2="16.436"/>
<line class="a" x1="9.3023" x2="13.365" y1="31.564" y2="16.436"/>
<path class="a" d="m38.852 27.381a7.0327 7.0327 0 0 1-6.0666 4.1835c-2.7676 0-4.4088-2.2436-3.6656-5.0112l1.371-5.1058a7.0155 7.0155 0 0 1 6.3569-5.0112 3.6252 3.6252 0 0 1 3.8349 4.0013"/>
</svg>
Copied!