guitar icon
guitar-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- guitar-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
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 IconsguitarLine AwesomeguitarLucideguitar-fillMingCute IconguitarNoto EmojiguitarOpenMojiguitarPhosphorguitarStreamline EmojisguitarTwitter 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="M6.5 16a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" d="M22.414 5L21 6.414l-1-1l-.586.586l.5.5L18.5 7.914l-.5-.5l-.828.829a5 5 0 0 1-2.183 7.346q.01.204.011.411a7 7 0 1 1-6.589-6.988a5 5 0 0 1 7.346-2.183L16.586 6l-.5-.5L17.5 4.086l.5.5l.586-.586l-1-1L19 1.586zM8 12.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
React
import type { SVGProps } from "react";
export function TdesignGuitarFilled(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="M6.5 16a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" d="M22.414 5L21 6.414l-1-1l-.586.586l.5.5L18.5 7.914l-.5-.5l-.828.829a5 5 0 0 1-2.183 7.346q.01.204.011.411a7 7 0 1 1-6.589-6.988a5 5 0 0 1 7.346-2.183L16.586 6l-.5-.5L17.5 4.086l.5.5l.586-.586l-1-1L19 1.586zM8 12.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" d="M22.414 5L21 6.414l-1-1l-.586.586l.5.5L18.5 7.914l-.5-.5l-.828.829a5 5 0 0 1-2.183 7.346q.01.204.011.411a7 7 0 1 1-6.589-6.988a5 5 0 0 1 7.346-2.183L16.586 6l-.5-.5L17.5 4.086l.5.5l.586-.586l-1-1L19 1.586zM8 12.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg> </template>
CSS
.icon-guitar-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%22M6.5%2016a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.414%205L21%206.414l-1-1l-.586.586l.5.5L18.5%207.914l-.5-.5l-.828.829a5%205%200%200%201-2.183%207.346q.01.204.011.411a7%207%200%201%201-6.589-6.988a5%205%200%200%201%207.346-2.183L16.586%206l-.5-.5L17.5%204.086l.5.5l.586-.586l-1-1L19%201.586zM8%2012.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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%22M6.5%2016a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.414%205L21%206.414l-1-1l-.586.586l.5.5L18.5%207.914l-.5-.5l-.828.829a5%205%200%200%201-2.183%207.346q.01.204.011.411a7%207%200%201%201-6.589-6.988a5%205%200%200%201%207.346-2.183L16.586%206l-.5-.5L17.5%204.086l.5.5l.586-.586l-1-1L19%201.586zM8%2012.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/guitar-filled.svg?color=%231a73e8&size=48