Icsx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Icsx 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/341856.svg" alt="Icsx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341856.svg" alt="Icsx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341856.svg" alt="Icsx icon" :width="24" :height="24" />
CSS background
.icon-icsx {
background-image: url('https://proicons.com/icon/341856.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.8864,11.3864h7.9886c.9288,0,1.6818.753,1.6818,1.6818v27.75c0,.9288-.753,1.6818-1.6818,1.6818H10.125c-.9288,0-1.6818-.753-1.6818-1.6818V13.0682c0-.9288.753-1.6818,1.6818-1.6818h7.9886"/><circle class="b" cx="24" cy="11.3864" r="5.8864"/><line class="b" x1="14.75" y1="13.4886" x2="14.75" y2="9.2841"/><line class="b" x1="33.25" y1="13.4886" x2="33.25" y2="9.2841"/><polyline class="b" points="28.1364 21.9482 31.5682 20.0797 31.5682 33.8067"/><path class="b" d="M16.4334,32.6488c.9476.794,1.9708,1.1579,4.2684,1.1579h.5353c1.8949,0,3.4309-1.5361,3.4309-3.4309h0c0-1.8949-1.5361-3.431-3.4309-3.431"/><path class="b" d="M16.4318,21.2262c.9497-.7915,1.9738-1.1526,4.2715-1.1465l.5338.0031c1.8949,0,3.4309,1.5361,3.4309,3.4309h0c0,1.8949-1.5361,3.431-3.4309,3.431"/><line class="b" x1="18.5997" y1="26.9448" x2="21.2371" y2="26.9448"/><polyline class="b" points="26.0256 11.9827 24 14.0083 21.9744 11.9827"/><line class="b" x1="24" y1="8.7645" x2="24" y2="14.0083"/></svg>
Copied!