Archero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Archero 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/322008.svg" alt="Archero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322008.svg" alt="Archero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322008.svg" alt="Archero icon" :width="24" :height="24" />
CSS background
.icon-archero {
background-image: url('https://proicons.com/icon/322008.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><line class="a" x1="10.21" y1="37.79" x2="34.85" y2="13.15"/><polygon class="a" points="42.5 5.5 29.86 10.21 35.12 12.88 37.79 18.14 42.5 5.5"/><path class="a" d="M42.5,40.91c-1.09,1.87-4.34,1.57-4.34,1.57,1.2-8.14.33-18.07-7.12-25.52S13.66,8.64,5.52,9.84c0,0-.3-3.25,1.57-4.34"/><line class="a" x1="10.21" y1="37.79" x2="5.5" y2="37.79"/><line class="a" x1="13.07" y1="34.93" x2="8.36" y2="34.93"/><line class="a" x1="13.07" y1="39.64" x2="13.07" y2="34.93"/><line class="a" x1="10.21" y1="42.5" x2="10.21" y2="37.79"/></svg>
Copied!