guitar icon
guitar from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- guitar
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
guitarEmoji One (Colored)guitarFont Awesome 6 SolidguitarFont Awesome Solidguitar-16-filledFluent UI System IconsguitarFluent EmojiguitarFluent Emoji FlatguitarFluent Emoji High ContrastguitarFirefox OS EmojiguitarLine AwesomeguitarLucideguitar-fillMingCute IconguitarNoto EmojiguitarOpenMojiguitarPhosphorguitarStreamline EmojisguitarTDesign IconsguitarTwitter Emoji
Use the guitar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m18.003 6l-4.328 4.33"/><path d="M11.568 15.224a1.979 1.979 0 1 1-2.798-2.8a1.979 1.979 0 0 1 2.798 2.8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m5.988 16.622l1.4 1.398"/><path stroke-linejoin="round" d="M9.563 7.948c-.717.717-1.075 1.075-1.161 1.14c-.304.226-.077.11-.438.224c-.103.032-.47.093-1.206.214a5.04 5.04 0 0 0-2.773 1.4c-2.181 2.182-3.3 4.598.597 8.494s6.314 2.777 8.496.596a5.04 5.04 0 0 0 1.401-2.772c.121-.735.182-1.103.214-1.205c.115-.361-.002-.134.225-.438c.064-.086.423-.444 1.14-1.16c1.635-1.636 2.498-3.426-.286-6.208c-2.783-2.782-4.574-1.92-6.21-.285Z"/><path d="m21.513 4.504l-1.009 1.01a3 3 0 0 1-.213.204a1.26 1.26 0 0 1-1.59 0a3 3 0 0 1-.214-.205a3 3 0 0 1-.205-.213a1.26 1.26 0 0 1 0-1.59c.041-.051.096-.106.205-.214l1.009-1.01c.108-.108.163-.163.213-.204a1.26 1.26 0 0 1 1.59 0c.051.041.106.096.214.205c.11.108.164.163.205.213a1.26 1.26 0 0 1 0 1.59a3 3 0 0 1-.205.214Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGuitar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m18.003 6l-4.328 4.33"/><path d="M11.568 15.224a1.979 1.979 0 1 1-2.798-2.8a1.979 1.979 0 0 1 2.798 2.8Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m5.988 16.622l1.4 1.398"/><path strokeLinejoin="round" d="M9.563 7.948c-.717.717-1.075 1.075-1.161 1.14c-.304.226-.077.11-.438.224c-.103.032-.47.093-1.206.214a5.04 5.04 0 0 0-2.773 1.4c-2.181 2.182-3.3 4.598.597 8.494s6.314 2.777 8.496.596a5.04 5.04 0 0 0 1.401-2.772c.121-.735.182-1.103.214-1.205c.115-.361-.002-.134.225-.438c.064-.086.423-.444 1.14-1.16c1.635-1.636 2.498-3.426-.286-6.208c-2.783-2.782-4.574-1.92-6.21-.285Z"/><path d="m21.513 4.504l-1.009 1.01a3 3 0 0 1-.213.204a1.26 1.26 0 0 1-1.59 0a3 3 0 0 1-.214-.205a3 3 0 0 1-.205-.213a1.26 1.26 0 0 1 0-1.59c.041-.051.096-.106.205-.214l1.009-1.01c.108-.108.163-.163.213-.204a1.26 1.26 0 0 1 1.59 0c.051.041.106.096.214.205c.11.108.164.163.205.213a1.26 1.26 0 0 1 0 1.59a3 3 0 0 1-.205.214Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m18.003 6l-4.328 4.33"/><path d="M11.568 15.224a1.979 1.979 0 1 1-2.798-2.8a1.979 1.979 0 0 1 2.798 2.8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m5.988 16.622l1.4 1.398"/><path stroke-linejoin="round" d="M9.563 7.948c-.717.717-1.075 1.075-1.161 1.14c-.304.226-.077.11-.438.224c-.103.032-.47.093-1.206.214a5.04 5.04 0 0 0-2.773 1.4c-2.181 2.182-3.3 4.598.597 8.494s6.314 2.777 8.496.596a5.04 5.04 0 0 0 1.401-2.772c.121-.735.182-1.103.214-1.205c.115-.361-.002-.134.225-.438c.064-.086.423-.444 1.14-1.16c1.635-1.636 2.498-3.426-.286-6.208c-2.783-2.782-4.574-1.92-6.21-.285Z"/><path d="m21.513 4.504l-1.009 1.01a3 3 0 0 1-.213.204a1.26 1.26 0 0 1-1.59 0a3 3 0 0 1-.214-.205a3 3 0 0 1-.205-.213a1.26 1.26 0 0 1 0-1.59c.041-.051.096-.106.205-.214l1.009-1.01c.108-.108.163-.163.213-.204a1.26 1.26 0 0 1 1.59 0c.051.041.106.096.214.205c.11.108.164.163.205.213a1.26 1.26 0 0 1 0 1.59a3 3 0 0 1-.205.214Z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18.003%206l-4.328%204.33%22%2F%3E%3Cpath%20d%3D%22M11.568%2015.224a1.979%201.979%200%201%201-2.798-2.8a1.979%201.979%200%200%201%202.798%202.8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m5.988%2016.622l1.4%201.398%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.563%207.948c-.717.717-1.075%201.075-1.161%201.14c-.304.226-.077.11-.438.224c-.103.032-.47.093-1.206.214a5.04%205.04%200%200%200-2.773%201.4c-2.181%202.182-3.3%204.598.597%208.494s6.314%202.777%208.496.596a5.04%205.04%200%200%200%201.401-2.772c.121-.735.182-1.103.214-1.205c.115-.361-.002-.134.225-.438c.064-.086.423-.444%201.14-1.16c1.635-1.636%202.498-3.426-.286-6.208c-2.783-2.782-4.574-1.92-6.21-.285Z%22%2F%3E%3Cpath%20d%3D%22m21.513%204.504l-1.009%201.01a3%203%200%200%201-.213.204a1.26%201.26%200%200%201-1.59%200a3%203%200%200%201-.214-.205a3%203%200%200%201-.205-.213a1.26%201.26%200%200%201%200-1.59c.041-.051.096-.106.205-.214l1.009-1.01c.108-.108.163-.163.213-.204a1.26%201.26%200%200%201%201.59%200c.051.041.106.096.214.205c.11.108.164.163.205.213a1.26%201.26%200%200%201%200%201.59a3%203%200%200%201-.205.214Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18.003%206l-4.328%204.33%22%2F%3E%3Cpath%20d%3D%22M11.568%2015.224a1.979%201.979%200%201%201-2.798-2.8a1.979%201.979%200%200%201%202.798%202.8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m5.988%2016.622l1.4%201.398%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.563%207.948c-.717.717-1.075%201.075-1.161%201.14c-.304.226-.077.11-.438.224c-.103.032-.47.093-1.206.214a5.04%205.04%200%200%200-2.773%201.4c-2.181%202.182-3.3%204.598.597%208.494s6.314%202.777%208.496.596a5.04%205.04%200%200%200%201.401-2.772c.121-.735.182-1.103.214-1.205c.115-.361-.002-.134.225-.438c.064-.086.423-.444%201.14-1.16c1.635-1.636%202.498-3.426-.286-6.208c-2.783-2.782-4.574-1.92-6.21-.285Z%22%2F%3E%3Cpath%20d%3D%22m21.513%204.504l-1.009%201.01a3%203%200%200%201-.213.204a1.26%201.26%200%200%201-1.59%200a3%203%200%200%201-.214-.205a3%203%200%200%201-.205-.213a1.26%201.26%200%200%201%200-1.59c.041-.051.096-.106.205-.214l1.009-1.01c.108-.108.163-.163.213-.204a1.26%201.26%200%200%201%201.59%200c.051.041.106.096.214.205c.11.108.164.163.205.213a1.26%201.26%200%200%201%200%201.59a3%203%200%200%201-.205.214Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/guitar.svg?color=%231a73e8&size=48