Ingress Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/341992.svg" alt="Ingress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341992.svg" alt="Ingress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341992.svg" alt="Ingress icon" :width="24" :height="24" />
CSS background
.icon-ingress {
background-image: url('https://proicons.com/icon/341992.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><polygon class="a" points="7.978 14.75 7.978 33.25 24 42.5 40.021 33.25 40.021 14.75 24 5.5 7.978 14.75"/><line class="a" x1="23.9999" y1="5.5" x2="23.9999" y2="13.522"/><line class="a" x1="15.0223" y1="29.4111" x2="7.9784" y2="33.25"/><line class="a" x1="32.9775" y1="29.4111" x2="40.0213" y2="33.25"/><polygon class="a" points="24 37.269 35.668 17.06 12.332 17.06 24 37.269"/><line class="a" x1="12.332" y1="17.0599" x2="23.9999" y2="23.7964"/><line class="a" x1="35.6679" y1="17.0599" x2="23.9999" y2="23.7964"/><line class="a" x1="24" y1="37.2694" x2="24" y2="23.7964"/></svg>
Ingress in other icon packs
Copied!