guitar icon
guitar-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- guitar-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
guitarEmoji One (Colored)guitarFont Awesome 6 SolidguitarFont Awesome SolidguitarFluent EmojiguitarFluent Emoji FlatguitarFluent Emoji High ContrastguitarFirefox OS EmojiguitarHuge IconsguitarLine 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"><path fill="currentColor" d="M11.634 14.085a1.25 1.25 0 1 1-1.768-1.768a1.25 1.25 0 0 1 1.768 1.768m6.512-11.37a1.75 1.75 0 0 1 2.475 0l.707.708a1.75 1.75 0 0 1 0 2.475l-5.1 5.1a2.752 2.752 0 0 1-1.052 3.999l-.832.416a.61.61 0 0 0-.325.663l.015.073a4.71 4.71 0 0 1-1.792 4.69a6.03 6.03 0 0 1-7.878-.56l-.599-.6a6.03 6.03 0 0 1-.56-7.877a4.71 4.71 0 0 1 4.69-1.792l.072.015a.61.61 0 0 0 .664-.325l.416-.833a2.752 2.752 0 0 1 3.998-1.05zm1.414 1.061a.25.25 0 0 0-.353 0l-1.185 1.185l1.06 1.06l1.185-1.184a.25.25 0 0 0 0-.354zm-1.538 3.306l-1.06-1.06l-3.351 3.35a.75.75 0 0 1-1.061 0l-.16-.159a1.25 1.25 0 0 0-2.001.325l-.417.833a2.11 2.11 0 0 1-2.299 1.124l-.072-.014a3.21 3.21 0 0 0-3.196 1.22a4.53 4.53 0 0 0 .421 5.918l.599.599a4.53 4.53 0 0 0 5.917.42a3.21 3.21 0 0 0 1.22-3.195l-.014-.072a2.11 2.11 0 0 1 1.125-2.3l.833-.416a1.25 1.25 0 0 0 .324-2.002l-.159-.16a.75.75 0 0 1 0-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGuitar24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.634 14.085a1.25 1.25 0 1 1-1.768-1.768a1.25 1.25 0 0 1 1.768 1.768m6.512-11.37a1.75 1.75 0 0 1 2.475 0l.707.708a1.75 1.75 0 0 1 0 2.475l-5.1 5.1a2.752 2.752 0 0 1-1.052 3.999l-.832.416a.61.61 0 0 0-.325.663l.015.073a4.71 4.71 0 0 1-1.792 4.69a6.03 6.03 0 0 1-7.878-.56l-.599-.6a6.03 6.03 0 0 1-.56-7.877a4.71 4.71 0 0 1 4.69-1.792l.072.015a.61.61 0 0 0 .664-.325l.416-.833a2.752 2.752 0 0 1 3.998-1.05zm1.414 1.061a.25.25 0 0 0-.353 0l-1.185 1.185l1.06 1.06l1.185-1.184a.25.25 0 0 0 0-.354zm-1.538 3.306l-1.06-1.06l-3.351 3.35a.75.75 0 0 1-1.061 0l-.16-.159a1.25 1.25 0 0 0-2.001.325l-.417.833a2.11 2.11 0 0 1-2.299 1.124l-.072-.014a3.21 3.21 0 0 0-3.196 1.22a4.53 4.53 0 0 0 .421 5.918l.599.599a4.53 4.53 0 0 0 5.917.42a3.21 3.21 0 0 0 1.22-3.195l-.014-.072a2.11 2.11 0 0 1 1.125-2.3l.833-.416a1.25 1.25 0 0 0 .324-2.002l-.159-.16a.75.75 0 0 1 0-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.634 14.085a1.25 1.25 0 1 1-1.768-1.768a1.25 1.25 0 0 1 1.768 1.768m6.512-11.37a1.75 1.75 0 0 1 2.475 0l.707.708a1.75 1.75 0 0 1 0 2.475l-5.1 5.1a2.752 2.752 0 0 1-1.052 3.999l-.832.416a.61.61 0 0 0-.325.663l.015.073a4.71 4.71 0 0 1-1.792 4.69a6.03 6.03 0 0 1-7.878-.56l-.599-.6a6.03 6.03 0 0 1-.56-7.877a4.71 4.71 0 0 1 4.69-1.792l.072.015a.61.61 0 0 0 .664-.325l.416-.833a2.752 2.752 0 0 1 3.998-1.05zm1.414 1.061a.25.25 0 0 0-.353 0l-1.185 1.185l1.06 1.06l1.185-1.184a.25.25 0 0 0 0-.354zm-1.538 3.306l-1.06-1.06l-3.351 3.35a.75.75 0 0 1-1.061 0l-.16-.159a1.25 1.25 0 0 0-2.001.325l-.417.833a2.11 2.11 0 0 1-2.299 1.124l-.072-.014a3.21 3.21 0 0 0-3.196 1.22a4.53 4.53 0 0 0 .421 5.918l.599.599a4.53 4.53 0 0 0 5.917.42a3.21 3.21 0 0 0 1.22-3.195l-.014-.072a2.11 2.11 0 0 1 1.125-2.3l.833-.416a1.25 1.25 0 0 0 .324-2.002l-.159-.16a.75.75 0 0 1 0-1.06z"/></svg> </template>
CSS
.icon-guitar-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.634%2014.085a1.25%201.25%200%201%201-1.768-1.768a1.25%201.25%200%200%201%201.768%201.768m6.512-11.37a1.75%201.75%200%200%201%202.475%200l.707.708a1.75%201.75%200%200%201%200%202.475l-5.1%205.1a2.752%202.752%200%200%201-1.052%203.999l-.832.416a.61.61%200%200%200-.325.663l.015.073a4.71%204.71%200%200%201-1.792%204.69a6.03%206.03%200%200%201-7.878-.56l-.599-.6a6.03%206.03%200%200%201-.56-7.877a4.71%204.71%200%200%201%204.69-1.792l.072.015a.61.61%200%200%200%20.664-.325l.416-.833a2.752%202.752%200%200%201%203.998-1.05zm1.414%201.061a.25.25%200%200%200-.353%200l-1.185%201.185l1.06%201.06l1.185-1.184a.25.25%200%200%200%200-.354zm-1.538%203.306l-1.06-1.06l-3.351%203.35a.75.75%200%200%201-1.061%200l-.16-.159a1.25%201.25%200%200%200-2.001.325l-.417.833a2.11%202.11%200%200%201-2.299%201.124l-.072-.014a3.21%203.21%200%200%200-3.196%201.22a4.53%204.53%200%200%200%20.421%205.918l.599.599a4.53%204.53%200%200%200%205.917.42a3.21%203.21%200%200%200%201.22-3.195l-.014-.072a2.11%202.11%200%200%201%201.125-2.3l.833-.416a1.25%201.25%200%200%200%20.324-2.002l-.159-.16a.75.75%200%200%201%200-1.06z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.634%2014.085a1.25%201.25%200%201%201-1.768-1.768a1.25%201.25%200%200%201%201.768%201.768m6.512-11.37a1.75%201.75%200%200%201%202.475%200l.707.708a1.75%201.75%200%200%201%200%202.475l-5.1%205.1a2.752%202.752%200%200%201-1.052%203.999l-.832.416a.61.61%200%200%200-.325.663l.015.073a4.71%204.71%200%200%201-1.792%204.69a6.03%206.03%200%200%201-7.878-.56l-.599-.6a6.03%206.03%200%200%201-.56-7.877a4.71%204.71%200%200%201%204.69-1.792l.072.015a.61.61%200%200%200%20.664-.325l.416-.833a2.752%202.752%200%200%201%203.998-1.05zm1.414%201.061a.25.25%200%200%200-.353%200l-1.185%201.185l1.06%201.06l1.185-1.184a.25.25%200%200%200%200-.354zm-1.538%203.306l-1.06-1.06l-3.351%203.35a.75.75%200%200%201-1.061%200l-.16-.159a1.25%201.25%200%200%200-2.001.325l-.417.833a2.11%202.11%200%200%201-2.299%201.124l-.072-.014a3.21%203.21%200%200%200-3.196%201.22a4.53%204.53%200%200%200%20.421%205.918l.599.599a4.53%204.53%200%200%200%205.917.42a3.21%203.21%200%200%200%201.22-3.195l-.014-.072a2.11%202.11%200%200%201%201.125-2.3l.833-.416a1.25%201.25%200%200%200%20.324-2.002l-.159-.16a.75.75%200%200%201%200-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/guitar-24-regular.svg?color=%231a73e8&size=48