Musekit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Musekit 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/344241.svg" alt="Musekit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344241.svg" alt="Musekit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344241.svg" alt="Musekit icon" :width="24" :height="24" />
CSS background
.icon-musekit {
background-image: url('https://proicons.com/icon/344241.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="11.2249" cy="37.75" r="4.75"/><circle class="b" cx="36.7749" cy="31.75" r="4.75"/><path class="b" d="M15.9749,37.75V13.08c0-2.3051,1.655-4.2776,3.9252-4.6778l16.05-2.83c1.3827-.2438,2.8025.1366,3.8781,1.0391s1.6968,2.2346,1.6968,3.6387v21.5"/></svg>
Copied!