Songsync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Songsync 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/347628.svg" alt="Songsync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347628.svg" alt="Songsync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347628.svg" alt="Songsync icon" :width="24" :height="24" />
CSS background
.icon-songsync {
background-image: url('https://proicons.com/icon/347628.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m39.187,19.115c0-2.6725-2.1665-4.839-4.839-4.839s-4.839,2.1665-4.839,4.839,2.1665,4.839,4.839,4.839,4.839-2.1665,4.839-4.839V6.865h3.313M13.19,25.877h5.135m-5.136-5.19h10.27m-10.27-5.19h10.27m7.69,11.308v4.128c.0044,1.9728-1.5912,3.5756-3.564,3.58-.0053,0-.0107,0-.016,0h-15.625l-6.444,6.622h0V10.448c-.0044-1.9728,1.5912-3.5756,3.564-3.58.0053,0,.0107,0,.016,0h18.49c1.9728-.0044,3.5756,1.5912,3.58,3.564,0,.0053,0,.0107,0,.016v.978m-.007,15.386c-3.0835-1.3158-5.0844-4.3445-5.085-7.697,0-3.3526,2.0005-6.3818,5.084-7.698"/></svg>
Copied!