guitar acoustic icon
guitar-acoustic from Material Design Icons by Pictogrammers · Filled · Music · Apache-2.0 Free for personal and commercial use.
- Name
- guitar-acoustic
- Set
- Material Design Icons
- Style
- Filled
- Category
- Music
- Viewbox
- 24×24
- License
- Apache 2.0
More music icons from Material Design Icons
archive-musicbook-music-outlinebookmark-musiccassettedisceight-trackguitar-electricguitar-pickinstrument-trianglemetronomemetronome-tickmicrophonemicrophone-offmicrophone-variantmicrophone-variant-offmidi-portmusic-accidental-double-flatmusic-accidental-double-sharpmusic-accidental-flatmusic-accidental-naturalmusic-accidental-sharpmusic-box-multiplemusic-clef-altomusic-clef-bass
Use the guitar acoustic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.59 3H22v2h-1.59l-4.24 4.24c-.37-.56-.85-1.04-1.41-1.41zM12 8a4 4 0 0 1 4 4a3.99 3.99 0 0 1-3 3.87V16a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5h.13c.45-1.76 2.04-3 3.87-3m0 2.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m-5.06 3.74l-.71.7l2.83 2.83l.71-.71z"/></svg>
React
import type { SVGProps } from "react";
export function MdiGuitarAcoustic(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="M19.59 3H22v2h-1.59l-4.24 4.24c-.37-.56-.85-1.04-1.41-1.41zM12 8a4 4 0 0 1 4 4a3.99 3.99 0 0 1-3 3.87V16a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5h.13c.45-1.76 2.04-3 3.87-3m0 2.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m-5.06 3.74l-.71.7l2.83 2.83l.71-.71z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.59 3H22v2h-1.59l-4.24 4.24c-.37-.56-.85-1.04-1.41-1.41zM12 8a4 4 0 0 1 4 4a3.99 3.99 0 0 1-3 3.87V16a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5h.13c.45-1.76 2.04-3 3.87-3m0 2.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m-5.06 3.74l-.71.7l2.83 2.83l.71-.71z"/></svg> </template>
CSS
.icon-guitar-acoustic {
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%22M19.59%203H22v2h-1.59l-4.24%204.24c-.37-.56-.85-1.04-1.41-1.41zM12%208a4%204%200%200%201%204%204a3.99%203.99%200%200%201-3%203.87V16a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5h.13c.45-1.76%202.04-3%203.87-3m0%202.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5m-5.06%203.74l-.71.7l2.83%202.83l.71-.71z%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%22M19.59%203H22v2h-1.59l-4.24%204.24c-.37-.56-.85-1.04-1.41-1.41zM12%208a4%204%200%200%201%204%204a3.99%203.99%200%200%201-3%203.87V16a5%205%200%200%201-5%205a5%205%200%200%201-5-5a5%205%200%200%201%205-5h.13c.45-1.76%202.04-3%203.87-3m0%202.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5m-5.06%203.74l-.71.7l2.83%202.83l.71-.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/guitar-acoustic.svg?color=%231a73e8&size=48