Pixelknot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixelknot 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/331315.svg" alt="Pixelknot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331315.svg" alt="Pixelknot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331315.svg" alt="Pixelknot icon" :width="24" :height="24" />
CSS background
.icon-pixelknot {
background-image: url('https://proicons.com/icon/331315.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><g><path class="c" d="m10.6311,11.2093c23.0915-22.8325,42.2149,10.9202,26.7525,25.4585-10.5192,10.2502-29.7776,2.0857-22.8695-17.6914"/><path class="c" d="m37.3689,36.7907C14.2775,59.6231-4.8459,25.8704,10.6164,11.3321c10.5192-10.2502,29.7776-2.0857,22.8695,17.6914"/><path class="c" d="m14.5145,18.9763c5.4073-11.1912,24.4435-1.4374,18.9704,10.0472-5.4731,11.4846-24.3775,1.1439-18.9704-10.0472Z"/></g><g><path class="c" d="m26.1747,41.0787v-.5035c0-.7318.5932-1.325,1.325-1.325h0c.7318,0,1.325.5932,1.325,1.325v.3781"/><path class="c" d="m35.9999,15.1242h0c-.7318,0-1.325-.5932-1.325-1.325v-1.35c0-.7318.5932-1.325,1.325-1.325h0c.7318,0,1.325.5932,1.325,1.325v1.35c0,.7318-.5932,1.325-1.325,1.325Z"/><path class="c" d="m34.0749,5.9245c0,.7318-.5932,1.325-1.325,1.325h0s0,0,0,0c-.7318,0-1.325-.5932-1.325-1.325v-1.35c0-.031.0011-.0618.0032-.0923"/><path class="c" d="m39.625,28.4995h0c-.7318,0-1.325-.5932-1.325-1.325v-1.35c0-.7318.5932-1.325,1.325-1.325h0c.7318,0,1.325.5932,1.325,1.325v1.35c0,.7318-.5932,1.325-1.325,1.325Z"/><g><path class="c" d="m22.6246,35.9196l1-.5445v4.0001"/><path class="c" d="m36.2499,20.0443l1-.5445v4.0001"/><path class="c" d="m35.1249,28.6695l1-.5445v4.0001"/><path class="c" d="m32.6248,34.5446l1-.5445v4.0001"/><path class="c" d="m38.6249,16.2942l1-.5445v4.0001"/><path class="c" d="m29.4998,34.4996v-1.3006"/><path class="c" d="m27.3747,8.2582v-2.5088l-1,.5445"/></g><path class="c" d="m20.3746,32.7576v1.0422c0,.7318-.5932,1.325-1.325,1.325h0c-.7318,0-1.325-.5932-1.325-1.325v-1.35c0-.394.172-.7479.445-.9906"/><path class="c" d="m16.7495,8.1871v3.0001h-3.0001v-2.2426"/><path class="c" d="m9.8746,33.1876h3.0001v3.0001h-3.0001v-3.0001Z"/><path class="c" d="m24.3747,40.9687v2.1563h-3.0001v-3.0001"/><path class="c" d="m26.6247,11.6246h2v2h-2v-2Z"/><path class="c" d="m18.9995,14.6562v-1.6565h2v1.1311"/><path class="c" d="m10.9996,12.7497h2v2h-2v-2Z"/><path class="c" d="m10.2496,17.3743h2v2h-2v-2Z"/><path class="c" d="m30.7498,17.3213v-1.0711s2,0,2,0v2h-1.0482"/><path class="c" d="m14.6245,38.8747h2v2h-2v-2Z"/><path class="c" d="m7.062,23.5314h4.5001v4.5001h-4.5001v-4.5001Z"/><path class="c" d="m25.2497,7.4499v2.2997h-4.5001v-2.6251"/><path class="c" d="m6.2001,17.9993h1.6743v3.0001h-2.5035"/></g></svg>
Copied!