Insular Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Insular 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/327476.svg" alt="Insular icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327476.svg" alt="Insular icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327476.svg" alt="Insular icon" :width="24" :height="24" />
CSS background
.icon-insular {
background-image: url('https://proicons.com/icon/327476.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="39.47 7.88 8.53 7.88 4.5 34.53 43.5 34.53 39.47 7.88"/><line class="a" x1="8.53" y1="7.88" x2="43.5" y2="34.53"/><line class="a" x1="14.61" y1="7.88" x2="42.71" y2="29.29"/><line class="a" x1="20.7" y1="7.88" x2="41.92" y2="24.05"/><line class="a" x1="26.78" y1="7.88" x2="41.12" y2="18.81"/><line class="a" x1="32.87" y1="7.88" x2="40.33" y2="13.57"/><line class="a" x1="7.9" y1="12.04" x2="37.42" y2="34.53"/><line class="a" x1="7.27" y1="16.2" x2="31.33" y2="34.53"/><line class="a" x1="6.64" y1="20.35" x2="25.25" y2="34.53"/><line class="a" x1="6.02" y1="24.51" x2="19.16" y2="34.53"/><line class="a" x1="5.39" y1="28.67" x2="13.08" y2="34.53"/><polygon class="a" points="41.52 40.12 6.48 40.12 4.5 34.53 43.5 34.53 41.52 40.12"/></svg>
Copied!