Songsterr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Songsterr 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/333068.svg" alt="Songsterr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333068.svg" alt="Songsterr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333068.svg" alt="Songsterr icon" :width="24" :height="24" />
CSS background
.icon-songsterr {
background-image: url('https://proicons.com/icon/333068.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>.m,.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.n{stroke-width:1px;}</style></defs><g id="b"><g id="c"><g id="d"><g id="e"><path id="f" class="n" d="m12.0776,15.2799l-.4846-1.7856-1.705.0812-.813,1.9479.813,2.0291h1.705l.4846-1.9479"/><path id="g" class="n" d="m13.9048,15.4779l-1.5585-.05"/></g><path id="h" class="n" d="m12.52,32.9024l-.4846-1.7856-1.705.0812-.813,1.9479.813,2.0291h1.705l.4846-1.9479"/><path id="i" class="n" d="m13.9059,33.1004l-1.1146-.05"/></g><path id="j" class="n" d="m12.9826,24.0911l-.4846-1.7856-1.705.0812-.813,1.9479.813,2.0291h1.705l.4846-1.9479"/><path id="k" class="n" d="m14.2099,24.2891l-.956-.05"/></g><path id="l" class="n" d="m26.5771,42.5422c-.6308.4634-2.7783,1.9768-5.5098-.1399l-5.6898-5.0369s-1.7722-1.8655-1.3991-3.9176.5597-20.0544-.4664-25.4644c0,0,5.0846-3.3109,10.4743-3.4833,5.3739.1893,10.4326,3.4833,10.4326,3.4833-.2774,1.4626-.4661,3.8455-.5356,6.5624-10.7552-1.0514-11.1477,4.7465-11.1477,7.5518,0,2.6923,1.4614,4.4376,2.8598,5.2682,0,0-2.8598,1.2206-2.8598,4.41,0,4.0582,2.0187,7.0339,8.1899,7.0339,0,0-2.3625,2.2739-4.3482,3.7326Z"/></g><path class="m" d="m27.1131,34.4807c1.2628,1.0604,2.6263,1.5463,5.6882,1.5463h1.5517c2.5251,0,4.5722-2.0514,4.5722-4.582h0c0-2.5306-2.047-4.582-4.5722-4.582h-3.1033c-2.5251,0-4.5722-2.0514-4.5722-4.582h0c0-2.5306,2.047-4.582,4.5722-4.582h1.5517c3.0619,0,4.4254.4859,5.6882,1.5463"/></svg>
Copied!