Piano Tiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piano Tiles 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/331235.svg" alt="Piano Tiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331235.svg" alt="Piano Tiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331235.svg" alt="Piano Tiles icon" :width="24" :height="24" />
CSS background
.icon-piano-tiles {
background-image: url('https://proicons.com/icon/331235.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="f" points="19.09813269 27.690599 9.29439806 27.690599 11.37403514 18.87542094 19.79134505 18.87542094 19.09813269 27.690599"/><polygon class="f" points="38.70560194 27.690599 28.90186731 27.690599 28.20865495 18.87542094 36.62596486 18.87542094 38.70560194 27.690599"/><polygon class="f" points="28.20865495 18.87542094 19.79134505 18.87542094 20.84316805 5.5 27.15683195 5.5 28.20865495 18.87542094"/><polygon class="f" points="29.86846964 39.98231819 18.13153036 39.98231819 19.09813269 27.690599 28.90186731 27.690599 29.86846964 39.98231819"/><polygon class="f" points="18.90014597 30.20828081 9.29439806 30.20828081 9.29439806 27.690599 19.09813269 27.690599 18.90014597 30.20828081"/><polygon class="f" points="38.70560194 30.20828081 29.09985403 30.20828081 28.90186731 27.690599 38.70560194 27.690599 38.70560194 30.20828081"/><rect class="f" x="19.79134505" y="18.87542094" width="8.41730991" height="2.51768181"/><rect class="f" x="18.13153036" y="39.98231819" width="11.73693929" height="2.51768181"/></svg>
Copied!