Librescore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Librescore 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/343002.svg" alt="Librescore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343002.svg" alt="Librescore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343002.svg" alt="Librescore icon" :width="24" :height="24" />
CSS background
.icon-librescore {
background-image: url('https://proicons.com/icon/343002.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m13.4618,28.1107c0,6.8684-4.9461,8.1217-7.2807,6.9688-3.1193-1.5405-2.5387-7.5962,7.2807-6.9688V11.6687h19.1296v19.6039h10.9086v5.0586h-16.1258v-15.1772l-13.9124.0004"/><line class="c" x1="27.0264" y1="16.3324" x2="13.4618" y2="16.3324"/></svg>
Copied!