guitar icon
guitar from Font Awesome Solid by Dave Gandy · Solid · Music · CC-BY-4.0 Attribution required.
- Name
- guitar
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Music
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
guitarEmoji One (Colored)guitarFont Awesome 6 Solidguitar-16-filledFluent UI System IconsguitarFluent EmojiguitarFluent Emoji FlatguitarFluent Emoji High ContrastguitarFirefox OS EmojiguitarHuge IconsguitarLine AwesomeguitarLucideguitar-fillMingCute IconguitarNoto EmojiguitarOpenMojiguitarPhosphorguitarStreamline EmojisguitarTDesign IconsguitarTwitter Emoji
More music icons from Font Awesome Solid
Use the guitar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M529 71c-9.4-9.4-24.6-9.4-33.9 0L447 119c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41l-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6c-44.8 44.8-36.4 125.8 18.7 180.9s136.1 63.6 180.9 18.8c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6l41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9zM272 320c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidGuitar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M529 71c-9.4-9.4-24.6-9.4-33.9 0L447 119c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41l-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6c-44.8 44.8-36.4 125.8 18.7 180.9s136.1 63.6 180.9 18.8c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6l41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9zM272 320c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M529 71c-9.4-9.4-24.6-9.4-33.9 0L447 119c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41l-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6c-44.8 44.8-36.4 125.8 18.7 180.9s136.1 63.6 180.9 18.8c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6l41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9zM272 320c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48"/></svg> </template>
CSS
.icon-guitar {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M529%2071c-9.4-9.4-24.6-9.4-33.9%200L447%20119c-2.4%202.4-4.3%205.3-5.5%208.5l-15.4%2041l-77.5%2077.6c-45.1-29.4-99.3-30.2-131%201.6c-11%2011-18%2024.6-21.4%2039.6c-3.7%2016.6-19.1%2030.7-36.1%2031.6c-25.6%201.3-49.3%2010.7-67.3%2028.6c-44.8%2044.8-36.4%20125.8%2018.7%20180.9s136.1%2063.6%20180.9%2018.8c17.9-17.9%2027.4-41.7%2028.6-67.3c.9-17%2015-32.3%2031.6-36.1c15-3.4%2028.6-10.5%2039.6-21.4c31.8-31.8%2031-85.9%201.6-131l77.6-77.6l41-15.4c3.2-1.2%206.1-3.1%208.5-5.5l48-48c9.4-9.4%209.4-24.6%200-33.9zM272%20320c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M529%2071c-9.4-9.4-24.6-9.4-33.9%200L447%20119c-2.4%202.4-4.3%205.3-5.5%208.5l-15.4%2041l-77.5%2077.6c-45.1-29.4-99.3-30.2-131%201.6c-11%2011-18%2024.6-21.4%2039.6c-3.7%2016.6-19.1%2030.7-36.1%2031.6c-25.6%201.3-49.3%2010.7-67.3%2028.6c-44.8%2044.8-36.4%20125.8%2018.7%20180.9s136.1%2063.6%20180.9%2018.8c17.9-17.9%2027.4-41.7%2028.6-67.3c.9-17%2015-32.3%2031.6-36.1c15-3.4%2028.6-10.5%2039.6-21.4c31.8-31.8%2031-85.9%201.6-131l77.6-77.6l41-15.4c3.2-1.2%206.1-3.1%208.5-5.5l48-48c9.4-9.4%209.4-24.6%200-33.9zM272%20320c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/guitar.svg?color=%231a73e8&size=48