Techmino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Techmino 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/333734.svg" alt="Techmino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333734.svg" alt="Techmino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333734.svg" alt="Techmino icon" :width="24" :height="24" />
CSS background
.icon-techmino {
background-image: url('https://proicons.com/icon/333734.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="9.112 6.325 7.343 5.851 4.5 16.462 6.269 16.936"/><polyline class="a" points="15.98 8.165 17.748 8.639 14.905 19.25 13.136 18.776"/><polyline class="a" points="23.988 10.311 22.219 9.837 19.376 20.448 21.144 20.922"/><polyline class="a" points="30.855 12.151 32.624 12.625 29.781 23.236 28.012 22.762"/><polyline class="a" points="19.988 25.238 18.219 24.764 15.376 35.375 17.145 35.849"/><polyline class="a" points="26.856 27.078 28.624 27.552 25.781 38.163 24.012 37.689"/><polyline class="a" points="34.864 29.224 33.095 28.75 30.252 39.361 32.02 39.835"/><polyline class="a" points="41.731 31.064 43.5 31.538 40.657 42.149 38.888 41.675"/></svg>
Copied!