Tachij2k Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tachij2k 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/333609.svg" alt="Tachij2k icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333609.svg" alt="Tachij2k icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333609.svg" alt="Tachij2k icon" :width="24" :height="24" />
CSS background
.icon-tachij2k {
background-image: url('https://proicons.com/icon/333609.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><line class="a" x1="10.7569" y1="34.5297" x2="37.2431" y2="34.5297"/><line class="a" x1="12.1393" y1="14.729" x2="35.8607" y2="14.729"/><path class="a" d="M27.2429,34.53c4.68-6.9011,6.3574-9.3778,5.5813-16.6791"/><path class="a" d="M14.982,17.8506c-.8559,6.6047,3.0438,12.5306,4.3448,14.6025"/><polyline class="a" points="26.106 14.729 27.713 11.445 25.241 12.166 24 9.22 22.759 12.166 20.287 11.445 21.894 14.729"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!