Guitar Songs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Guitar Songs 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/326828.svg" alt="Guitar Songs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326828.svg" alt="Guitar Songs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326828.svg" alt="Guitar Songs icon" :width="24" :height="24" />
CSS background
.icon-guitar-songs {
background-image: url('https://proicons.com/icon/326828.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="12.5815" y1="30.826" x2="42.4965" y2="30.826"/><line class="b" x1="12.5815" y1="38.11" x2="42.4965" y2="38.11"/><line class="b" x1="12.5825" y1="36.289" x2="42.4965" y2="36.289"/><line class="b" x1="12.5825" y1="34.468" x2="42.4965" y2="34.468"/><line class="b" x1="12.5825" y1="32.647" x2="42.4965" y2="32.647"/><path class="b" d="M10.2385,42.499l-1.008-3.516v-8.628l1.207-4.211c.304-1.086,1.329-1.073,2.145-1.075v17.431"/><polyline class="b" points="18.8005 18.347 20.2945 10.147 27.2965 11.398"/><polyline class="b" points="22.8475 20.746 28.8605 8.115 42.4975 14.835"/><path class="b" d="M5.4955,15.884c2.718-1.515,9.22-.737,13.055,2.276,4.747,3.73,9.125,4.306,12.882,2.758,4.408-1.816,9.205-.946,11.065.946"/><line class="b" x1="42.4975" y1="21.864" x2="42.5045" y2="21.872"/><path class="b" d="M36.4225,34.47c-.0006,2.9328-2.3782,5.31-5.311,5.31-2.9332.0006-5.3114-2.3768-5.312-5.31h0c-.0006-2.9332,2.3768-5.3115,5.31-5.312h.002c2.9332.0006,5.3106,2.3788,5.31,5.312h0s.001,0,.001,0Z"/><rect class="b" x="5.4965" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!