guitar icon
guitar-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- guitar-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M7.78 9.28a.75.75 0 1 1-1.06-1.06a.75.75 0 0 1 1.06 1.06m2.7-1.81l3.033-3.032a.98.98 0 0 0 0-1.386l-.565-.566a.98.98 0 0 0-1.386 0L8.53 5.52a1.674 1.674 0 0 0-2.39.666l-.245.489a.3.3 0 0 1-.324.158l-.042-.009a2.82 2.82 0 0 0-2.81 1.074a3.595 3.595 0 0 0 .334 4.7l.35.35a3.594 3.594 0 0 0 4.7.334a2.82 2.82 0 0 0 1.073-2.81l-.008-.042a.3.3 0 0 1 .158-.324l.488-.244a1.674 1.674 0 0 0 .667-2.391m.397-2.884l.537.537L9.45 7.089a.5.5 0 0 0 0 .707l.093.094a.673.673 0 0 1-.175 1.077l-.488.245c-.523.261-.806.84-.692 1.414l.009.042a1.82 1.82 0 0 1-.693 1.814a2.595 2.595 0 0 1-3.392-.24l-.351-.352a2.595 2.595 0 0 1-.241-3.392a1.82 1.82 0 0 1 1.814-.693l.042.009A1.296 1.296 0 0 0 6.79 7.12l.245-.488a.673.673 0 0 1 1.077-.175l.094.093a.5.5 0 0 0 .707 0zm.707-.708l.67-.67l.538.537l-.671.67z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGuitar16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.78 9.28a.75.75 0 1 1-1.06-1.06a.75.75 0 0 1 1.06 1.06m2.7-1.81l3.033-3.032a.98.98 0 0 0 0-1.386l-.565-.566a.98.98 0 0 0-1.386 0L8.53 5.52a1.674 1.674 0 0 0-2.39.666l-.245.489a.3.3 0 0 1-.324.158l-.042-.009a2.82 2.82 0 0 0-2.81 1.074a3.595 3.595 0 0 0 .334 4.7l.35.35a3.594 3.594 0 0 0 4.7.334a2.82 2.82 0 0 0 1.073-2.81l-.008-.042a.3.3 0 0 1 .158-.324l.488-.244a1.674 1.674 0 0 0 .667-2.391m.397-2.884l.537.537L9.45 7.089a.5.5 0 0 0 0 .707l.093.094a.673.673 0 0 1-.175 1.077l-.488.245c-.523.261-.806.84-.692 1.414l.009.042a1.82 1.82 0 0 1-.693 1.814a2.595 2.595 0 0 1-3.392-.24l-.351-.352a2.595 2.595 0 0 1-.241-3.392a1.82 1.82 0 0 1 1.814-.693l.042.009A1.296 1.296 0 0 0 6.79 7.12l.245-.488a.673.673 0 0 1 1.077-.175l.094.093a.5.5 0 0 0 .707 0zm.707-.708l.67-.67l.538.537l-.671.67z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.78 9.28a.75.75 0 1 1-1.06-1.06a.75.75 0 0 1 1.06 1.06m2.7-1.81l3.033-3.032a.98.98 0 0 0 0-1.386l-.565-.566a.98.98 0 0 0-1.386 0L8.53 5.52a1.674 1.674 0 0 0-2.39.666l-.245.489a.3.3 0 0 1-.324.158l-.042-.009a2.82 2.82 0 0 0-2.81 1.074a3.595 3.595 0 0 0 .334 4.7l.35.35a3.594 3.594 0 0 0 4.7.334a2.82 2.82 0 0 0 1.073-2.81l-.008-.042a.3.3 0 0 1 .158-.324l.488-.244a1.674 1.674 0 0 0 .667-2.391m.397-2.884l.537.537L9.45 7.089a.5.5 0 0 0 0 .707l.093.094a.673.673 0 0 1-.175 1.077l-.488.245c-.523.261-.806.84-.692 1.414l.009.042a1.82 1.82 0 0 1-.693 1.814a2.595 2.595 0 0 1-3.392-.24l-.351-.352a2.595 2.595 0 0 1-.241-3.392a1.82 1.82 0 0 1 1.814-.693l.042.009A1.296 1.296 0 0 0 6.79 7.12l.245-.488a.673.673 0 0 1 1.077-.175l.094.093a.5.5 0 0 0 .707 0zm.707-.708l.67-.67l.538.537l-.671.67z"/></svg> </template>
CSS
.icon-guitar-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.78%209.28a.75.75%200%201%201-1.06-1.06a.75.75%200%200%201%201.06%201.06m2.7-1.81l3.033-3.032a.98.98%200%200%200%200-1.386l-.565-.566a.98.98%200%200%200-1.386%200L8.53%205.52a1.674%201.674%200%200%200-2.39.666l-.245.489a.3.3%200%200%201-.324.158l-.042-.009a2.82%202.82%200%200%200-2.81%201.074a3.595%203.595%200%200%200%20.334%204.7l.35.35a3.594%203.594%200%200%200%204.7.334a2.82%202.82%200%200%200%201.073-2.81l-.008-.042a.3.3%200%200%201%20.158-.324l.488-.244a1.674%201.674%200%200%200%20.667-2.391m.397-2.884l.537.537L9.45%207.089a.5.5%200%200%200%200%20.707l.093.094a.673.673%200%200%201-.175%201.077l-.488.245c-.523.261-.806.84-.692%201.414l.009.042a1.82%201.82%200%200%201-.693%201.814a2.595%202.595%200%200%201-3.392-.24l-.351-.352a2.595%202.595%200%200%201-.241-3.392a1.82%201.82%200%200%201%201.814-.693l.042.009A1.296%201.296%200%200%200%206.79%207.12l.245-.488a.673.673%200%200%201%201.077-.175l.094.093a.5.5%200%200%200%20.707%200zm.707-.708l.67-.67l.538.537l-.671.67z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.78%209.28a.75.75%200%201%201-1.06-1.06a.75.75%200%200%201%201.06%201.06m2.7-1.81l3.033-3.032a.98.98%200%200%200%200-1.386l-.565-.566a.98.98%200%200%200-1.386%200L8.53%205.52a1.674%201.674%200%200%200-2.39.666l-.245.489a.3.3%200%200%201-.324.158l-.042-.009a2.82%202.82%200%200%200-2.81%201.074a3.595%203.595%200%200%200%20.334%204.7l.35.35a3.594%203.594%200%200%200%204.7.334a2.82%202.82%200%200%200%201.073-2.81l-.008-.042a.3.3%200%200%201%20.158-.324l.488-.244a1.674%201.674%200%200%200%20.667-2.391m.397-2.884l.537.537L9.45%207.089a.5.5%200%200%200%200%20.707l.093.094a.673.673%200%200%201-.175%201.077l-.488.245c-.523.261-.806.84-.692%201.414l.009.042a1.82%201.82%200%200%201-.693%201.814a2.595%202.595%200%200%201-3.392-.24l-.351-.352a2.595%202.595%200%200%201-.241-3.392a1.82%201.82%200%200%201%201.814-.693l.042.009A1.296%201.296%200%200%200%206.79%207.12l.245-.488a.673.673%200%200%201%201.077-.175l.094.093a.5.5%200%200%200%20.707%200zm.707-.708l.67-.67l.538.537l-.671.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/guitar-16-regular.svg?color=%231a73e8&size=48