Musicolet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Musicolet 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/329699.svg" alt="Musicolet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329699.svg" alt="Musicolet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329699.svg" alt="Musicolet icon" :width="24" :height="24" />
CSS background
.icon-musicolet {
background-image: url('https://proicons.com/icon/329699.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M8.52,4.5A1.14,1.14,0,0,0,7.37,5.65v36.7a1.13,1.13,0,0,0,1.68,1l15.51-9.18L40.07,25a1.17,1.17,0,0,0,0-2L24.56,13.83,9.05,4.65a1.2,1.2,0,0,0-.53-.15Zm12,14.78V30.54h0v0a3.26,3.26,0,0,1-3.49,3,3.26,3.26,0,0,1-3.49-3,3.26,3.26,0,0,1,3.49-3,4.19,4.19,0,0,1,3.5,1.63V15.72a5.16,5.16,0,0,0,.28,1.54,5.26,5.26,0,0,0,1,1.09,5.18,5.18,0,0,1,2,4.2"/></svg>
Copied!