Guitar Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Guitar 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/320127.svg" alt="Guitar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320127.svg" alt="Guitar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320127.svg" alt="Guitar icon" :width="24" :height="24" />
CSS background
.icon-guitar {
background-image: url('https://proicons.com/icon/320127.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="guitar_00000102512193542343132670000017869600332066171545_" d="M9,31.36c-3.516,0-8.36-4.845-8.36-8.36 c0-4.55,3.598-5.496,6.224-6.186c0.762-0.201,1.482-0.39,1.975-0.636c0.863-0.432,1.354-1.241,1.875-2.098 c0.729-1.2,1.483-2.44,3.286-2.44c1.445,0,2.408,0.751,2.765,1.085l6.92-6.92l0.473-1.419c0.018-0.053,0.048-0.101,0.087-0.141 L24.491,4l-0.746-0.746l0.51-0.509L25,3.491L25.491,3l-0.746-0.746l0.51-0.509L26,2.491L26.491,2l-0.746-0.746l0.51-0.509L27,1.491 l0.745-0.745c0.141-0.141,0.369-0.141,0.51,0l3,3c0.141,0.141,0.141,0.368,0,0.509L30.509,5l0.746,0.746l-0.51,0.509L30,5.509 L29.509,6l0.746,0.746l-0.51,0.509L29,6.509L28.509,7l0.746,0.746l-0.51,0.509L28,7.509l-0.245,0.245 c-0.04,0.04-0.088,0.069-0.141,0.087l-1.42,0.473l-6.92,6.92c0.334,0.357,1.086,1.32,1.086,2.766c0,1.803-1.241,2.557-2.44,3.285 c-0.857,0.521-1.667,1.014-2.098,1.876c-0.246,0.493-0.436,1.213-0.636,1.976C14.496,27.763,13.55,31.36,9,31.36z M14,12.36 c-1.397,0-1.987,0.971-2.67,2.094c-0.551,0.906-1.121,1.844-2.168,2.368c-0.56,0.28-1.314,0.478-2.114,0.688 C4.514,18.176,1.36,19.005,1.36,23c0,3.142,4.499,7.64,7.64,7.64c3.995,0,4.824-3.152,5.49-5.687 c0.21-0.799,0.408-1.555,0.688-2.114c0.524-1.048,1.461-1.618,2.368-2.169c1.124-0.683,2.094-1.272,2.094-2.67 c0-1.168-0.611-1.965-0.875-2.255l-1.51,1.51l-0.509-0.509l9-9c0.04-0.04,0.088-0.069,0.141-0.087l1.42-0.473L30.491,4L28,1.509 l-3.186,3.185l-0.473,1.419c-0.018,0.053-0.048,0.101-0.087,0.141l-9,9l-0.509-0.509l1.509-1.51 C15.965,12.972,15.167,12.36,14,12.36z M8.746,27.255l-4-4l0.509-0.51l4,4L8.746,27.255z M12.5,22.36c-1.577,0-2.86-1.283-2.86-2.86 s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S14.077,22.36,12.5,22.36z M12.5,17.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14 s2.14-0.96,2.14-2.14S13.68,17.36,12.5,17.36z M16.254,16.254l-0.509-0.509l9-9l0.51,0.509L16.254,16.254z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!