Beatstar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beatstar 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/337044.svg" alt="Beatstar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337044.svg" alt="Beatstar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337044.svg" alt="Beatstar icon" :width="24" :height="24" />
CSS background
.icon-beatstar {
background-image: url('https://proicons.com/icon/337044.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><polyline class="c" points="11.1171 16.1489 8.7488 16.1489 4.5 30.3728 43.5 30.3728 39.2512 16.1489 36.8829 16.1489"/><polygon class="c" points="38.7651 25.0408 38.7651 27.7855 9.2349 27.7855 9.2349 25.0408 11.6023 14.3679 36.3977 14.3679 38.7651 25.0408"/><line class="c" x1="11" y1="25.3891" x2="37" y2="25.3891"/></g><rect class="c" x="4.5" y="30.3728" width="39" height="3.2592"/></svg>
Copied!