Andorstrail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andorstrail 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/321743.svg" alt="Andorstrail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321743.svg" alt="Andorstrail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321743.svg" alt="Andorstrail icon" :width="24" :height="24" />
CSS background
.icon-andorstrail {
background-image: url('https://proicons.com/icon/321743.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><polyline class="a" points="26.37 35.96 28.14 36.34 36.7 31.4 37.37 29.61"/><line class="a" x1="32.48" y1="33.84" x2="37.12" y2="41.88"/><line class="a" x1="36.1" y1="42.47" x2="38.14" y2="41.29"/><polyline class="a" points="31.09 34.64 17.2 12.39 16.13 5.53 21.54 9.88 33.87 33.04"/><polyline class="a" points="21.63 35.96 19.86 36.34 11.3 31.4 10.63 29.61"/><line class="a" x1="15.52" y1="33.84" x2="10.88" y2="41.88"/><line class="a" x1="11.9" y1="42.47" x2="9.86" y2="41.29"/><line class="a" x1="21.47" y1="19.25" x2="14.13" y2="33.04"/><polyline class="a" points="26.52 19.25 30.8 12.39 31.87 5.53 26.46 9.88 24 14.5"/><line class="a" x1="16.91" y1="34.64" x2="24" y2="23.29"/></svg>
Copied!