Aranet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aranet 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/321995.svg" alt="Aranet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321995.svg" alt="Aranet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321995.svg" alt="Aranet icon" :width="24" :height="24" />
CSS background
.icon-aranet {
background-image: url('https://proicons.com/icon/321995.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><polygon class="c" points="24 7.2857 4.5 40.7143 43.5 40.7143 24 7.2857"/><circle class="c" cx="17.5" cy="25.8571" r="1.3929"/><circle class="c" cx="24" cy="14.7143" r=".9286"/><circle class="c" cx="28.6429" cy="22.1429" r=".9286"/><circle class="c" cx="32.3571" cy="29.5714" r=".9286"/><circle class="c" cx="37" cy="37" r=".9286"/><circle class="c" cx="11" cy="37" r=".9286"/><line class="c" x1="16.7943" y1="27.0643" x2="11.4643" y2="36.2014"/><line class="c" x1="23.5357" y1="15.5129" x2="18.1964" y2="24.6593"/><line class="c" x1="18.8929" y1="25.3929" x2="27.7607" y2="22.44"/><line class="c" x1="31.4564" y1="29.3486" x2="18.8464" y2="26.1914"/><line class="c" x1="36.2014" y1="36.545" x2="18.7071" y2="26.5443"/></svg>
Copied!