Thenx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thenx 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/333910.svg" alt="Thenx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333910.svg" alt="Thenx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333910.svg" alt="Thenx icon" :width="24" :height="24" />
CSS background
.icon-thenx {
background-image: url('https://proicons.com/icon/333910.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><path class="b" d="M8.8007,8.797l30.406,30.406"/><path class="b" d="M39.2068,8.797l-30.367,30.367"/><line class="b" x1="3.1801" y1="18.6501" x2="10.3698" y2="18.6501"/><line class="b" x1="6.7751" y1="29.3501" x2="6.7751" y2="18.6501"/><path class="b" d="M27.5878,34.4972v10.7l-7.19-10.7v10.7"/><line class="b" x1="20.4088" y1="2.8028" x2="20.4088" y2="13.5031"/><line class="b" x1="27.5988" y1="2.8028" x2="27.5988" y2="13.5031"/><line class="b" x1="20.4088" y1="8.1326" x2="27.5988" y2="8.1326"/><line class="b" x1="39.3279" y1="24.0001" x2="42.9138" y2="24.0001"/><path class="b" d="M44.8199,18.6501h-5.5v10.7h5.5"/></svg>
Copied!