Piano Tiles 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piano Tiles 2 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/331236.svg" alt="Piano Tiles 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331236.svg" alt="Piano Tiles 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331236.svg" alt="Piano Tiles 2 icon" :width="24" :height="24" />
CSS background
.icon-piano-tiles-2 {
background-image: url('https://proicons.com/icon/331236.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="a" 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><g id="b"><path class="c" d="M11.47,15.07c0-1.6355,1.4816-2.925,3.1759-2.5994,1.1113.2136,1.9988,1.1747,2.1094,2.301.0823.8378-.1828,1.6644-.7615,2.1722-1.072.9408-4.5238,3.4762-4.5238,3.4762h5.3"/></g><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><line class="c" x1="24" y1="8.5" x2="24" y2="39.5"/><line class="c" x1="4.5" y1="24" x2="43.5" y2="24"/></svg>
Copied!