Piano Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Piano icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307329.svg" alt="Piano icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307329.svg" alt="Piano icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307329.svg" alt="Piano icon" :width="24" :height="24" />
CSS background
.icon-piano {
background-image: url('https://proicons.com/icon/307329.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.5 2H1.5C0.673 2 0 2.673 0 3.5V12.5C0 13.327 0.673 14 1.5 14H13.5C14.327 14 15 13.327 15 12.5V3.5C15 2.673 14.327 2 13.5 2ZM11 13H8V9C8.552 9 9 8.552 9 8V3H10V8C10 8.552 10.448 9 11 9V13ZM5 8V3H6V8C6 8.552 6.448 9 7 9V13H4V9C4.552 9 5 8.552 5 8ZM1 12.5V3.5C1 3.225 1.225 3 1.5 3H2V8C2 8.552 2.448 9 3 9V13H1.5C1.225 13 1 12.775 1 12.5ZM14 12.5C14 12.775 13.775 13 13.5 13H12V9C12.552 9 13 8.552 13 8V3H13.5C13.775 3 14 3.225 14 3.5V12.5Z"/></svg>
Piano in other icon packs
Copied!