Fastlyrics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fastlyrics 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/340291.svg" alt="Fastlyrics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340291.svg" alt="Fastlyrics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340291.svg" alt="Fastlyrics icon" :width="24" :height="24" />
CSS background
.icon-fastlyrics {
background-image: url('https://proicons.com/icon/340291.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><line class="c" x1="7.8951" y1="14.2694" x2="20.9641" y2="14.2694"/><line class="c" x1="6.7022" y1="21.1093" x2="19.7712" y2="21.1093"/><line class="c" x1="4.5" y1="33.7306" x2="17.569" y2="33.7306"/><polyline class="c" points="43.5 14.2694 39.9633 33.7306 31.3928 33.7306"/><polyline class="c" points="23.1392 33.7306 26.6759 14.2694 38.2264 14.2694"/><line class="c" x1="25.4329" y1="21.1093" x2="36.9929" y2="21.1093"/></svg>
Copied!