Longshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Longshot 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/328660.svg" alt="Longshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328660.svg" alt="Longshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328660.svg" alt="Longshot icon" :width="24" :height="24" />
CSS background
.icon-longshot {
background-image: url('https://proicons.com/icon/328660.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><path class="a" d="M16.14,19.19V42a1.54,1.54,0,0,0,1.54,1.54H36.86A1.54,1.54,0,0,0,38.4,42V17.55a1.64,1.64,0,0,0-3.27,0,1.64,1.64,0,1,1-3.27,0V5.64A1.14,1.14,0,0,0,30.72,4.5h-20A1.14,1.14,0,0,0,9.6,5.64V18.05a1.15,1.15,0,0,0,1.14,1.14H33.5"/><line class="a" x1="16.14" y1="29.61" x2="38.4" y2="29.61"/><polyline class="a" points="18.77 31.65 17.98 29.61 18.77 27.56"/><polyline class="a" points="20.93 31.65 20.14 29.61 20.93 27.56"/><polyline class="a" points="23.09 31.65 22.3 29.61 23.09 27.56"/><polyline class="a" points="25.25 31.65 24.46 29.61 25.25 27.56"/><polyline class="a" points="27.41 31.65 26.61 29.61 27.41 27.56"/><polyline class="a" points="29.57 31.65 28.77 29.61 29.57 27.56"/><polyline class="a" points="31.72 31.65 30.93 29.61 31.72 27.56"/><polyline class="a" points="33.88 31.65 33.09 29.61 33.88 27.56"/><polyline class="a" points="36.04 31.65 35.25 29.61 36.04 27.56"/><line class="a" x1="12.36" y1="9.82" x2="29.1" y2="9.82"/><line class="a" x1="12.36" y1="13.87" x2="21.81" y2="13.87"/><line class="a" x1="18.9" y1="23.45" x2="35.64" y2="23.45"/><line class="a" x1="18.9" y1="39.47" x2="35.64" y2="39.47"/><line class="a" x1="18.9" y1="35.34" x2="32.72" y2="35.34"/></svg>
Copied!