Finshots Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finshots 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/325882.svg" alt="Finshots icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325882.svg" alt="Finshots icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325882.svg" alt="Finshots icon" :width="24" :height="24" />
CSS background
.icon-finshots {
background-image: url('https://proicons.com/icon/325882.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="5.8983" y1="9.4833" x2="42.1017" y2="9.4833"/><polyline class="b" points="25.7261 15.6794 11.2093 15.6794 16.4318 42.5 32.0108 42.5 35.1994 26.1244 29.7624 26.1244 32.1325 15.6794"/><polyline class="b" points="40.8624 9.4833 39.5347 5.5 8.9079 5.5 7.5801 9.4833"/><line class="b" x1="23.2476" y1="26.1244" x2="13.2432" y2="26.1244"/></svg>
Copied!