Field Guide Ingress Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Field Guide Ingress 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/340372.svg" alt="Field Guide Ingress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340372.svg" alt="Field Guide Ingress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340372.svg" alt="Field Guide Ingress icon" :width="24" :height="24" />
CSS background
.icon-field-guide-ingress {
background-image: url('https://proicons.com/icon/340372.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="13.662 29.781 13.662 16.787 21.886 16.787"/><line class="a" x1="13.6626" y1="23.4223" x2="18.5966" y2="23.4223"/><polyline class="a" points="34.699 18.443 32.562 16.437 28.288 16.437 26.15 18.443 26.15 27.803 28.288 29.809 32.562 29.809 34.699 27.803 34.699 23.422 32.165 23.422"/><polyline class="a" points="29.574 6.71 24.015 3.5 18.331 6.782"/><polyline class="a" points="18.331 41.29 23.89 44.5 29.574 41.218"/><polyline class="a" points="36.194 37.434 41.768 34.25 41.799 27.687"/><polyline class="a" points="41.703 20.169 41.768 13.75 36.118 10.41"/><polyline class="a" points="11.85 10.591 6.262 13.75 6.201 20.313"/><polyline class="a" points="6.214 27.831 6.262 34.25 11.97 37.49"/></svg>
Copied!