Intti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intti 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/327500.svg" alt="Intti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327500.svg" alt="Intti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327500.svg" alt="Intti icon" :width="24" :height="24" />
CSS background
.icon-intti {
background-image: url('https://proicons.com/icon/327500.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="40.295 8.362 7.705 8.362 4.5 11.568 4.5 19.483 7.705 22.688 40.295 22.688 43.5 19.483 43.5 11.568 40.295 8.362"/><line class="a" x1="35.6209" y1="11.142" x2="35.6209" y2="19.9083"/><line class="a" x1="12.3791" y1="11.142" x2="12.3791" y2="19.9083"/><line class="a" x1="22.4403" y1="11.142" x2="28.2479" y2="11.142"/><line class="a" x1="25.3441" y1="19.9083" x2="25.3441" y2="11.142"/><line class="a" x1="30.4914" y1="11.142" x2="33.3952" y2="11.142"/><line class="a" x1="30.4914" y1="19.9083" x2="30.4914" y2="11.142"/><polyline class="a" points="14.612 19.908 14.612 11.142 20.419 19.908 20.419 11.142"/><rect class="a" x="5.4069" y="31.7729" width="37.1862" height="7.865" rx="1.0958"/><line class="a" x1="14.6048" y1="28.9464" x2="33.3952" y2="28.9464"/></svg>
Copied!