Klutter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Klutter 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/327996.svg" alt="Klutter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327996.svg" alt="Klutter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327996.svg" alt="Klutter icon" :width="24" :height="24" />
CSS background
.icon-klutter {
background-image: url('https://proicons.com/icon/327996.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="16.2716" y1="31.5912" x2="26.5103" y2="24.8065"/><line class="b" x1="27.9142" y1="28.2814" x2="22.1405" y2="13.3255"/><line class="b" x1="31.7284" y1="16.4076" x2="25.8595" y2="34.6733"/><polygon class="b" points="9.3056 24 2.5 17.5256 12.1111 15.995 10.7118 7.0487 19.4594 11.0465 24 3.0485 28.5406 11.0489 37.2882 7.051 35.8878 15.9962 45.5 17.5268 38.6944 24 45.5 30.4744 35.8889 32.005 37.2882 40.9513 28.5406 36.9535 24 44.9515 19.4594 36.9511 10.7118 40.949 12.1122 32.0038 2.5 30.4744 9.3056 24"/></svg>
Copied!