Guitartuna Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Guitartuna 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/326829.svg" alt="Guitartuna icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326829.svg" alt="Guitartuna icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326829.svg" alt="Guitartuna icon" :width="24" :height="24" />
CSS background
.icon-guitartuna {
background-image: url('https://proicons.com/icon/326829.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c5.374,0,16.7548-18.833,16.7548-27.6217S33.2216,4.5,24,4.5,7.2452,7.09,7.2452,15.8783,18.626,43.5,24,43.5Z"/><path class="a" d="M10.8634,27.9372c1.7963-5.0358,18.95-15.566,22.1594-15.7863,1.334-.0915,1.334,1.1117.7848,1.8964C31.8884,16.7889,26.0782,24.255,26.0782,29.14c0,5.2576,3.3742,5.8069,5.2575,5.8069a8.2918,8.2918,0,0,0,2.048-.3537"/></svg>
Copied!