Monstermusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monstermusic 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/329528.svg" alt="Monstermusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329528.svg" alt="Monstermusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329528.svg" alt="Monstermusic icon" :width="24" :height="24" />
CSS background
.icon-monstermusic {
background-image: url('https://proicons.com/icon/329528.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M28.5705,18.926c-.1668.7027-.9919,1.2721-1.843,1.272-.851,0-1.4061-.5694-1.24-1.272.1668-.7027.9919-1.2721,1.843-1.272.851,0,1.4061.5694,1.24,1.272ZM19.4305,18.926c.1668.7027.9919,1.2721,1.843,1.272.851,0,1.4061-.5694,1.24-1.272-.1668-.7027-.9919-1.2721-1.843-1.272-.851,0-1.4061.5694-1.24,1.272ZM23.0965,23.15h1.808M17.0055,18.647c-.1295-.5472-.1946-1.1077-.194-1.67-.0022-3.956,3.2029-7.1648,7.159-7.167.01,0,.02,0,.03,0h0c3.956-.0149,7.175,3.18,7.19,7.1359,0,.0107,0,.0214,0,.0321,0,.575-.068,1.134-.195,1.67-.13.545-2.606,7.501-6.995,7.501s-6.865-6.956-6.995-7.501v-.001ZM12.0925,42.474v-23.774l11.908,23.8,11.908-23.762v23.762M6.6205,42.484v-17.272M6.7595,19.129c1.071-7.709,8.219-13.629,16.933-13.629h.616c8.714,0,15.863,5.921,16.932,13.629M41.3795,25.212v17.272"/></svg>
Copied!