guitar icon
guitar-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- guitar-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="m18.492 3.43l1.185-1.184a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-1.185 1.185zm-1.06 1.061l-3.821 3.82l-.16-.158a2.75 2.75 0 0 0-4.404.714l-.416.833a.61.61 0 0 1-.664.325l-.072-.015a4.71 4.71 0 0 0-4.69 1.792a6.03 6.03 0 0 0 .56 7.878l.599.598a6.03 6.03 0 0 0 7.878.56a4.71 4.71 0 0 0 1.792-4.69l-.015-.072a.61.61 0 0 1 .325-.663l.832-.416a2.75 2.75 0 0 0 .715-4.405l-.16-.159l3.821-3.82zm-7.993 10.07a1.5 1.5 0 1 1 2.122-2.122a1.5 1.5 0 0 1-2.122 2.121"/></svg>
React
import type { SVGProps } from "react";
export function FluentGuitar24Filled(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="m18.492 3.43l1.185-1.184a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-1.185 1.185zm-1.06 1.061l-3.821 3.82l-.16-.158a2.75 2.75 0 0 0-4.404.714l-.416.833a.61.61 0 0 1-.664.325l-.072-.015a4.71 4.71 0 0 0-4.69 1.792a6.03 6.03 0 0 0 .56 7.878l.599.598a6.03 6.03 0 0 0 7.878.56a4.71 4.71 0 0 0 1.792-4.69l-.015-.072a.61.61 0 0 1 .325-.663l.832-.416a2.75 2.75 0 0 0 .715-4.405l-.16-.159l3.821-3.82zm-7.993 10.07a1.5 1.5 0 1 1 2.122-2.122a1.5 1.5 0 0 1-2.122 2.121"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.492 3.43l1.185-1.184a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-1.185 1.185zm-1.06 1.061l-3.821 3.82l-.16-.158a2.75 2.75 0 0 0-4.404.714l-.416.833a.61.61 0 0 1-.664.325l-.072-.015a4.71 4.71 0 0 0-4.69 1.792a6.03 6.03 0 0 0 .56 7.878l.599.598a6.03 6.03 0 0 0 7.878.56a4.71 4.71 0 0 0 1.792-4.69l-.015-.072a.61.61 0 0 1 .325-.663l.832-.416a2.75 2.75 0 0 0 .715-4.405l-.16-.159l3.821-3.82zm-7.993 10.07a1.5 1.5 0 1 1 2.122-2.122a1.5 1.5 0 0 1-2.122 2.121"/></svg> </template>
CSS
.icon-guitar-24-filled {
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%22m18.492%203.43l1.185-1.184a1%201%200%200%201%201.414%200l.707.707a1%201%200%200%201%200%201.414l-1.185%201.185zm-1.06%201.061l-3.821%203.82l-.16-.158a2.75%202.75%200%200%200-4.404.714l-.416.833a.61.61%200%200%201-.664.325l-.072-.015a4.71%204.71%200%200%200-4.69%201.792a6.03%206.03%200%200%200%20.56%207.878l.599.598a6.03%206.03%200%200%200%207.878.56a4.71%204.71%200%200%200%201.792-4.69l-.015-.072a.61.61%200%200%201%20.325-.663l.832-.416a2.75%202.75%200%200%200%20.715-4.405l-.16-.159l3.821-3.82zm-7.993%2010.07a1.5%201.5%200%201%201%202.122-2.122a1.5%201.5%200%200%201-2.122%202.121%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%22m18.492%203.43l1.185-1.184a1%201%200%200%201%201.414%200l.707.707a1%201%200%200%201%200%201.414l-1.185%201.185zm-1.06%201.061l-3.821%203.82l-.16-.158a2.75%202.75%200%200%200-4.404.714l-.416.833a.61.61%200%200%201-.664.325l-.072-.015a4.71%204.71%200%200%200-4.69%201.792a6.03%206.03%200%200%200%20.56%207.878l.599.598a6.03%206.03%200%200%200%207.878.56a4.71%204.71%200%200%200%201.792-4.69l-.015-.072a.61.61%200%200%201%20.325-.663l.832-.416a2.75%202.75%200%200%200%20.715-4.405l-.16-.159l3.821-3.82zm-7.993%2010.07a1.5%201.5%200%201%201%202.122-2.122a1.5%201.5%200%200%201-2.122%202.121%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/guitar-24-filled.svg?color=%231a73e8&size=48