Thenics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thenics 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/333909.svg" alt="Thenics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333909.svg" alt="Thenics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333909.svg" alt="Thenics icon" :width="24" :height="24" />
CSS background
.icon-thenics {
background-image: url('https://proicons.com/icon/333909.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M35.571,17.6804c-.8425,1.058-2.6334,1.9597-3.5295,3.7615-1.4912,1.1546-2.7006,2.7132-3.2768,4.3824l-1.2226,2.2101.1965,1.4493c.0362.2672.2245.4857.5485.6944.2202.1557.8385.0209,1.0057-.2205.1597.2057.4662.403.542.1449l.3687-1.2551c.111-.3778.0646-1.0234-.6793-.957-.168-.2276.1029-.7231.4754-1.2218.3761-.5035.7967-1.052,1.0887-1.2742.8468-.7899,1.6422-1.46,2.1617-2.4407.9125-.4241,1.679-1.0272,2.2373-1.8447.8048-.3343,2.0693-.7108,2.6307-1.4646.6814.0536,1.3238.2891,2.3573.3623l.6405.7205c.2388.2686.9166.0353,1.36-.3809.6089-.5715,1.0776-1.1146,1.3448-1.8116.4787-1.2488.3397-3.0432-1.318-3.2996-1.5619-.2415-2.3015.6938-3.0058,1.6191-1.5553-1.1328-3.7047-1.9807-5.6309-1.2242-1.5907.6248-3.3483,1.1539-4.6998.8101-1.5212-1.0654-3.1816-.9144-4.5764-.0944-.8675.5099-2.5061.5003-3.5422.6181-1.7587.1998-2.3076.7133-4.7166-.0131-1.9752-.5956-3.0908-.3332-4.7801-.2034-1.5799.1214-2.0959.0005-2.8148-.5572-1.0718-.8315-1.3591.8497-2.4292,1.0973-1.632.3776-2.6524.6445-2.297,1.6897,1.848.0722,3.7224-.0802,5.4824-.3005,2.0616-.2581,3.1801.5164,5.7562.6894,1.161.0779,2.1209.8996,3.258.6774l.7505.2179c.1042.4465.4813.9754,1.1017,1.1808l2.3394.7745c.6188.2049,1.4617.0397,1.9539-.1607,1.1115-.2552,1.7746-.5704,2.5792-1.0427,1.7632-.0141,2.3025.2084,3.9935-.085l.4639.1683M35.8271,28.5366v4.2668M30.287,28.9352h5.54M27.1769,32.8034v-4.2668M34.5485,27.0686v3.8682M29.6281,27.4671h4.9204M26.9372,30.9368v-3.8682"/></svg>
Copied!