Proshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proshot 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/346213.svg" alt="Proshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346213.svg" alt="Proshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346213.svg" alt="Proshot icon" :width="24" :height="24" />
CSS background
.icon-proshot {
background-image: url('https://proicons.com/icon/346213.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,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><circle class="a" cx="7.5609" cy="8.1758" r="1.4391"/><ellipse class="a" cx="24.2307" cy="21.8346" rx="17.5112" ry="17.3346"/><circle class="b" cx="41.6821" cy="34.531" r="0.75"/><circle class="b" cx="37.9478" cy="38.5889" r="0.75"/><circle class="b" cx="35.6824" cy="40.2569" r="0.75"/><circle class="b" cx="33.0435" cy="41.6012" r="0.75"/><circle class="b" cx="30.2055" cy="42.6468" r="0.75"/><circle class="b" cx="26.9692" cy="43.319" r="0.75"/><circle class="b" cx="39.9146" cy="36.6471" r="0.75"/><line class="c" x1="15.6314" y1="15.0609" x2="15.6314" y2="28.6083"/><line class="c" x1="21.3643" y1="15.0609" x2="21.3643" y2="28.6083"/><line class="c" x1="27.0972" y1="15.0609" x2="27.0972" y2="28.6083"/><line class="c" x1="32.8301" y1="15.0609" x2="32.8301" y2="28.6083"/></svg>
Copied!