Beatfind Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beatfind 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/337041.svg" alt="Beatfind icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337041.svg" alt="Beatfind icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337041.svg" alt="Beatfind icon" :width="24" :height="24" />
CSS background
.icon-beatfind {
background-image: url('https://proicons.com/icon/337041.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><path class="a" d="M22.1884,26.1921,17.9631,43.0934a.3147.3147,0,0,0,.5481.2766L35.4778,22.81a.6294.6294,0,0,0-.4855-1.03H21.9377c-3.51,0-4.74-1.7549-3.4365-4.0613"/><path class="a" d="M25.6481,21.78,29.8734,4.8786a.3148.3148,0,0,0-.5481-.2767l-16.9667,20.56a.6294.6294,0,0,0,.4855,1.03H25.8988c3.51,0,4.74,1.7549,3.4364,4.0614"/></svg>
Copied!