Knotwords Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Knotwords 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/328009.svg" alt="Knotwords icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328009.svg" alt="Knotwords icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328009.svg" alt="Knotwords icon" :width="24" :height="24" />
CSS background
.icon-knotwords {
background-image: url('https://proicons.com/icon/328009.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><rect class="c" x="23.1908" y="5.8787" width="9.0866" height="9.0866" transform="translate(-.8028 2.4568) rotate(-5)"/><rect class="c" x="23.9827" y="14.9307" width="9.0866" height="9.0866" transform="translate(-1.5887 2.5603) rotate(-5)"/><rect class="c" x="33.0347" y="14.1388" width="9.0866" height="9.0866" transform="translate(-1.4853 3.3462) rotate(-5)"/><rect class="c" x="14.9307" y="15.7226" width="9.0866" height="9.0866" transform="translate(-1.6922 1.7744) rotate(-5)"/><rect class="c" x="5.8787" y="16.5146" width="9.0866" height="9.0866" transform="translate(-1.7957 .9885) rotate(-5)"/><rect class="c" x="24.7747" y="23.9827" width="9.0866" height="9.0866" transform="translate(-2.3746 2.6638) rotate(-5)"/><rect class="c" x="15.7226" y="24.7747" width="9.0866" height="9.0866" transform="translate(-2.4781 1.8779) rotate(-5)"/><rect class="c" x="25.5666" y="33.0347" width="9.0866" height="9.0866" transform="translate(-3.1606 2.7672) rotate(-5)"/><path class="c" d="m27.7424,31.4249l-.4794-5.4801,1.7941-.157c1.0143-.0887,1.9086.6633,1.9975,1.6798s-.6612,1.9124-1.6755,2.0011l-1.7941.157"/><line class="c" x1="29.3791" y1="29.4687" x2="31.3303" y2="31.1096"/><line class="c" x1="35.523" y1="16.1008" x2="39.1536" y2="15.7832"/><line class="c" x1="37.8177" y1="21.4221" x2="37.3383" y2="15.942"/><polyline class="c" points="17.8984 23.1648 17.419 17.6847 21.529 22.8472 21.0496 17.3671"/><polyline class="c" points="30.2344 7.4422 29.3438 13.0422 27.4943 7.6819 26.6038 13.2819 24.7543 7.9216"/><path class="c" d="m28.5343,40.4769l-.4794-5.4801,1.233-.1079c1.3241-.1158,2.4915.8637,2.6073,2.1878l.0599.685c.1158,1.3241-.8637,2.4915-2.1878,2.6073l-1.233.1079Z"/><rect class="c" x="26.7038" y="16.7235" width="3.6445" height="5.5011" rx="1.8222" ry="1.8222" transform="translate(-1.5887 2.5603) rotate(-5)"/><rect class="c" x="18.4437" y="26.5674" width="3.6445" height="5.5011" rx="1.8222" ry="1.8222" transform="translate(-2.4781 1.8779) rotate(-5)"/><line class="c" x1="8.7095" y1="18.4467" x2="9.1889" y2="23.9268"/><line class="c" x1="9.0219" y1="22.018" x2="11.6567" y2="18.2074"/><line class="c" x1="12.1345" y1="23.6691" x2="9.6384" y2="21.1264"/></svg>
Copied!