Cunex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cunex 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/324172.svg" alt="Cunex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324172.svg" alt="Cunex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324172.svg" alt="Cunex icon" :width="24" :height="24" />
CSS background
.icon-cunex {
background-image: url('https://proicons.com/icon/324172.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="40.1906" y1="34.1485" x2="43.5" y2="37.9306"/><line class="c" x1="32.7489" y1="25.6436" x2="38.1244" y2="31.7871"/><line class="c" x1="40.1906" y1="29.4258" x2="43.5" y2="25.6436"/><line class="c" x1="32.7489" y1="37.9306" x2="38.1244" y2="31.7871"/><polyline class="c" points="4.5 37.9306 4.5 25.6436 15.2511 37.9306 15.2511 25.6436"/><path class="c" d="m15.2511,18.236v.2807c0,2.1206-1.7191,3.8397-3.8397,3.8397h-3.0717c-2.1206,0-3.8397-1.7191-3.8397-3.8397v-4.6076c0-2.1206,1.7191-3.8397,3.8397-3.8397h3.0717c2.1206,0,3.8397,1.7191,3.8397,3.8397v.2807"/><path class="c" d="m18.7886,10.0694v8.4473c0,2.1206,1.7191,3.8397,3.8397,3.8397h3.0717c2.1206,0,3.8397-1.7191,3.8397-3.8397v-8.4473"/><line class="c" x1="24.066" y1="31.7871" x2="29.5398" y2="31.7871"/><polyline class="c" points="29.5398 37.9306 18.7886 37.9306 18.7886 25.6436 29.5398 25.6436"/><path class="c" d="m39.274,26.8174c0,.6348-.5143,1.1495-1.1491,1.15-.6351.0005-1.1504-.5139-1.1509-1.1491v-.0009c0-.6351.5149-1.15,1.15-1.15h.0009c.6351,0,1.15.5149,1.15,1.15h-.0009Z"/></svg>
Copied!