Perfect Piano Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Perfect 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/331125.svg" alt="Perfect Piano icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331125.svg" alt="Perfect Piano icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331125.svg" alt="Perfect Piano icon" :width="24" :height="24" />
CSS background
.icon-perfect-piano {
background-image: url('https://proicons.com/icon/331125.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="c" points="5.5 13.4393 8.052 13.4393 8.052 29.6876 11.32 29.6876 11.32 13.4393 13.7939 13.4393 13.7939 29.6876 17.0619 29.6876 17.0619 13.4393 25.3388 13.4393 25.3388 29.6876 28.6068 29.6876 28.6068 13.4393 30.8974 13.4393 30.8974 29.6876 34.1654 29.6876 34.1654 13.4393 36.4561 13.4393 36.4561 29.6876 39.7241 29.6876 39.7241 13.4393 42.5 13.4393"/><line class="c" x1="9.686" y1="29.6876" x2="9.686" y2="42.5"/><line class="c" x1="15.4279" y1="29.6876" x2="15.4279" y2="42.5"/><line class="c" x1="21.1087" y1="13.4393" x2="21.1087" y2="42.2099"/><line class="c" x1="26.9728" y1="29.6876" x2="26.9728" y2="42.5"/><line class="c" x1="32.5314" y1="29.6876" x2="32.5314" y2="42.5"/><line class="c" x1="38.0901" y1="29.6876" x2="38.0901" y2="42.5"/></svg>
Copied!