Musescore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Musescore 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/344242.svg" alt="Musescore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344242.svg" alt="Musescore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344242.svg" alt="Musescore icon" :width="24" :height="24" />
CSS background
.icon-musescore {
background-image: url('https://proicons.com/icon/344242.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 xmlns="http://www.w3.org/2000/svg" id="a" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="33" cy="20.4" r=".75"/><path class="b" d="M19.5,25.35v7.2"/><path class="b" d="M19.5,25.35c.0073-2.4823,2.0177-4.4927,4.5-4.5h0c2.4823.0073,4.4927,2.0177,4.5,4.5"/><path class="b" d="M28.5,25.35v2.925c.0072,2.4823,2.0177,4.4928,4.5,4.5h.0011c2.482-.0074,4.4921-2.018,4.4989-4.5v-5.175"/><path class="b" d="M19.5,25.35c-.0073-2.4823-2.0177-4.4927-4.5-4.5h0c-2.4822.0073-4.4927,2.0177-4.5,4.5v7.2"/><path class="b" d="M28.5,19.725c.0073-2.4823,2.0177-4.4927,4.5-4.5h.0012c2.482.0074,4.4921,2.018,4.4989,4.5"/></svg>
Copied!