Knots 3d Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Knots 3d 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/342567.svg" alt="Knots 3d icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342567.svg" alt="Knots 3d icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342567.svg" alt="Knots 3d icon" :width="24" :height="24" />
CSS background
.icon-knots-3d {
background-image: url('https://proicons.com/icon/342567.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.9112,21.68a22.84,22.84,0,0,0,7.4463-4.9893c4.17-4.17,6.8679-10.7925,6.8679-10.7925"/><path class="a" d="M31.3784,30.8117c-.7017,2.8126-1.212,4.75-2.4247,6.09-2.7962,3.0906-8.8777,4.8234-12.7547-1.03-2.5019-3.7774-1.1774-8.7811,2.4038-11.4792a8.3329,8.3329,0,0,1,1.5009-.9907"/><path class="a" d="M43.5,12.766a51.6831,51.6831,0,0,0-7.6784,7.0151c-1.8388,2.01-2.6068,4.0648-3.392,6.9793"/><path class="a" d="M13.2109,34.0853A88.3994,88.3994,0,0,0,4.5,39.06"/><path class="a" d="M39.3,18.6688c1.4929,3.1469,1.0984,6.011-.78,7.49-4.13,3.2514-9.1652,2.7853-15.7962,4.366a40.4147,40.4147,0,0,0-5.8682,1.919"/><path class="a" d="M35.7009,13.7944a7.4787,7.4787,0,0,1,1.8516,1.8127"/><path class="a" d="M23.6449,28.3178c-2.2482-4.7-2.7211-9.5927,1.5805-13.9329a7.3091,7.3091,0,0,1,7.4305-2.1125"/><path class="a" d="M34.6933,42.1019c-1.4174-1.3213-5.94-4.991-9.212-10.1533"/></svg>
Copied!