guitar icon
guitar from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- guitar
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- guitar-solid
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 EmojiguitarHuge IconsguitarLucideguitar-fillMingCute IconguitarNoto EmojiguitarOpenMojiguitarPhosphorguitarStreamline EmojisguitarTDesign IconsguitarTwitter Emoji
More objects icons from Line Awesome
Use the guitar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.594 3.063c-.106 0-.207.05-.313.156l-.75.75l-.312-.313l-.438.406l.344.344l-.438.407l-.312-.313l-.438.438l.313.312l-.719.75c-.215.215-.215.41 0 .625l-4.187 4.188c-.934-.747-1.93-1.313-2.875-1.594c-1.758-.52-3.32-.145-4.532 1.062c-.535.535-.863 1.188-1 1.969c-.218 1.266-1.335 2.254-2.656 2.344c-1.441.097-2.707.676-3.656 1.625c-2.504 2.504-2.05 7.047 1.031 10.125C7.406 28.094 9.636 29 11.688 29c1.562 0 3.011-.543 4.093-1.625c.95-.95 1.528-2.215 1.625-3.656c.09-1.32 1.047-2.438 2.313-2.657c.781-.136 1.465-.464 2-1c1.207-1.207 1.582-2.773 1.062-4.53c-.172-.587-.48-1.184-.843-1.782l-1.47 1.469c.157.3.29.59.376.875c.308 1.039.144 1.886-.532 2.562c-.242.239-.53.371-.906.438c-2.164.375-3.851 2.273-4 4.5c-.062.949-.43 1.77-1.031 2.375c-1.727 1.722-4.98 1.27-7.281-1.032c-2.301-2.3-2.785-5.59-1.063-7.312c.606-.602 1.426-.969 2.375-1.031c2.227-.149 4.121-1.836 4.5-4c.067-.375.196-.664.438-.906c.465-.465.996-.688 1.625-.688c.285 0 .613.059.937.156c.63.188 1.332.559 2 1.063l-3.343 3.344A2.502 2.502 0 0 0 11.5 18c0 1.378 1.121 2.499 2.5 2.499s2.5-1.121 2.5-2.5c0-.152-.035-.293-.063-.438l9.094-9.125c.215.215.442.215.657 0l.75-.75l.312.313l.406-.406l-.312-.313l.437-.437l.219.437l.406-.437l-.312-.313l.75-.75c.215-.215.215-.441 0-.656l-1.907-1.906a.5.5 0 0 0-.343-.156zM26.5 4.28l.438.438L25 6.625l-.406-.406zm.844.75l.437.438l-1.937 1.906l-.407-.438zM9.094 19.688l-1.406 1.406l3.218 3.218l1.406-1.406z"/></svg>
React
import type { SVGProps } from "react";
export function LaGuitar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.594 3.063c-.106 0-.207.05-.313.156l-.75.75l-.312-.313l-.438.406l.344.344l-.438.407l-.312-.313l-.438.438l.313.312l-.719.75c-.215.215-.215.41 0 .625l-4.187 4.188c-.934-.747-1.93-1.313-2.875-1.594c-1.758-.52-3.32-.145-4.532 1.062c-.535.535-.863 1.188-1 1.969c-.218 1.266-1.335 2.254-2.656 2.344c-1.441.097-2.707.676-3.656 1.625c-2.504 2.504-2.05 7.047 1.031 10.125C7.406 28.094 9.636 29 11.688 29c1.562 0 3.011-.543 4.093-1.625c.95-.95 1.528-2.215 1.625-3.656c.09-1.32 1.047-2.438 2.313-2.657c.781-.136 1.465-.464 2-1c1.207-1.207 1.582-2.773 1.062-4.53c-.172-.587-.48-1.184-.843-1.782l-1.47 1.469c.157.3.29.59.376.875c.308 1.039.144 1.886-.532 2.562c-.242.239-.53.371-.906.438c-2.164.375-3.851 2.273-4 4.5c-.062.949-.43 1.77-1.031 2.375c-1.727 1.722-4.98 1.27-7.281-1.032c-2.301-2.3-2.785-5.59-1.063-7.312c.606-.602 1.426-.969 2.375-1.031c2.227-.149 4.121-1.836 4.5-4c.067-.375.196-.664.438-.906c.465-.465.996-.688 1.625-.688c.285 0 .613.059.937.156c.63.188 1.332.559 2 1.063l-3.343 3.344A2.502 2.502 0 0 0 11.5 18c0 1.378 1.121 2.499 2.5 2.499s2.5-1.121 2.5-2.5c0-.152-.035-.293-.063-.438l9.094-9.125c.215.215.442.215.657 0l.75-.75l.312.313l.406-.406l-.312-.313l.437-.437l.219.437l.406-.437l-.312-.313l.75-.75c.215-.215.215-.441 0-.656l-1.907-1.906a.5.5 0 0 0-.343-.156zM26.5 4.28l.438.438L25 6.625l-.406-.406zm.844.75l.437.438l-1.937 1.906l-.407-.438zM9.094 19.688l-1.406 1.406l3.218 3.218l1.406-1.406z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.594 3.063c-.106 0-.207.05-.313.156l-.75.75l-.312-.313l-.438.406l.344.344l-.438.407l-.312-.313l-.438.438l.313.312l-.719.75c-.215.215-.215.41 0 .625l-4.187 4.188c-.934-.747-1.93-1.313-2.875-1.594c-1.758-.52-3.32-.145-4.532 1.062c-.535.535-.863 1.188-1 1.969c-.218 1.266-1.335 2.254-2.656 2.344c-1.441.097-2.707.676-3.656 1.625c-2.504 2.504-2.05 7.047 1.031 10.125C7.406 28.094 9.636 29 11.688 29c1.562 0 3.011-.543 4.093-1.625c.95-.95 1.528-2.215 1.625-3.656c.09-1.32 1.047-2.438 2.313-2.657c.781-.136 1.465-.464 2-1c1.207-1.207 1.582-2.773 1.062-4.53c-.172-.587-.48-1.184-.843-1.782l-1.47 1.469c.157.3.29.59.376.875c.308 1.039.144 1.886-.532 2.562c-.242.239-.53.371-.906.438c-2.164.375-3.851 2.273-4 4.5c-.062.949-.43 1.77-1.031 2.375c-1.727 1.722-4.98 1.27-7.281-1.032c-2.301-2.3-2.785-5.59-1.063-7.312c.606-.602 1.426-.969 2.375-1.031c2.227-.149 4.121-1.836 4.5-4c.067-.375.196-.664.438-.906c.465-.465.996-.688 1.625-.688c.285 0 .613.059.937.156c.63.188 1.332.559 2 1.063l-3.343 3.344A2.502 2.502 0 0 0 11.5 18c0 1.378 1.121 2.499 2.5 2.499s2.5-1.121 2.5-2.5c0-.152-.035-.293-.063-.438l9.094-9.125c.215.215.442.215.657 0l.75-.75l.312.313l.406-.406l-.312-.313l.437-.437l.219.437l.406-.437l-.312-.313l.75-.75c.215-.215.215-.441 0-.656l-1.907-1.906a.5.5 0 0 0-.343-.156zM26.5 4.28l.438.438L25 6.625l-.406-.406zm.844.75l.437.438l-1.937 1.906l-.407-.438zM9.094 19.688l-1.406 1.406l3.218 3.218l1.406-1.406z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.594%203.063c-.106%200-.207.05-.313.156l-.75.75l-.312-.313l-.438.406l.344.344l-.438.407l-.312-.313l-.438.438l.313.312l-.719.75c-.215.215-.215.41%200%20.625l-4.187%204.188c-.934-.747-1.93-1.313-2.875-1.594c-1.758-.52-3.32-.145-4.532%201.062c-.535.535-.863%201.188-1%201.969c-.218%201.266-1.335%202.254-2.656%202.344c-1.441.097-2.707.676-3.656%201.625c-2.504%202.504-2.05%207.047%201.031%2010.125C7.406%2028.094%209.636%2029%2011.688%2029c1.562%200%203.011-.543%204.093-1.625c.95-.95%201.528-2.215%201.625-3.656c.09-1.32%201.047-2.438%202.313-2.657c.781-.136%201.465-.464%202-1c1.207-1.207%201.582-2.773%201.062-4.53c-.172-.587-.48-1.184-.843-1.782l-1.47%201.469c.157.3.29.59.376.875c.308%201.039.144%201.886-.532%202.562c-.242.239-.53.371-.906.438c-2.164.375-3.851%202.273-4%204.5c-.062.949-.43%201.77-1.031%202.375c-1.727%201.722-4.98%201.27-7.281-1.032c-2.301-2.3-2.785-5.59-1.063-7.312c.606-.602%201.426-.969%202.375-1.031c2.227-.149%204.121-1.836%204.5-4c.067-.375.196-.664.438-.906c.465-.465.996-.688%201.625-.688c.285%200%20.613.059.937.156c.63.188%201.332.559%202%201.063l-3.343%203.344A2.502%202.502%200%200%200%2011.5%2018c0%201.378%201.121%202.499%202.5%202.499s2.5-1.121%202.5-2.5c0-.152-.035-.293-.063-.438l9.094-9.125c.215.215.442.215.657%200l.75-.75l.312.313l.406-.406l-.312-.313l.437-.437l.219.437l.406-.437l-.312-.313l.75-.75c.215-.215.215-.441%200-.656l-1.907-1.906a.5.5%200%200%200-.343-.156zM26.5%204.28l.438.438L25%206.625l-.406-.406zm.844.75l.437.438l-1.937%201.906l-.407-.438zM9.094%2019.688l-1.406%201.406l3.218%203.218l1.406-1.406z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.594%203.063c-.106%200-.207.05-.313.156l-.75.75l-.312-.313l-.438.406l.344.344l-.438.407l-.312-.313l-.438.438l.313.312l-.719.75c-.215.215-.215.41%200%20.625l-4.187%204.188c-.934-.747-1.93-1.313-2.875-1.594c-1.758-.52-3.32-.145-4.532%201.062c-.535.535-.863%201.188-1%201.969c-.218%201.266-1.335%202.254-2.656%202.344c-1.441.097-2.707.676-3.656%201.625c-2.504%202.504-2.05%207.047%201.031%2010.125C7.406%2028.094%209.636%2029%2011.688%2029c1.562%200%203.011-.543%204.093-1.625c.95-.95%201.528-2.215%201.625-3.656c.09-1.32%201.047-2.438%202.313-2.657c.781-.136%201.465-.464%202-1c1.207-1.207%201.582-2.773%201.062-4.53c-.172-.587-.48-1.184-.843-1.782l-1.47%201.469c.157.3.29.59.376.875c.308%201.039.144%201.886-.532%202.562c-.242.239-.53.371-.906.438c-2.164.375-3.851%202.273-4%204.5c-.062.949-.43%201.77-1.031%202.375c-1.727%201.722-4.98%201.27-7.281-1.032c-2.301-2.3-2.785-5.59-1.063-7.312c.606-.602%201.426-.969%202.375-1.031c2.227-.149%204.121-1.836%204.5-4c.067-.375.196-.664.438-.906c.465-.465.996-.688%201.625-.688c.285%200%20.613.059.937.156c.63.188%201.332.559%202%201.063l-3.343%203.344A2.502%202.502%200%200%200%2011.5%2018c0%201.378%201.121%202.499%202.5%202.499s2.5-1.121%202.5-2.5c0-.152-.035-.293-.063-.438l9.094-9.125c.215.215.442.215.657%200l.75-.75l.312.313l.406-.406l-.312-.313l.437-.437l.219.437l.406-.437l-.312-.313l.75-.75c.215-.215.215-.441%200-.656l-1.907-1.906a.5.5%200%200%200-.343-.156zM26.5%204.28l.438.438L25%206.625l-.406-.406zm.844.75l.437.438l-1.937%201.906l-.407-.438zM9.094%2019.688l-1.406%201.406l3.218%203.218l1.406-1.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/guitar.svg?color=%231a73e8&size=48