Prey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prey 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/346142.svg" alt="Prey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346142.svg" alt="Prey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346142.svg" alt="Prey icon" :width="24" :height="24" />
CSS background
.icon-prey {
background-image: url('https://proicons.com/icon/346142.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="24 32.86 31.16 28.4 27.22 26.03 41.34 18.03 41.34 13.43 43.5 12.19 43.5 6.22 26.04 16.32 24 15.14 21.96 16.32 4.5 6.22 4.5 12.19 6.66 13.43 6.66 18.03 20.78 26.03 16.84 28.4 24 32.86"/><polygon class="cls-1" points="18.08 14.07 24 10.63 29.92 14.07 34.42 11.47 24 5.46 13.58 11.47 18.08 14.07"/><polygon class="cls-1" points="35.38 21.41 35.38 30.57 24 37.14 12.62 30.57 12.62 21.41 7.94 18.75 7.94 33.28 24 42.54 40.06 33.28 40.06 18.75 35.38 21.41"/></svg>
Copied!